- index.css: match portal token system (light body, dark login chrome) - NoticeBoard: white cards/shadows, Lucide Pin/PinOff/Trash2/Plus/X icons, light input/button styles, category pills with navy active state - AuthGate: explicit dark bg on login container (body is now light) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
23 lines
493 B
JSON
23 lines
493 B
JSON
{
|
|
"name": "hnf-noticeboard-frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"lucide-react": "^1.23.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.0.5"
|
|
}
|
|
}
|