-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 863 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
{
"name": "crowdfund",
"version": "1.0.0",
"description": "Crowd Funding platform",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev": "next dev",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akshat-rawat/CrowdFund.git"
},
"author": "akshat",
"license": "ISC",
"bugs": {
"url": "https://github.com/akshat-rawat/CrowdFund/issues"
},
"homepage": "https://github.com/akshat-rawat/CrowdFund#readme",
"dependencies": {
"fs-extra": "^10.0.0",
"ganache-cli": "^6.12.2",
"mocha": "^9.0.3",
"next": "^4.1.4",
"next-routes": "^1.4.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"solc": "^0.4.17",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^1.2.9"
}
}