-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.54 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "ffn-map",
"description": "Hydrantenkarte der Feuerwehr Neusiedl am See",
"license": "MPL-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"extract": "npx tsc --outDir dist src/server/harparser && node dist/server/harparser.js",
"import": "npx tsc --outDir dist src/server/firestore-import && node dist/server/firestore-import.js",
"exportImport": "npx tsc --outDir dist src/server/export-import && node dist/server/export-import.js",
"clusterHydrants": "npx tsc --outDir dist src/server/hydrant-geohash && node dist/server/hydrant-geohash.js",
"updateClusters": "npx tsc --outDir dist src/server/cluster-import && node dist/server/cluster-import.js"
},
"dependencies": {
"@auth/core": "^0.37.0",
"@dnd-kit/core": "^6.1.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mapbox/togeojson": "^0.16.2",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^6.1.5",
"@mui/lab": "^6.0.0-beta.12",
"@mui/material": "^6.1.1",
"@mui/x-data-grid": "^7.22.0",
"@mui/x-date-pickers": "^7.22.0",
"@serwist/next": "^9.0.9",
"@turf/bbox-polygon": "^7.1.0",
"@turf/boolean-within": "^7.1.0",
"@turf/center": "^7.1.0",
"@turf/helpers": "^7.0.0",
"@types/geojson": "^7946.0.14",
"circle-to-polygon": "^2.2.0",
"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.1",
"epsg": "^0.5.0",
"firebase": "^11.0.1",
"firebase-admin": "^12.7.0",
"geofire-common": "^6.0.0",
"googleapis": "^144.0.0",
"haversine-distance": "^1.2.3",
"leaflet": "^1.9.4",
"leaflet-geometryutil": "^0.10.3",
"leaflet-rotatedmarker": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"lodash.debounce": "^4.0.8",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"mui-color-input": "^4.0.2",
"next": "^14.2.15",
"next-auth": "^5.0.0-beta.25",
"proj4": "^2.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-firebase-hooks": "^5.1.1",
"react-google-one-tap-login": "^0.1.1",
"react-leaflet": "^4.2.1",
"sharp": "^0.33.5",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/circle-to-polygon": "^2.2.3",
"@types/leaflet": "^1.9.14",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/uuid": "^10.0.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"serwist": "^9.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}