Files
breakpilot-lehrer/website/package.json
T
Sharang Parnerkar 685899a9bc
Deploy to Coolify / deploy (push) Has been cancelled
chore: bump next to patched versions (CVE-2026-44578)
studio-v2: 16.1.4 → 16.2.5
website: 15.5.9 → 15.5.16
admin-lehrer: 15.1.0 → 15.5.16

Patches unauthenticated SSRF in WebSocket upgrade handler.
GHSA-c4j6-fc7j-m34r.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 18:16:23 +02:00

36 lines
844 B
JSON

{
"name": "breakpilot-website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint",
"test": "jest",
"test:ci": "jest --ci --coverage --maxWorkers=2"
},
"dependencies": {
"@stripe/stripe-js": "^4.9.0",
"bpmn-js": "^18.11.0",
"lucide-react": "^0.563.0",
"next": "^15.5.16",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-simple-maps": "^3.0.0",
"reactflow": "^11.11.4",
"recharts": "^3.7.0"
},
"devDependencies": {
"@types/node": "22.10.2",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"autoprefixer": "10.4.20",
"jest": "^29.7.0",
"postcss": "8.4.49",
"tailwindcss": "3.4.16",
"ts-jest": "^29.2.0",
"typescript": "5.7.2"
}
}