-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 864 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
36
37
38
39
{
"name": "SSV_Contracts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev": "node server.js",
"build": "nexe server.js"
},
"engines": {
"node": "12.16.x",
"npm": "6.x"
},
"author": "",
"license": "ISC",
"dependencies": {
"fs-extra": "^8.1.0",
"ganache-cli": "^6.9.1",
"ipfs-api": "^26.1.2",
"ipfs-http-client": "^42.0.0",
"mocha": "^7.1.1",
"next": "^4.1.4",
"next-routes": "^1.4.2",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"solc": "^0.4.25",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^1.0.0-beta.26",
"web3-utils": "^1.2.7"
},
"devDependencies": {
"nexe": "^3.3.2"
}
}