mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 15:51:01 +08:00
- 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.
36 lines
884 B
JSON
36 lines
884 B
JSON
{
|
|
"name": "BlindSpec",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"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",
|
|
"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"
|
|
}
|
|
} |