-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 896 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
{
"name": "kickstart",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev": "node server.js",
"build": "next build"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.1.3",
"form-data": "^2.3.2",
"fs": "0.0.1-security",
"fs-extra": "^5.0.0",
"ganache-cli": "^6.0.3",
"mocha": "^4.1.0",
"net": "^1.0.2",
"next": "^4.1.4",
"next-routes": "^1.2.0",
"popper.js": "^1.14.4",
"prop-types": "^15.6.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-dropzone": "^6.0.2",
"request": "^2.88.0",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.77.1",
"solc": "^0.4.19",
"superagent": "^4.0.0-beta.5",
"tesseract.js": "^1.0.10",
"tls": "0.0.1",
"truffle-hdwallet-provider": "0.0.3",
"web3": "1.0.0-beta.26"
}
}