-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
{
"name": "nextjs-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.1.2",
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@huddle01/react": "1.0.0-alpha.58",
"@huddle01/server-sdk": "1.0.0-alpha.25",
"@lighthouse-web3/sdk": "^0.3.0",
"@rainbow-me/rainbowkit": "^1.3.0",
"@types/react-dom": "18.0.11",
"@waku/sdk": "^0.0.21",
"add": "^2.0.6",
"anon-aadhaar-pcd": "^0.1.15",
"anon-aadhaar-react": "^0.1.15",
"axios": "^1.6.2",
"ethers": "^5.7.2",
"framer-motion": "^10.16.16",
"next": "14.0.4",
"protobufjs": "^7.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "~1.19.11",
"wagmi": "~1.4.10"
},
"devDependencies": {
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@types/node": "^18.16.12",
"@types/react": "^18.2.6",
"autoprefixer": "^10.4.14",
"clsx": "^1.2.1",
"eslint": "^8.15.0",
"eslint-config-next": "^13.4.3",
"postcss": "^8.4.21",
"react-hot-toast": "^2.4.1",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4",
"usehooks-ts": "^2.9.1",
"zustand": "^4.3.8"
}
}