-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "anon-aadhaar-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anon-aadhaar/contracts": "^2.2.4",
"@anon-aadhaar/core": "^2.2.4",
"@anon-aadhaar/react": "^2.2.4",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@react-three/drei": "^9.108.4",
"@react-three/fiber": "^8.16.8",
"@tanstack/react-query": "^5.51.1",
"ethers": "^6.13.1",
"framer-motion": "^11.3.4",
"hardhat-dependency-compiler": "^1.2.1",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three": "^0.166.1",
"viem": "^2.17.4",
"wagmi": "^2.12.2",
"web3": "^4.11.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"hardhat": "^2.8.3",
"postcss": "^8",
"tailwindcss": "^3.4.5",
"typescript": "^5"
}
}