-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 979 Bytes
/
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
{
"name": "create-next-example-app",
"scripts": {
"dev": "run-with-testrpc --seed 1234 'truffle migrate && next'",
"prod": "run-with-testrpc --seed 1234 'truffle migrate && next build && next start'",
"build": "next build",
"start": "next start",
"next" :"next",
"test": "truffle test",
"compile": "truffle compile",
"migrate": "truffle migrate",
"console": "truffle console"
},
"dependencies": {
"add": "^2.0.6",
"bignumber.js": "^6.0.0",
"bluebird": "^3.5.1",
"country-list": "^1.1.0",
"eth-sig-util": "^1.4.2",
"ethereumjs-abi": "^0.6.5",
"formik": "^0.11.10",
"lodash.compose": "^2.4.1",
"next": "^5.0.0",
"numeral": "^2.0.6",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.8",
"run-with-testrpc": "^0.3.0",
"semantic-ui-react": "^0.78.2",
"truffle": "^4.0.6",
"web3": "^0.20.0",
"yarn": "^1.3.2",
"zeppelin-solidity": "^1.6.0"
}
}