Files
Cloud-Home/package.json
RhenCloud ba95a16f21 refactor:删除已弃用的组件和样式,迁移到 Tailwind CSS
- 改进项目页面、网站页面、友链页面
- 从 styles.css 中移除全局样式。
- 添加 tailwind.config.ts 以配置 Tailwind CSS。
- 更新 tsconfig.json,加入 Vue 组件的新路径映射。
2025-12-15 23:38:44 +08:00

25 lines
646 B
JSON

{
"name": "cloud-home",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"dependencies": {
"@jaseeey/vue-umami-plugin": "^1.4.0",
"nodemailer": "^7.0.11",
"nuxt": "^4.2.2",
"vite-tsconfig-paths": "^6.0.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^24.10.1",
"@types/nodemailer": "^7.0.4",
"autoprefixer": "^10.4.22",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}