-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 891 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
{
"name": "react-cnode",
"version": "0.1.0",
"private": true,
"author": "jackdan<[email protected]>",
"dependencies": {
"@craco/craco": "^6.1.1",
"antd": "^4.14.0",
"axios": "^0.17.0",
"echarts": "^5.0.2",
"mockjs": "^1.1.0",
"prop-types": "^15.7.2",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-redux": "^7.2.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"video.js": "^7.6.6"
},
"devDependencies": {
"babel-plugin-import": "^1.13.3",
"customize-cra": "^1.0.0",
"react-app-rewired": "^2.1.8"
},
"scripts": {
"dev": "react-scripts start",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}