-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 758 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 758 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
{
"name": "tunecity",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@supabase/supabase-js": "^2.105.4",
"framer-motion": "^12.38.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"zustand": "^5.0.13"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/ui": "^4.1.6",
"sharp": "^0.34.5",
"tailwindcss": "^4.3.0",
"vite": "^8.0.12",
"vite-plugin-singlefile": "^2.3.3",
"vitest": "^4.1.6"
}
}