forked from AElfProject/aelf-block-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "aelf-block-explorer",
"version": "1.0.0",
"description": "Describe browser here",
"private": true,
"scripts": {
"build": "nwb build-react-app",
"clean": "nwb clean-app",
"start": "nwb serve-react-app",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
"aelf-sdk": "^1.0.14",
"antd": "^3.9.2",
"apisauce": "^0.16.0",
"axios": "^0.18.0",
"dayjs": "^1.7.5",
"echarts": "^4.2.0-rc.1",
"echarts-for-react": "^2.0.14",
"lodash": "^4.17.11",
"mobx": "^5.1.1",
"mobx-react": "^5.2.8",
"mobx-state-tree": "^3.3.0",
"protobufjs": "^6.8.8",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-smooth-scrollbar": "^8.0.6",
"react-transition-group": "^2.5.0",
"smooth-scrollbar": "^8.3.1"
},
"devDependencies": {
"babel-plugin-import": "^1.8.0",
"babel-plugin-lodash": "^3.3.4",
"nwb": "0.23.x",
"nwb-less": "^0.7.1"
},
"author": "phinome",
"license": "MIT",
"repository": ""
}