Files
falah-mobile/package.json
T

39 lines
884 B
JSON
Raw Normal View History

2026-06-15 08:54:27 +02:00
{
"name": "falah-mobile",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@prisma/client": "^5.22.0",
"@types/leaflet": "^1.9.21",
"bcryptjs": "^3.0.3",
"jose": "^6.2.3",
"leaflet": "^1.9.4",
"lucide-react": "^1.18.0",
2026-06-15 08:54:27 +02:00
"next": "16.2.7",
"pdfkit": "^0.19.1",
"prisma": "^5.22.0",
"qrcode": "^1.5.4",
2026-06-15 08:54:27 +02:00
"react": "19.2.4",
"react-dom": "19.2.4",
"react-leaflet": "^5.0.0",
"stripe": "^22.2.1"
2026-06-15 08:54:27 +02:00
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.15.12",
"@tailwindcss/postcss": "^4.3.1",
2026-06-15 08:54:27 +02:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.7",
"tailwindcss": "^4.3.1",
2026-06-15 08:54:27 +02:00
"typescript": "^5"
}
}