-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
47 lines (47 loc) · 1.48 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
{
"private": true,
"scripts": {
"compile-contracts": "chanterelle compile; chanterelle codegen",
"deploy": "npm run compile-contracts; chanterelle deploy ./output/Deploy.Main/index.js",
"test": "pulp test",
"build": "pulp build"
},
"dependencies": {
"bn.js": "^4.11.0",
"chanterelle": "github:f-o-a-m/chanterelle#v4.0.0",
"ethjs-provider-http": "^0.1.6",
"jazzicon": "^1.5.0",
"keccak": "^1.0.2",
"latlon-geohash": "^1.1.0",
"mkdirp": "^0.5.1",
"openzeppelin-solidity": "^2.3",
"react": "16.6.1",
"react-dom": "16.6.1",
"rlp": "^2.0.0",
"secp256k1": "^3.5.2",
"solc": "^0.5"
},
"devDependencies": {
"autodll-webpack-plugin": "^0.4.2",
"autoprefixer": "^9.0.0",
"bower": "^1.8.8",
"css-loader": "^1.0.0",
"cssnano": "^4.0.3",
"erc20-tokens": "ConsenSys/Tokens#812791dfbf3c9a9f5e8370e26cda0009bde43f03",
"eslint": "^4.19.1",
"html-webpack-plugin": "^3.2.0",
"json": "^9.0.6",
"mini-css-extract-plugin": "^0.4.1",
"postcss-loader": "^2.1.6",
"pulp": "^13.0.0",
"purescript": "^0.13.0",
"purescript-psa": "^0.7.3",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "4.16.1",
"webpack-cli": "3.0.8",
"webpack-dev-server": "3.2.1",
"ws": "^6.1.2",
"xhr2": "^0.1.4"
}
}