-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 935 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 935 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
35
{
"name": "@bachelor/app",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"deploy": "pnpm build && wrangler deploy",
"prepare": "svelte-kit sync"
},
"devDependencies": {
"@iconify-json/mdi": "1.2.3",
"@sveltejs/adapter-cloudflare": "7.1.1",
"@sveltejs/kit": "2.26.1",
"@sveltejs/vite-plugin-svelte": "6.1.0",
"@types/node": "24.1.0",
"@webgpu/types": "0.1.64",
"postcss-nesting": "13.0.2",
"svelte": "5.37.0",
"svelte-check": "4.3.0",
"typescript": "5.8.3",
"unocss": "66.3.3",
"unplugin-icons": "22.1.0",
"vite": "7.0.6",
"wrangler": "4.26.0"
},
"dependencies": {
"@bachelor/core": "workspace:",
"bits-ui": "2.8.13"
}
}