-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 781 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
{
"name": "pixellite-pro",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@google/genai": "latest",
"@tailwindcss/vite": "^4.1.17",
"jszip": "^3.10.1",
"lucide-react": "^0.344.0",
"pako": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^4.1.17",
"upng-js": "^2.1.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/upng-js": "^2.1.5",
"@vercel/node": "^5.5.13",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.2.2",
"vite": "^7.2.4",
"vite-plugin-pwa": "^1.2.0"
}
}