feat(frontend): add management portal landing page
This commit is contained in:
20
frontend/site/package.json
Normal file
20
frontend/site/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user