| author | ymh <ymh.work@gmail.com> |
| Mon, 22 May 2017 14:34:35 +0200 | |
| changeset 1 | 431977d7c9a6 |
| child 2 | b52921a63e77 |
| permissions | -rw-r--r-- |
| 1 | 1 |
{ |
2 |
"name": "client", |
|
3 |
"version": "0.1.0", |
|
4 |
"private": true, |
|
5 |
"dependencies": { |
|
6 |
"immutable": "^3.8.1", |
|
7 |
"react": "^15.5.4", |
|
8 |
"react-dom": "^15.5.4", |
|
9 |
"react-redux": "^5.0.5", |
|
10 |
"redux": "^3.6.0", |
|
11 |
"redux-immutable": "^4.0.0", |
|
12 |
"uuid": "^3.0.1" |
|
13 |
}, |
|
14 |
"devDependencies": { |
|
15 |
"react-scripts": "1.0.2" |
|
16 |
}, |
|
17 |
"scripts": { |
|
18 |
"start": "react-scripts start", |
|
19 |
"build": "react-scripts build", |
|
20 |
"test": "react-scripts test --env=jsdom", |
|
21 |
"eject": "react-scripts eject" |
|
22 |
} |
|
23 |
} |