-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 726 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 726 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
{
"name": "cuadrante",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "tsc --noEmit",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@supabase/supabase-js": "^2.105.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"xlsx-js-style": "^1.2.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.4.0"
},
"packageManager": "pnpm@11.1.1",
"engines": {
"pnpm": ">=11.0.0"
}
}