mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-02 02:01:05 +08:00
33 lines
782 B
JSON
33 lines
782 B
JSON
{
|
|
"name": "ab-webui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^8.9.4",
|
|
"axios": "^0.27.2",
|
|
"element-plus": "^2.2.10",
|
|
"modern-normalize": "^1.1.0",
|
|
"pinia": "^2.0.16",
|
|
"vue": "^3.2.37",
|
|
"vue-global-api": "^0.4.1",
|
|
"vue-router": "4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.0.6",
|
|
"@vicons/carbon": "^0.12.0",
|
|
"@vicons/utils": "^0.1.4",
|
|
"@vitejs/plugin-vue": "^3.0.0",
|
|
"sass": "^1.54.0",
|
|
"typescript": "^4.6.4",
|
|
"unplugin-auto-import": "^0.10.0",
|
|
"unplugin-vue-components": "^0.21.1",
|
|
"vite": "^3.0.0",
|
|
"vue-tsc": "^0.38.4"
|
|
}
|
|
} |