-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 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
{
"name": "retro-boy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"predev": "node scripts/generate-gallery.js",
"build": "next build --webpack",
"prebuild": "node scripts/generate-gallery.js",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@radish-la/world-auth": "0.0.1-alpha.19",
"@radix-ui/react-dialog": "^1.1.15",
"@safe-global/protocol-kit": "^6.1.2",
"@upstash/redis": "^1.35.6",
"@worldcoin/minikit-js": "^1.9.8",
"alchemy-sdk": "^3.6.5",
"blo": "^2.0.0",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eruda": "^3.4.3",
"events": "^3.3.0",
"jotai": "^2.15.1",
"lz-string": "^1.5.0",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-icons": "^5.5.0",
"react-joystick-component": "^6.2.1",
"sonner": "^2.0.7",
"swr": "^2.3.6",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"viem": "^2.38.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}