-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.18 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
{
"name": "boveda-c3lect",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "Catálogo digital de relojería y perfumería de alta gama para C3LECT.",
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"images:webp": "node scripts/convert-to-webp.js"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@supabase/supabase-js": "^2.105.4",
"axios": "^1.17.0",
"date-fns": "3.6.0",
"lucide-react": "0.487.0",
"motion": "12.23.24",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router": "7.13.0",
"recharts": "2.15.2",
"tw-animate-css": "1.3.8"
},
"devDependencies": {
"@tailwindcss/vite": "4.1.12",
"@types/node": "^24.0.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "4.7.0",
"heic-convert": "^2.1.0",
"sharp": "^0.35.3",
"tailwindcss": "4.1.12",
"typescript": "^5.7.3",
"vite": "6.3.5"
},
"pnpm": {
"overrides": {
"vite": "6.3.5"
}
}
}