mirror of
https://github.com/RhenCloud/Cloud-Home.git
synced 2026-01-22 17:39:07 +08:00
29 lines
731 B
JSON
29 lines
731 B
JSON
{
|
|
"name": "cloud-home",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@jaseeey/vue-umami-plugin": "^1.4.0",
|
|
"@vercel/node": "^5.5.15",
|
|
"cros": "^1.1.0",
|
|
"express": "^5.2.1",
|
|
"he": "^1.2.0",
|
|
"nodemailer": "^7.0.11",
|
|
"vue": "^3.5.25",
|
|
"vue-router": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^5.0.6",
|
|
"@types/node": "^24.10.1",
|
|
"@types/nodemailer": "^7.0.4",
|
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.2.6",
|
|
"vue-tsc": "^3.1.6"
|
|
}
|
|
} |