-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 952 Bytes
/
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
{
"name": "gini-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.0.1",
"antd-mobile": "^2.1.1",
"axios": "^0.17.1",
"bundle-loader": "^0.5.5",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"rc-tween-one": "^1.5.8",
"react": "^16.1.1",
"react-css-modules": "^4.7.1",
"react-dom": "^16.1.1",
"react-loadable": "^5.3.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app=rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-import": "^1.6.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"css-loader": "^0.28.7",
"postcss-loader": "^2.0.9",
"react-app-rewired": "^1.3.5",
"react-scripts": "^1.0.17",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
}
}