Files
pieced-portal/package.json
admin a680d6de9f
Some checks failed
Build and Push / build (push) Failing after 38s
Phase4: Stripe
2026-05-24 23:37:48 +02:00

38 lines
906 B
JSON

{
"name": "pieced-portal",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@kubernetes/client-node": "^1.4.0",
"@react-pdf/renderer": "^4.4.0",
"@types/nodemailer": "^8.0.0",
"@types/pg": "^8.20.0",
"next": "^15.5.15",
"next-auth": "^5.0.0-beta.30",
"next-intl": "^4.9.0",
"nodemailer": "^7.0.13",
"pg": "^8.20.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"stripe": "^22.1.1",
"zod": "^3.24.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.0",
"@types/node": "^22.13.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"eslint": "^9.22.0",
"eslint-config-next": "^15.5.15",
"tailwindcss": "^4.1.0",
"typescript": "^5.8.0"
}
}