Files
Pat-Manager/package.json
2026-03-23 21:38:11 +01:00

37 lines
916 B
JSON

{
"name": "pat-test-manager",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"migrate": "node scripts/applyMigrations.js",
"send-finalization-reminders": "node scripts/sendFinalizationReminders.js",
"test": "vitest run"
},
"dependencies": {
"@supabase/supabase-js": "^2.45.4",
"all": "^0.0.0",
"country-flag-icons": "^1.6.15",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.7",
"lucide-react": "^0.263.1",
"pg": "^8.11.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.1",
"vite": "^5.4.2",
"vitest": "^1.6.1"
}
}