Files
bilibili-video-downloader/package.json
T
2025-07-08 20:56:59 +08:00

34 lines
808 B
JSON

{
"name": "bilibili-video-downloader",
"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",
"naive-ui": "^2.42.0",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@tauri-apps/cli": "^2",
"@vitejs/plugin-vue": "^5.2.1",
"eslint": "^9.30.1",
"eslint-plugin-vue": "^10.3.0",
"globals": "^16.3.0",
"prettier": "3.6.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.36.0",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
}
}