-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.76 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
60
{
"name": "anon-aadhaar-devcon7",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anon-aadhaar/contracts": "^2.2.3",
"@anon-aadhaar/core": "^2.2.3",
"@anon-aadhaar/react": "^2.2.3",
"@heroicons/react": "^2.0.18",
"@supabase/supabase-js": "^2.44.2",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.37.1",
"@web3modal/wagmi": "^4.2.4-cn-webgl.2",
"dotenv": "^16.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^2.11.1",
"wagmi": "^2.9.12"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@typechain/ethers-v6": "^0.4.3",
"@typechain/hardhat": "^8.0.3",
"@types/chai": "^4.3.16",
"@types/json-bigint": "^1.0.4",
"@types/mocha": "^10.0.7",
"@types/node": "20.4.10",
"@types/pako": "^2.0.3",
"@types/react": "^18.2.79",
"@types/react-dom": "18.2.25",
"@types/uuid": "^9.0.8",
"@types/valid-url": "^1.0.7",
"autoprefixer": "^10.4.19",
"chai": "^4.3.10",
"eslint": "8.44.0",
"eslint-config-next": "13.4.19",
"ethers": "^6.0.8",
"hardhat": "^2.17.4",
"hardhat-dependency-compiler": "^1.1.4",
"hardhat-gas-reporter": "^1.0.8",
"next": "13.4.19",
"postcss": "^8.4.38",
"solidity-coverage": "^0.8.12",
"tailwindcss": "^3.3.7",
"ts-node": "^10.9.2",
"typechain": "^8.2.1",
"typescript": "5.1.6"
},
"packageManager": "[email protected]"
}