-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.04 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "6-managment_system_react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/antd": "^1.0.0",
"@types/axios": "^0.14.0",
"@types/echarts": "0.0.13",
"@types/jsonp": "^0.2.0",
"@types/masonry-layout": "^4.2.0",
"@types/react-addons-css-transition-group": "^15.0.5",
"@types/react-infinite-scroller": "^1.0.7",
"@types/react-redux": "^6.0.6",
"@types/react-router-dom": "^4.3.0",
"@types/react-transition-group": "^2.0.13",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"antd": "^3.7.3",
"axios": "^0.18.0",
"echarts": "^4.1.0",
"echarts-for-react": "^2.0.14",
"jsonp": "^0.2.1",
"masonry-layout": "^4.2.2",
"rc-bmap": "^0.2.4",
"rc-queue-anim": "^1.6.5",
"react": "^16.4.2",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.4.2",
"react-draft-wysiwyg": "^1.12.13",
"react-infinite-scroller": "^1.2.0",
"react-masonry-component": "^6.2.1",
"react-quill": "^1.3.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "2.17.0",
"react-transition-group": "^2.4.0",
"react-umeditor": "^1.0.1",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"styled-components": "^3.4.2"
},
"scripts": {
"start": "react-app-rewired start --scripts-version react-scripts-ts",
"build": "react-app-rewired build --scripts-version react-scripts-ts",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^23.3.1",
"@types/less": "0.0.34",
"@types/node": "^10.5.8",
"@types/react": "^16.4.9",
"@types/react-dom": "^16.0.7",
"@types/redux-devtools-extension": "^2.13.2",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"react-app-rewire-less": "^2.1.2",
"react-app-rewired": "^1.5.2",
"redux-devtools-extension": "^2.13.5",
"ts-import-plugin": "^1.5.4",
"typescript": "^3.0.1"
},
"proxy": "https://www.easy-mock.com/mock/5b32e12745371b6707e8681f/api"
}