-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.31 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.31 KB
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
{
"name": "explorer-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@ethersproject/providers": "^5.0.5",
"@ethersproject/units": "^5.0.2",
"@ibm/plex": "^1.4.1",
"@types/jest": "^24.9.1",
"@types/node": "^12.12.34",
"@types/react": "^16.9.32",
"@types/react-dom": "^16.9.6",
"@types/react-redux": "^7.1.7",
"@web3-react/core": "^6.1.1",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/ledger-connector": "^6.1.9",
"@web3-react/network-connector": "^6.1.9",
"@web3-react/trezor-connector": "^6.1.9",
"@web3-react/walletconnect-connector": "^6.1.9",
"@web3-react/walletlink-connector": "^6.1.9",
"antd": "^3.26.15",
"axios": "^0.21.1",
"dateformat": "^3.0.3",
"echarts": "^4.7.0",
"echarts-for-react": "^2.0.15-beta.1",
"fundebug-javascript": "^1.9.0",
"identicon.js": "^2.3.3",
"lodash": "^4.17.15",
"lodash.clonedeep": "^4.5.0",
"node-fetch": "^2.6.1",
"node-sass": "^4.13.1",
"numeral": "^2.0.6",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-intl": "^3.12.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.3",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"typescript": "^3.8.3",
"web3": "^1.2.11"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.8.3",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"koa": "^2.11.0",
"koa-bodyparser": "^3.2.0",
"koa-favicon": "^2.1.0",
"koa-morgan": "^1.0.1",
"koa-router": "^7.4.0",
"mockjs": "^1.1.0",
"nodemon": "^1.19.4",
"thunkify": "^2.1.2"
},
"scripts": {
"mock": "nodemon mock-server/index.js",
"start": "nodemon mock-server/index.js & react-scripts start ",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:8480"
}