23 lines
493 B
JSON
23 lines
493 B
JSON
{
|
|
"name": "pve-cloud-backup-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vue-tsc --noEmit && vite build --outDir ../static --emptyOutDir",
|
|
"dev": "vite"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.5.17"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
"autoprefixer": "^10.4.21",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^5.4.19",
|
|
"vue-tsc": "^3.0.1"
|
|
}
|
|
}
|