-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 929 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 929 Bytes
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": "data-visualized",
"homepage": "./build",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.4.0",
"axios": "^0.18.0",
"cross-env": "^5.1.4",
"echarts": "^4.0.4",
"history": "^4.7.2",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"query-string": "^6.0.0",
"react": "^16.3.1",
"react-csv": "^1.0.14",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^5.0.0",
"redux-thunk": "^2.2.0",
"styled-components": "^3.2.5",
"tachyons": "^4.9.1"
},
"scripts": {
"start": "cross-env NODE_PATH=src react-scripts start",
"build": "cross-env NODE_PATH=src react-scripts build",
"test": "cross-env NODE_PATH=src react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}