-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "mobx-todo",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"animate.css": "^3.5.2",
"antd": "^2.10.0",
"antd-init": "^2.0.4",
"axios": "^0.16.1",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"custom-react-scripts": "0.0.23",
"lodash": "^4.17.4",
"material-ui": "^0.18.0",
"mobx": "^3.1.9",
"mobx-react": "^4.1.8",
"mockjs": "^1.0.1-beta3",
"moment": "^2.18.1",
"node-sass": "^4.5.2",
"node-uuid": "^1.4.8",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1"
},
"scripts": {
"build-css": "node-sass src/ -o src/",
"watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}