learning-rust/TvTa-ui/package.json

41 lines
1.0 KiB
JSON

{
"name": "tvta-ui",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:test": "vite build --mode test",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-dialog": "^2.4.2",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-shell": "^2.3.3",
"axios": "^1.13.2",
"naive-ui": "^2.43.2",
"pinia": "^3.0.4",
"vue": "^3.5.13",
"vue-i18n": "^9.14.5",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@iconify/json": "^2.2.417",
"@tauri-apps/cli": "^2",
"@types/node": "^25.0.1",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.9.3",
"unocss": "^66.5.10",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^30.0.0",
"vite": "^6.0.3",
"vue-tsc": "^3.1.8"
}
}