-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 735 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 735 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
{
"name": "kickstart",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"export": "npm run build && next export"
},
"author": "",
"license": "ISC",
"dependencies": {
"fs-extra": "^7.0.1",
"fusioncharts": "^3.13.4",
"ganache-cli": "^6.4.1",
"mocha": "^6.0.2",
"next": "^9.3.2",
"next-routes": "^1.4.2",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-fusioncharts": "^3.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.86.0",
"solc": "^0.4.25",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^1.0.0-beta.27"
}
}