This repository was archived by the owner on Feb 6, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 KB
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": "Hand Protocol",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@types/node": "22.3.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/uuid": "^10.0.0",
"eslint": "9.9.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"typescript": "5.5.4"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.8",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.14",
"@mui/joy": "5.0.0-beta.48",
"@rainbow-me/rainbowkit": "2.1.4",
"@tanstack/react-query": "^5.55.0",
"@wagmi/core": "^2.13.4",
"autoprefixer": "10.4.20",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"ethers": "^6.13.2",
"framer-motion": "^11.5.4",
"i": "^0.3.7",
"lucide-react": "^0.439.0",
"next": "14.2.8",
"postcss": "8.4.45",
"prettier": "^3.3.3",
"react": "18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "18.3.1",
"react-hot-toast": "^2.4.1",
"react-responsive": "^10.0.0",
"tailwindcss": "3.4.10",
"uuid": "^10.0.0",
"viem": "^2.21.3",
"wagmi": "^2.12.5",
"zustand": "^4.5.5"
}
}