Files
platforms/frontend/site/package.json

21 lines
519 B
JSON
Raw Normal View History

{
"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": "npm run build && 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"
}
}