mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-03-15 04:53:18 +08:00
- Added a new section in SettingsModal for managing search history, including export and import functionality. - Updated the project information card to provide links to the project's GitHub repositories. - Removed the previous search history display and buttons, streamlining the settings interface. - Integrated GitHub hash generation for dynamic repository links.
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
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.2",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/node": "^25.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
"@typescript-eslint/parser": "^8.54.0",
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-vue": "^10.7.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.54.0",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-pwa": "^1.2.0",
|
|
"vue-tsc": "^3.2.4",
|
|
"workbox-window": "^7.4.0"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/noto-sans-sc": "^5.2.9",
|
|
"@tanstack/vue-virtual": "^3.13.18",
|
|
"artalk": "^2.9.1",
|
|
"lucide-vue-next": "^0.563.0",
|
|
"pinia": "^3.0.4",
|
|
"prismjs": "^1.30.0",
|
|
"vue": "^3.5.27",
|
|
"vue-prism-editor": "2.0.0-alpha.2"
|
|
},
|
|
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
|
|
}
|