feat(frontend): add management portal landing page

This commit is contained in:
david
2026-07-31 15:00:44 +08:00
parent ad6a914450
commit 486fcc94e9
16 changed files with 2536 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "site",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node scripts/prepare-sites-build.mjs",
"preview": "vite preview",
"test:sites": "node --test tests/sites-worker.test.mjs"
},
"dependencies": {
"@fontsource-variable/noto-sans-sc": "^5.3.0",
"@phosphor-icons/react": "^2.1.10",
"@vitejs/plugin-react": "5.0.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"vite": "6.4.2"
}
}