Initial production-ready Lucozade audit dashboard

This commit is contained in:
2026-08-06 08:03:32 -04:00
commit edd0af342e
33 changed files with 9209 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "lucozade-audit-dashboard",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --port=3000 --host=0.0.0.0",
"build": "vite build",
"preview": "vite preview --host=0.0.0.0",
"clean": "rm -rf dist",
"lint": "tsc --noEmit"
},
"dependencies": {
"lucide-react": "^0.546.0",
"papaparse": "^5.5.4",
"react": "^19.0.1",
"react-dom": "^19.0.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.14",
"@types/node": "^22.14.0",
"@types/papaparse": "^5.5.2",
"@vitejs/plugin-react": "^5.0.4",
"tailwindcss": "^4.1.14",
"typescript": "~5.8.2",
"vite": "^6.2.3"
}
}