mirror of
https://github.com/putyy/res-downloader.git
synced 2026-01-12 14:14:55 +08:00
39 lines
916 B
JSON
39 lines
916 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@vicons/ionicons5": "^0.12.0",
|
|
"axios": "^1.7.2",
|
|
"flv.js": "^1.6.2",
|
|
"naive-ui": "^2.38.2",
|
|
"pinia": "^2.1.7",
|
|
"video.js": "^8.22.0",
|
|
"vue": "^3.2.37",
|
|
"vue-i18n": "^11.1.3",
|
|
"vue-router": "^4.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/types": "^7.18.10",
|
|
"@iconify/vue": "^4.1.2",
|
|
"@types/node": "^20.14.7",
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.38",
|
|
"sass": "^1.77.6",
|
|
"sass-loader": "^14.2.1",
|
|
"tailwindcss": "^3.4.4",
|
|
"typescript": "^4.6.4",
|
|
"unplugin-auto-import": "^0.18.3",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vite": "^3.0.7",
|
|
"vue-tsc": "^1.8.27"
|
|
}
|
|
}
|