-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 840 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 840 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
{
"name": "dapp-campaign",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yidongw/Dapp-Campaign.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yidongw/Dapp-Campaign/issues"
},
"homepage": "https://github.com/yidongw/Dapp-Campaign#readme",
"dependencies": {
"fs-extra": "^6.0.1",
"ganache-cli": "^6.1.4",
"mocha": "^5.2.0",
"next": "^4.2.3",
"next-routes": "^1.4.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"routes": "^2.1.0",
"semantic-ui-css": "^2.3.2",
"semantic-ui-react": "^0.82.0",
"solc": "^0.4.24",
"truffle-hdwallet-provider": "0.0.5",
"web3": "^1.0.0-beta.26"
}
}