Refactor navigation bar styling, update localization files, and enhance news organization page

- Updated navigation bar styles for improved aesthetics and functionality.
- Added loading text to English and Traditional Chinese localization files.
- Enhanced the news organization about page with better layout and SEO metadata.
- Updated API response to include Facebook link for news organizations.
- Removed old Tailwind CSS configuration and styles, replacing them with a new main CSS file.
- Updated package.json to include new dependencies and scripts for better development experience.
This commit is contained in:
yuanhau 2025-05-06 16:16:43 +08:00
parent 391bd7df26
commit dce96b3a35
13 changed files with 300 additions and 172 deletions

View file

@ -1,5 +1,5 @@
{
"name": "nuxt-app",
"name": "BlindSpec",
"private": true,
"type": "module",
"scripts": {
@ -7,21 +7,30 @@
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
"postinstall": "nuxt prepare",
"prettier": "prettier --write ."
},
"dependencies": {
"@heroicons/vue": "^2.2.0",
"@nuxt/image": "1.10.0",
"@nuxtjs/i18n": "9.5.4",
"@nuxtjs/robots": "5.2.10",
"@nuxtjs/seo": "3.0.3",
"@nuxtjs/tailwindcss": "6.14.0",
"@tailwindcss/vite": "^4.1.5",
"@uploadthing/nuxt": "^7.1.7",
"bootstrap-icons": "^1.12.1",
"gsap": "^3.13.0",
"nuxt": "^3.17.2",
"tailwindcss": "^4.1.5",
"prettier": "^3.5.3",
"tailwindcss": "3",
"tailwindcss-animatecss": "^3.0.5",
"uploadthing": "^7.6.0",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3"
}
}
}