-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.16 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "shipping-service-react-app",
"version": "1.0.0",
"engines": {
"node": "v16.13.0",
"yarn": "1.22.5",
"npm": "8.1.3"
},
"main": "index.js",
"author": "Kimmy",
"license": "MIT",
"scripts": {
"start": "node server/server.js",
"build:dev": "webpack",
"build:prod": "webpack -p --env production",
"dev-server": "webpack-dev-server --open",
"test": "cross-env NODE_ENV=test jest --config=jest.config.json",
"heroku-postbuild": "yarn run build:prod"
},
"dependencies": {
"@ant-design/charts": "^0.9.13",
"@ant-design/compatible": "^1.0.8",
"@antv/l7": "^2.3.9",
"@antv/l7-maps": "^2.3.9",
"@antv/l7-react": "^2.3.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@react-pdf/renderer": "^1.6.13",
"ant-design-pro": "^2.3.2",
"antd": "^4.13.1",
"area-data": "^5.0.6",
"axios": "^0.18.1",
"babel-cli": "6.24.1",
"babel-core": "6.25.0",
"babel-loader": "7.1.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.5.2",
"babel-preset-react": "6.24.1",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"classnames": "^2.2.6",
"connect-history-api-fallback": "^1.6.0",
"css-loader": "0.28.4",
"express": "^4.17.1",
"extract-text-webpack-plugin": "3.0.0",
"firebase": "4.2.0",
"history": "4.7.2",
"http-proxy": "^1.18.1",
"install": "^0.13.0",
"less": "^3.13.1",
"less.js": "^3.0.5",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongoose": "^5.12.0",
"node-sass": "^6.0.1",
"nodemon": "^1.19.4",
"normalize.css": "7.0.0",
"npm": "^6.14.11",
"numeral": "2.0.6",
"omit.js": "^1.0.2",
"pusher-js": "^6.0.3",
"qs": "^6.9.6",
"rc-animate": "^2.11.1",
"rc-banner-anim": "^1.0.2",
"rc-queue-anim": "^1.8.5",
"rc-resize-observer": "^0.2.6",
"rc-tween-one": "^2.7.3",
"react": "^16.14.0",
"react-addons-shallow-compare": "15.6.0",
"react-area-linkage": "^3.0.0",
"react-dates": "12.3.0",
"react-dom": "^16.14.0",
"react-hot-loader": "^3.1.3",
"react-image": "^2.4.0",
"react-modal": "2.2.2",
"react-pdf": "^4.2.0",
"react-pure-lifecycle": "^3.0.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-simple-maps": "^2.3.0",
"react-to-print": "^2.12.3",
"react-virtualized": "^9.22.3",
"react-window": "^1.8.6",
"redux": "3.7.2",
"redux-mock-store": "1.2.3",
"redux-saga": "^0.16.2",
"redux-thunk": "2.2.0",
"sass-loader": "6.0.6",
"semantic-ui-react": "^0.88.2",
"short-unique-id": "^1.1.1",
"style-loader": "0.18.2",
"styled-components": "^5.2.1",
"uuid": "3.1.0",
"validator": "8.0.0",
"webpack": "3.1.0",
"xlsx": "^0.14.1",
"yarn": "^1.22.10"
},
"devDependencies": {
"cross-env": "5.0.5",
"dotenv": "4.0.0",
"enzyme": "2.9.1",
"enzyme-to-json": "1.5.1",
"jest": "20.0.4",
"less-loader": "^4.1.0",
"react-test-renderer": "15.6.1",
"webpack-dev-server": "2.5.1"
}
}