-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.37 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
{
"name": "uvz-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"test": "vitest",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@ai-sdk/google": "^2.0.44",
"@ai-sdk/groq": "^2.0.32",
"@ai-sdk/react": "^2.0.106",
"@google/generative-ai": "^0.24.1",
"@paddle/paddle-js": "^1.6.1",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.84.0",
"@types/canvas-confetti": "^1.9.0",
"@vercel/analytics": "^1.6.1",
"@whop/checkout": "^0.0.49",
"ai": "^5.0.105",
"axios": "^1.13.2",
"canvas-confetti": "^1.9.4",
"cheerio": "^1.1.2",
"clsx": "^2.1.1",
"docx": "^8.4.0",
"dotenv": "^17.2.3",
"framer-motion": "^12.23.25",
"lucide-react": "^0.554.0",
"next": "16.0.10",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-rough-notation": "^1.0.8",
"resend": "^6.6.0",
"stripe": "^20.0.0",
"tailwind-merge": "^3.4.0",
"zod": "^4.1.13",
"zustand": "^5.0.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.0.3",
"postcss": "^8.5.4",
"tailwindcss": "^3.4.17",
"typescript": "^5",
"vitest": "^1.5.5"
}
}