-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 870 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 870 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
36
37
38
{
"name": "kickstart",
"version": "1.0.0",
"description": "it is crouwdfunding platforme that help to rising fund for starttup/idea",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev": "node server.js",
"build": "next build",
"start": "node server.js",
"lint": "next lint"
},
"keywords": [
"crowdfunding",
"kickstart",
"blockchain",
"ethereum",
"fund",
"campaigns"
],
"author": "NitinCode",
"license": "ISC",
"dependencies": {
"@truffle/hdwallet-provider": "^1.5.1",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"ganache-cli": "^6.12.2",
"mocha": "^9.1.2",
"next": "^10.1.3",
"next-routes": "^1.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.5",
"solc": "^0.4.17",
"web3": "^1.6.0"
}
}