-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"name": "vibe-prompting-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@hookform/resolvers": "^5.2.2",
"@splinetool/react-spline": "^4.1.0",
"@splinetool/runtime": "^1.11.2",
"@supabase/supabase-js": "^2.81.1",
"@tanstack/react-query": "^5.90.8",
"@vercel/analytics": "^1.5.0",
"clsx": "^2.0.0",
"framer-motion": "^10.18.0",
"lucide-react": "^0.553.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.66.0",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^7.9.5",
"tailwind-merge": "^2.2.1",
"zod": "^4.1.12"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.4.8",
"typescript": "^5.1.6",
"vite": "^5.0.0"
}
}