-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1007 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
40
{
"name": "hack36",
"version": "1.0.0",
"description": "Ethereum Project for Hack36",
"main": "index.js",
"scripts": {
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"crypto-js": "^4.0.0",
"etherscan-api": "^10.0.5",
"fs-extra": "^8.1.0",
"ganache-cli": "^6.9.0",
"ipfs": "^0.40.0",
"mocha": "^7.0.1",
"next": "^9.2.1",
"next-images": "^1.3.0",
"next-routes": "^1.4.2",
"orbit-db": "^0.23.1",
"react": "^16.12.0",
"react-collapse": "^5.0.1",
"react-dom": "^16.12.0",
"react-graph-vis": "^1.0.5",
"react-scroll": "^1.7.16",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"solc": "^0.4.17",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^1.2.0"
},
"devDependencies": {
"babel-plugin-inline-import-data-uri": "^1.0.1"
}
}