Files
Pat-Manager/package.json
Ashikagi 0acece98dc
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m1s
Unit Tests
2026-03-28 15:54:02 +01:00

40 lines
1.1 KiB
JSON

{
"name": "pat-test-manager",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"migrate": "node --env-file=.env scripts/applyMigrations.js",
"migrate:status": "node --env-file=.env scripts/applyMigrations.js --status",
"migrate:rollback": "node --env-file=.env scripts/applyMigrations.js --rollback",
"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",
"supabase": "^2.83.0",
"tailwindcss": "^3.4.1",
"vite": "^5.4.2",
"vitest": "^1.6.1"
}
}