-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
59 lines (59 loc) · 1.7 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "debooki",
"version": "0.1.0",
"author": "lakshay",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"node": "npx hardhat node",
"localhost": "npx hardhat run scripts/deploy.ts --network ganache",
"remote": "npx hardhat run scripts/deploy.ts --network mumbai"
},
"dependencies": {
"@chakra-ui/react": "^1.7.4",
"@dicebear/avatars": "^4.10.2",
"@dicebear/pixel-art": "^4.10.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@ethersproject/contracts": "^5.5.0",
"@heroicons/react": "^1.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@superfluid-finance/ethereum-contracts": "^1.0.0-rc.7",
"@superfluid-finance/js-sdk": "^0.5.7",
"bignumber.js": "^9.0.1",
"dotenv": "^10.0.0",
"framer-motion": "^5",
"fs": "^0.0.1-security",
"next": "12.0.7",
"nft.storage": "^3.3.0",
"react": "17.0.2",
"react-blockies-image": "^0.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-pdf": "^5.5.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-ganache": "^2.0.1",
"@openzeppelin/contracts": "^4.3.2",
"@types/react": "17.0.31",
"@types/react-pdf": "^5.0.8",
"autoprefixer": "^10.3.7",
"chai": "^4.3.4",
"daisyui": "^1.16.0",
"eslint": "<8.0.0",
"eslint-config-next": "11.1.2",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.7",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.17",
"tailwindcss-nested-groups": "^1.2.4",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"web3modal": "^1.9.4"
}
}