-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 761 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 761 Bytes
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
{
"name": "blockchainkickstarter",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev": "node server.js",
"build": "next build"
},
"author": "",
"license": "ISC",
"dependencies": {
"ethers": "^4.0.27",
"fs-extra": "^7.0.1",
"ganache-cli": "^6.4.1",
"geth": "^0.4.0",
"mocha": "^6.0.2",
"next": "^8.0.3",
"next-routes": "^1.4.2",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"semantic-ui-react": "^0.86.0",
"solc": "^0.5.6",
"truffle": "^5.0.9",
"truffle-hdwallet-provider": "^1.0.5",
"web3": "^1.0.0-beta.35"
},
"directories": {
"test": "test"
},
"devDependencies": {
"istanbul": "^0.4.5",
"nyc": "^13.3.0"
},
"description": ""
}