{ "name": "ywymusic", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", "tauri": "tauri" }, "dependencies": { "@tauri-apps/api": "^2", "@tauri-apps/plugin-opener": "^2", "axios": "^1.19.0", "dayjs": "^1.11.21", "naive-ui": "^2.44.1", "vue": "^3.5.13", "vue-router": "^5.2.0" }, "devDependencies": { "@tauri-apps/cli": "^2", "@types/node": "^26.2.0", "@vitejs/plugin-vue": "^5.2.1", "typescript": "~5.6.2", "unplugin-auto-import": "^21.1.0", "unplugin-vue-components": "^32.1.0", "vite": "^6.0.3", "vue-tsc": "^2.1.10" } }