23 lines
582 B
JSON
23 lines
582 B
JSON
{
|
|
"name": "run-control-option-2",
|
|
"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/jetbrains-mono": "^5.3.0",
|
|
"@fontsource/manrope": "^5.3.0",
|
|
"@fontsource/space-grotesk": "^5.3.0",
|
|
"@vitejs/plugin-react": "5.0.4",
|
|
"lucide-react": "^1.27.0",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"vite": "6.4.2"
|
|
}
|
|
}
|