-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 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
38
{
"name": "vapp",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"build": "bunx --bun vue-tsc --noEmit && bunx --bun vite build",
"preview": "bunx --bun vite preview",
"tauri": "tauri",
"lint": "bunx --bun biome check .",
"lint:fix": "bunx --bun biome check --write . && bunx --bun biome format --write .",
"format": "bunx --bun biome format --write ."
},
"dependencies": {
"@tailwindcss/vite": "^4.2.4",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-shell": "^2.3.5",
"@vasakgroup/plugin-config-manager": "^2.2.3",
"@vasakgroup/plugin-vicons": "^2.0.0",
"path": "^0.12.7",
"pinia": "^3.0.4",
"url": "^0.11.4",
"vue": "^3.5.32"
},
"devDependencies": {
"@biomejs/biome": "^2.4.12",
"@tailwindcss/postcss": "^4.2.4",
"@tauri-apps/cli": "^2.10.1",
"@types/node": "^25.6.0",
"@vitejs/plugin-vue": "^6.0.6",
"postcss": "^8.5.10",
"tailwindcss": "^4.2.4",
"typescript": "^5.9.3",
"vite": "^7.3.2",
"vue-tsc": "^3.2.7"
}
}