Skip to content

Commit ed394e1

Browse files
author
share121
committed
chore: 整理
1 parent 4db12db commit ed394e1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,38 @@
44
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
7+
"tauri": "tauri",
78
"dev": "bun build:dkms && vite",
89
"build:dkms": "deno --node-modules-dir=none -A scripts/dkms.ts",
910
"build": "run-p type-check \"build-only {@}\" --",
1011
"preview": "vite preview",
1112
"build-only": "build:dkms && vite build",
12-
"tauri": "tauri"
13+
"type-check": "vue-tsc --build --force"
1314
},
1415
"dependencies": {
16+
"@fontsource/roboto": "5.2.6",
1517
"@primeuix/themes": "^1.2.3",
1618
"@tauri-apps/api": "^2",
1719
"@tauri-apps/plugin-dialog": "~2",
18-
"@tauri-apps/plugin-opener": "^2",
1920
"@vueuse/core": "^13.6.0",
2021
"pinia": "^3.0.3",
2122
"pinia-plugin-persistedstate": "^4.4.1",
2223
"primeicons": "^7.0.0",
2324
"primevue": "^4.3.7",
24-
"unplugin-fonts": "^1.4.0",
25-
"vite-plugin-wasm": "^3.5.0",
2625
"vue": "^3.5.13"
2726
},
2827
"devDependencies": {
28+
"@biomejs/biome": "2.1.3",
2929
"@primevue/auto-import-resolver": "^4.3.7",
3030
"@tauri-apps/cli": "^2",
3131
"@vitejs/plugin-vue": "^5.2.1",
32+
"oxlint": "^1.9.0",
3233
"typescript": "~5.6.2",
3334
"unplugin-auto-import": "^20.0.0",
35+
"unplugin-fonts": "^1.3.1",
3436
"unplugin-vue-components": "^29.0.0",
3537
"vite": "^6.0.3",
38+
"vite-plugin-wasm": "^3.5.0",
3639
"vue-tsc": "^2.1.10",
3740
"wasm-pack": "^0.13.1"
3841
}

0 commit comments

Comments
 (0)