mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-04-14 20:53:36 +08:00
* 在 `package.json` 中添加 `lucide-vue-next` 依赖,增强图标使用灵活性。 * 更新多个组件,替换 Font Awesome 图标为 lucide-vue-next 图标,提升视觉一致性。 * 优化 `CommentsModal.vue`、`FloatingButtons.vue`、`SearchHeader.vue` 等组件的样式,确保在不同主题下的可读性和美观性。 * 调整搜索结果和设置面板的布局,提升用户体验。
38 lines
937 B
JSON
38 lines
937 B
JSON
{
|
|
"name": "searchgal-frontend",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"@types/node": "^24.10.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
|
"@typescript-eslint/parser": "^8.47.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-vue": "^10.5.1",
|
|
"tailwindcss": "^4.1.17",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.47.0",
|
|
"vite": "^7.0.3",
|
|
"vue-tsc": "^3.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@fancyapps/ui": "^6.1.5",
|
|
"@fortawesome/fontawesome-free": "^7.1.0",
|
|
"artalk": "^2.9.1",
|
|
"lucide-vue-next": "^0.555.0",
|
|
"pace-js": "^1.2.4",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.24"
|
|
}
|
|
}
|