Files
yphsalumni.org/package.json
xiaomai 09ec61e315 feat(app): introduce Hall of Fame section and refactor UI
This commit adds the '名人堂' (Hall of Fame) feature and removes the Element Plus dependency.

- feat(content): Add Hall of Fame section with a new content collection, homepage component, and detail pages.
- refactor(join-us): Rewrite the 'Join Us' form to remove Element Plus, using native elements and Reka UI. The form is
temporarily disabled.
- feat(ui): Display cover images on News and Events cards.
- chore: Integrate Umami for web analytics.
- fix: Correct minor text issues, including graduation year in the footer.
2025-10-03 16:23:16 +08:00

33 lines
735 B
JSON

{
"name": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/content": "3.7.1",
"@nuxt/image": "1.11.0",
"@nuxt/ui": "4.0.0",
"@tailwindcss/vite": "^4.1.13",
"better-sqlite3": "^12.4.1",
"element-plus": "^2.11.4",
"html2pdf.js": "^0.12.1",
"maska": "^3.2.0",
"nuxt": "^4.1.2",
"reka-ui": "^2.5.1",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"vue": "^3.5.22",
"vue-router": "^4.5.1",
"vue-sonner": "^2.0.9"
},
"devDependencies": {
"sass-embedded": "^1.93.2"
}
}