-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 911 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
{
"name": "myapp",
"version": "0.1.0",
"private": true,
"engines": {
"node": "6.11.0",
"npm": "5.3.0"
},
"dependencies": {
"antd": "^2.13.7",
"babel-plugin-import": "^1.6.2",
"js-cookie": "^2.2.0",
"react": "^16.0.0",
"react-apollo": "^1.4.16",
"react-app-rewire-less": "^2.1.0",
"react-app-rewired": "^1.3.5",
"react-breadcrumbs-dynamic": "^1.0.9",
"react-document-title": "^2.0.3",
"react-dom": "^16.0.0",
"react-intl": "^2.4.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"recharts": "^1.0.0-beta.1",
"serve": "^6.2.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject"
},
"devDependencies": {}
}