| author | Alexandre Segura <mex.zktk@gmail.com> |
| Tue, 23 May 2017 16:58:15 +0200 | |
| changeset 6 | 540161f63238 |
| parent 5 | 5c91bfa8fcde |
| child 12 | 48ddaa42b810 |
| permissions | -rw-r--r-- |
| 1 | 1 |
{ |
2 |
"name": "client", |
|
3 |
"version": "0.1.0", |
|
4 |
"private": true, |
|
|
3
3b5d37d84cfe
Some code rename and reorg + basic tests
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
5 |
"homepage": ".", |
| 1 | 6 |
"dependencies": { |
| 2 | 7 |
"bootstrap-sass": "^3.3.7", |
| 1 | 8 |
"immutable": "^3.8.1", |
9 |
"react": "^15.5.4", |
|
| 2 | 10 |
"react-bootstrap": "^0.31.0", |
| 1 | 11 |
"react-dom": "^15.5.4", |
12 |
"react-redux": "^5.0.5", |
|
13 |
"redux": "^3.6.0", |
|
14 |
"redux-immutable": "^4.0.0", |
|
| 5 | 15 |
"slate": "^0.20.1", |
| 1 | 16 |
"uuid": "^3.0.1" |
17 |
}, |
|
18 |
"devDependencies": { |
|
|
3
3b5d37d84cfe
Some code rename and reorg + basic tests
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
19 |
"enzyme": "^2.8.2", |
| 2 | 20 |
"node-sass-chokidar": "^0.0.1", |
21 |
"npm-run-all": "^4.0.2", |
|
|
3
3b5d37d84cfe
Some code rename and reorg + basic tests
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
22 |
"react-scripts": "1.0.2", |
|
3b5d37d84cfe
Some code rename and reorg + basic tests
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
23 |
"react-test-renderer": "^15.5.4" |
| 1 | 24 |
}, |
25 |
"scripts": { |
|
| 2 | 26 |
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules --include-path ./node_modules/bootstrap-sass/assets/stylesheets src/ -o src/", |
27 |
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules --include-path ./node_modules/bootstrap-sass/assets/stylesheets src/ -o src/ --watch --recursive", |
|
28 |
"start-js": "react-scripts start", |
|
29 |
"start": "npm-run-all -p watch-css start-js", |
|
30 |
"build": "npm run build-css && react-scripts build", |
|
| 1 | 31 |
"test": "react-scripts test --env=jsdom", |
32 |
"eject": "react-scripts eject" |
|
33 |
} |
|
34 |
} |