-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.01 KB
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
36
37
{
"name": "deck",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"dev:mobile": "vite --config vite.mobile.config.js",
"build:mobile": "vite build --config vite.mobile.config.js",
"build:all": "npm run build && npm run build:mobile"
},
"dependencies": {
"@tanstack/svelte-query": "^5.0.0",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"bits-ui": "^2.14.4",
"clsx": "^2.1.1",
"lucide-svelte": "^0.562.0",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2"
},
"devDependencies": {
"@internationalized/date": "^3.10.1",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/vite": "^4.1.18",
"@tauri-apps/cli": "^2.0.0",
"@types/node": "^25.0.3",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"svelte": "^5.0.0",
"tailwindcss": "^4.1.18",
"vite": "^6.0.0"
}
}