web/package.json

35 lines
774 B
JSON
Raw Normal View History

2024-05-18 21:27:18 +02:00
{
"name": "schnabu-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.1.0",
"@prisma/client": "^5.14.0",
2024-05-20 15:55:33 +02:00
"maplibre-gl": "^4.3.2",
2024-05-19 00:00:55 +02:00
"next": "14.2.3",
"next-auth": "5.0.0-beta.18",
2024-05-20 15:55:33 +02:00
"pmtiles": "^3.0.5",
"protomaps-themes-base": "^3.0.1",
2024-05-18 21:27:18 +02:00
"react": "^18",
2024-05-20 15:55:33 +02:00
"react-dom": "^18",
"react-map-gl": "^7.1.7"
2024-05-18 21:27:18 +02:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
2024-05-19 00:00:55 +02:00
"eslint": "^8",
"eslint-config-next": "14.2.3",
2024-05-18 21:27:18 +02:00
"postcss": "^8",
"prisma": "^5.14.0",
2024-05-18 21:27:18 +02:00
"tailwindcss": "^3.4.1",
2024-05-19 00:00:55 +02:00
"typescript": "^5"
2024-05-18 21:27:18 +02:00
}
}