-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.47 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.47 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "urwis",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@ai-sdk/google": "^3.0.53",
"@ai-sdk/react": "^3.0.140",
"@formspree/react": "^3.0.0",
"@gsap/react": "^2.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@react-spring/three": "^10.0.3",
"@react-spring/web": "^10.0.3",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@serwist/background-sync": "^9.5.6",
"@serwist/core": "^9.5.6",
"@serwist/next": "^9.5.6",
"@supabase/auth-helpers-nextjs": "^0.15.0",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.98.0",
"@tabler/icons-react": "^3.36.1",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-query-devtools": "^5.91.3",
"@tensorflow-models/coco-ssd": "^2.2.3",
"@tensorflow/tfjs": "^4.22.0",
"@types/matter-js": "^0.20.2",
"@vercel/speed-insights": "^1.3.1",
"ai": "^6.0.138",
"bcryptjs": "^3.0.3",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.34.0",
"googleapis": "^171.4.0",
"gsap": "^3.14.2",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^0.563.0",
"matter-js": "^0.20.0",
"motion": "^12.35.2",
"next": "^16.1.6",
"ogl": "^1.0.11",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-confetti": "^6.4.0",
"react-dom": "19.2.3",
"react-markdown": "^10.1.0",
"react-webcam": "^7.2.0",
"recharts": "^3.7.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"three": "0.182.0",
"three-stdlib": "^2.36.1",
"use-sound": "^5.0.0",
"web-push": "^3.6.7",
"zod": "^3.25.76"
},
"devDependencies": {
"@next/bundle-analyzer": "^16.1.6",
"@serwist/turbopack": "^9.5.7",
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/canvas-confetti": "^1.9.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20.19.33",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-modal": "^3.16.3",
"@types/three": "^0.182.0",
"@types/web-push": "^3.6.4",
"esbuild": "^0.27.4",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"serwist": "^9.5.7",
"shadcn": "^3.8.4",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "5.7.3"
}
}