errorlab/package.json
2026-04-13 00:16:56 +03:00

21 lines
437 B
JSON

{
"name": "errorlab",
"version": "1.0.0",
"description": "Custom public error and landing pages for the home lab",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.11"
}
}