-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 911 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 911 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
{
"name": "sandbox-workspace",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@supabase/supabase-js": "^2.98.0",
"canvas-confetti": "^1.9.3",
"date-fns": "^2.30.0",
"framer-motion": "^11.16.1",
"lucide-react": "^0.294.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
"recharts": "^2.10.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.7",
"@types/canvas-confetti": "^1.6.4",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "^4.1.7",
"typescript": "^5.7.0",
"vite": "^6.3.5"
}
}