forked from scrtlabs/secret-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.31 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
{
"name": "secret-contracts",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p",
"start": "webpack-dev-server --hot --inline --content-base ./public"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^1.5.0",
"@material-ui/icons": "^2.0.2",
"add": "^2.0.6",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bn": "^1.0.1",
"bn.js": "^4.11.8",
"bootstrap": "^4.1.3",
"css-loader": "^0.28.4",
"eth-crypto": "^1.2.3",
"exec": "^0.2.1",
"growl": "^1.10.5",
"js-linguist": "0.0.0",
"json-loader": "^0.5.7",
"openzeppelin-solidity": "^1.12.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"rlp": "^2.1.0",
"style-loader": "^0.18.2",
"truffle": "^3.4.8",
"truffle-contract": "^3.0.6",
"url-parse": "^1.4.3",
"web3": "^1.0.0-beta.35",
"webpack": "^3.12.0",
"webpack-dev-server": "^3.1.10"
},
"devDependencies": {
"webpack-cli": "^3.1.0",
"yarn": "^1.9.4"
}
}