-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "solidity-nextjs-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@openzeppelin/contracts": "^4.4.2",
"@supabase/supabase-js": "^1.29.1",
"@superfluid-finance/ethereum-contracts": "^1.0.0-rc.8",
"dotenv": "^12.0.3",
"ethers": "^5.5.3",
"next": "^12.0.8",
"qrcode": "^1.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "^9.0.0",
"@typechain/hardhat": "^4.0.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.10",
"@types/qrcode": "^1.4.2",
"@types/react": "^17.0.38",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.2",
"chai": "^4.3.4",
"eslint": "8.6.0",
"eslint-config-next": "12.0.8",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.8.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"ts-generator": "^0.1.1",
"ts-node": "^10.4.0",
"typechain": "^7.0.0"
}
}