mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-04-15 21:03:50 +08:00
* 在 `index.html` 中添加了新的元数据和样式,以提升SEO和用户体验。 * 移除 `src/main.js` 文件,简化项目结构,集中管理逻辑。 * 新增 `SearchHeader.vue` 组件,重构搜索表单和状态显示,优化用户交互。 * 更新样式以符合 Material 3 设计规范,增强视觉一致性。
38 lines
876 B
JSON
38 lines
876 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"@types/node": "^24.10.1",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"tailwindcss": "^4.1.17",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.0.3",
|
|
"vue-tsc": "^3.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@artalk/plugin-lightbox": "^0.2.4",
|
|
"@fancyapps/ui": "^6.1.5",
|
|
"@fortawesome/fontawesome-free": "^7.1.0",
|
|
"@material/web": "^2.4.1",
|
|
"@mdui/icons": "^1.0.3",
|
|
"artalk": "^2.9.1",
|
|
"gsap": "^3.13.0",
|
|
"instant.page": "^5.2.0",
|
|
"lightgallery": "^2.9.0",
|
|
"lozad": "^1.16.0",
|
|
"pace-js": "^1.2.4",
|
|
"pinia": "^3.0.4",
|
|
"quicklink": "^3.0.1",
|
|
"vue": "^3.5.24",
|
|
"vue-router": "^4.6.3"
|
|
}
|
|
}
|