forked from hexoul/metagate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "metagate",
"version": "1.1.0",
"private": true,
"dependencies": {
"antd": "^3.11.2",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^6.0.0",
"meta-web3": "^0.2.1",
"metasdk-react": "^0.5.4",
"node-fetch": "^2.3.0",
"react": "^16.6.3",
"react-collapsible": "^2.3.2",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.6.3",
"react-loading": "^2.0.3",
"underscore": "^1.9.1",
"web3": "^1.0.0-beta.34"
},
"scripts": {
"start": "PORT=3002 react-app-rewired start",
"build": "react-app-rewired build",
"test": "standard --parser babel-eslint",
"fix": "standard --parser babel-eslint --fix",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-plugin-import": "^1.11.0",
"react-app-rewire-less": "^2.1.3",
"react-app-rewired": "^1.6.2",
"react-scripts": "^2.1.1",
"standard": "^12.0.1"
}
}