-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 862 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
{
"name": "hackvsit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tanujvyas10/hackVSIT.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tanujvyas10/hackVSIT/issues"
},
"homepage": "https://github.com/tanujvyas10/hackVSIT#readme",
"dependencies": {
"fs-extra": "^8.1.0",
"ganache-cli": "^6.8.2",
"mocha": "^7.0.0",
"next": "^4.1.4",
"next-routes": "^1.4.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"solc": "^0.4.17",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^1.0.0-beta.26"
}
}