-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.86 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "contract-explorer",
"version": "0.2.0",
"private": true,
"dependencies": {
"0x.js": "^0.36.3",
"@material-ui/core": "^3.3.1",
"@material-ui/icons": "^3.0.1",
"immutable": "^3.8.2",
"material-ui": "^0.20.2",
"moment": "^2.22.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-ga": "^2.5.3",
"react-json-view": "^1.19.1",
"react-notification-system": "^0.2.17",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.4",
"react-stickynode": "^1.4.1",
"react-timeout": "^1.1.1",
"serialize-error": "^2.1.0",
"web3": "^1.0.0-beta.36"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-es6-polyfill": "^1.1.0",
"babel-eslint": "^8.2.6",
"babel-jest": "^23.4.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.1.2",
"babel-preset-stage-1": "^6.24.1",
"babel-runtime": "^6.26.0",
"cross-env": "^5.2.0",
"deep-freeze": "^0.0.1",
"eslint": "^5.4.0",
"eslint-config-prettier": "^3.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.3.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-watch": "^4.0.2",
"jest-extended": "^0.8.1",
"prettier": "^1.14.0",
"regenerator-runtime": "^0.12.1",
"source-map-explorer": "^1.5.0"
},
"scripts": {
"start": "PORT=3001 react-scripts start",
"build": "GENERATE_SOURCEMAP=false PUBLIC_URL=/ react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}