Files
outfit-voting-abi26/frontend/package.json
T
tueem d1d49ecc49
build / Go-Build (push) Failing after 15s
feat(frontend): add files
2026-06-24 11:58:59 +02:00

28 lines
594 B
JSON

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"lucide-react": "^1.21.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router-dom": "^7.18.0"
},
"devDependencies": {
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"oxlint": "^1.69.0",
"typescript": "~6.0.2",
"vite": "^8.1.0"
}
}