-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.82 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
62
63
64
65
{
"name": "react-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"babel-engine-plugin": "^0.2.1",
"babel-eslint": "^8.2.6",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"bignumber.js": "^7.2.1",
"bluebird": "^3.5.1",
"bs58": "^4.0.1",
"commafy": "0.0.5",
"ethereumjs-abi": "^0.6.5",
"ethjs": "^0.3.9",
"file-saver": "1.3.3",
"ics": "^2.7.2",
"immutability-helper": "^2.7.1",
"ipfs-api": "^22.3.0",
"joi-browser": "^13.4.0",
"js-base64": "^2.4.8",
"js-sha3": "^0.7.0",
"json-formatter-js": "^2.2.1",
"key-mirror": "^1.0.1",
"mobile-detect": "^1.4.2",
"moment": "^2.22.2",
"npm-run-all": "^4.1.3",
"pad": "^2.2.1",
"pify": "^3.0.0",
"random-int": "^1.0.0",
"react": "^16.4.2",
"react-css-modules": "^4.7.7",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.4.2",
"react-json-view": "^1.19.1",
"react-jsonschema-form": "^1.0.4",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.5",
"redux": "^3.7.2",
"semantic-ui-css": "^2.3.3",
"semantic-ui-react": "^0.78.3",
"solidity-sha3": "^0.4.1",
"toastr": "^2.1.4",
"truffle-contract": "^3.0.6",
"web3": "^1.0.0-beta.35",
"web3-detect-network": "0.0.17"
},
"scripts": {
"watch-css": "stylus -w `find src/ -type f -name '*.styl'`",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build-css": "stylus `find src/ -type f -name '*.styl'`",
"build": "npm-run-all build-css build-js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"standard": {
"parser": "babel-eslint"
},
"devDependencies": {
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}