forked from panyz/AppManagerSystem_React
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 808 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
{
"name": "app-manager-system",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.5.4",
"crypto-js": "^3.1.9-1",
"es6-promise": "^4.2.4",
"prop-types": "latest",
"qrcode.react": "^0.8.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"recharts": "^1.0.0-beta.10",
"redux": "^4.0.0",
"whatwg-fetch": "^2.0.4",
"moment": "latest"
},
"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.7.0",
"react-app-rewired": "^1.5.2"
}
}