forked from harsh242/betterfund-crowdfunding-in-blockchain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 829 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
{
"name": "betterfund",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.12",
"@chakra-ui/react": "^1.6.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/space-grotesk": "^4.3.0",
"dotenv": "^8.2.0",
"framer-motion": "^4",
"fs-extra": "^10.0.0",
"ganache-cli": "^6.12.2",
"mocha": "^8.3.2",
"next": "10.2.0",
"node-fetch": "^2.6.1",
"react": "17.0.2",
"react-confetti": "^6.0.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.4.2",
"react-icons": "^4.2.0",
"react-use": "^17.2.4",
"solc": "^0.4.17",
"truffle-hdwallet-provider": "^1.0.17",
"use-wallet": "^0.8.1",
"web3": "^1.3.5"
}
}