-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "fiat-crypto-market",
"version": "0.1.0",
"private": true,
"dependencies": {
"@antv/data-set": "^0.8.9",
"antd": "^3.6.6",
"axios": "^0.18.0",
"bignumber.js": "^7.2.1",
"bizcharts": "^3.1.10",
"bizcharts-plugin-slider": "^2.0.3",
"js-cookie": "^2.2.0",
"material-ui": "^0.20.1",
"moment": "^2.22.2",
"nasa.js": "^0.1.2",
"nebulas": "^0.5.5",
"react": "^16.4.1",
"react-async": "^2.1.0",
"react-dom": "^16.4.1",
"react-intl-universal": "^1.11.4",
"react-loadable": "^5.4.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"reactjs-popup": "^1.1.1",
"redux": "^4.0.0",
"superagent": "^3.8.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom"
},
"devDependencies": {
"babel-plugin-import": "^1.8.0",
"chai": "^4.1.2",
"react-app-rewire-less": "^2.1.2",
"react-app-rewired": "^1.5.2",
"redux-devtools": "^3.4.1"
},
"main": "index.js",
"repository": "https://github.com/Dasdaq/Dasdaq-web.git",
"author": "xiaodao <[email protected]>",
"license": "MIT"
}