opticparse-python / dashboard /package.json
Nanny7's picture
initial deploy
bcf46c3
Raw
History Blame Contribute Delete
655 Bytes
{
"name": "dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^2.0.2",
"@mlc-ai/web-llm": "^0.2.84",
"@supabase/supabase-js": "^2.110.5",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"recharts": "^3.9.2"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"oxlint": "^1.71.0",
"vite": "^8.1.1"
}
}