-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 952 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 952 Bytes
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
{
"name": "servicesnapp-crm",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@google/generative-ai": "^0.24.1",
"@neondatabase/serverless": "^1.1.0",
"@netlify/database": "^1.1.0",
"@netlify/neon": "^0.1.2",
"@supabase/supabase-js": "^2.95.3",
"drizzle-orm": "^1.0.0-beta.22",
"gotrue-js": "^1.0.1",
"lucide-react": "^0.564.0",
"pg": "^8.18.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.13.0",
"supabase": "^2.76.8"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"drizzle-kit": "^1.0.0-beta.22",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}