Files
Thing/package.json
T
2026-09-17 17:32:20 +08:00

43 lines
1.1 KiB
JSON

{
"name": "thing",
"private": true,
"version": "26.9.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"test": "node --test src/modules/quickpanel/engine.test.ts src/lib/calc.test.ts",
"tauri": "tauri"
},
"dependencies": {
"@lucide/vue": "^1.28.0",
"@tailwindcss/vite": "^4.3.2",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "~2",
"@tauri-apps/plugin-dialog": "^2",
"@tauri-apps/plugin-global-shortcut": "^2",
"@tauri-apps/plugin-opener": "^2",
"@vueuse/core": "^14.4.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"pinia": "^3.0.4",
"pinyin-pro": "^3.28.2",
"reka-ui": "^2.10.1",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.2",
"vue": "^3.5.13",
"vue-draggable-plus": "^0.6.1",
"vue-sonner": "^2.0.9"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/node": "^26.1.1",
"@vitejs/plugin-vue": "^5.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "~5.6.2",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
}
}