-
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) · 1017 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1017 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": "potato4cut-v2-frontend",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "svelte-kit sync && panda codegen && vite dev",
"build": "svelte-kit sync && panda codegen && vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.app.json"
},
"devDependencies": {
"@pandacss/dev": "^1.5.0",
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/kit": "^2.48.4",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tsconfig/svelte": "^5.0.5",
"@types/node": "^24.6.0",
"svelte": "^5.39.6",
"svelte-check": "^4.3.2",
"typescript": "~5.9.3",
"unplugin-auto-import": "^20.2.0",
"unplugin-icons": "^22.5.0",
"vite": "^7.1.7"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.73",
"@iconify-json/simple-icons": "^1.2.59",
"@iconify-json/twemoji": "^1.2.4",
"@sveltejs/adapter-cloudflare": "^7.2.4",
"dayjs": "^1.11.19",
"svelte-sonner": "^1.0.6"
}
}