forked from ttizze/mapprint-shelter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 950 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "mapprint-next",
"version": "0.1.0",
"private": true,
"module": "esnext",
"scripts": {
"dev": "prisma generate && next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.7.1",
"@turf/turf": "^6.5.0",
"@types/geojson": "^7946.0.13",
"glob": "^10.3.10",
"js-yaml": "^4.1.0",
"maplibre-gl": "^3.6.2",
"next": "14.0.4",
"next-auth": "^4.24.5",
"osmtogeojson": "^3.0.0-beta.5",
"prisma": "^5.7.1",
"react": "^18",
"react-dom": "^18",
"react-map-gl": "^7.1.7",
"sass": "^1.69.6",
"ts-md5": "^1.3.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"typescript": "^5"
}
}