generated from technologiestiftung/template-repo-citylab
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "energiekarte",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@headlessui/react": "1.7.3",
"@turf/boolean-intersects": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"classnames": "2.3.2",
"date-fns": "2.29.3",
"mapbox-gl": "npm:[email protected]",
"maplibre-gl": "2.4.0",
"next": "13.0.0",
"papaparse": "5.3.2",
"react": "18.2.0",
"react-day-picker": "8.3.6",
"react-dom": "18.2.0",
"react-joyride": "^2.5.3",
"react-map-gl": "7.0.19",
"react-range": "^1.8.14",
"swr": "^2.1.0",
"use-debounce": "^8.0.4"
},
"devDependencies": {
"@types/node": "18.19.55",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "13.5.7",
"eslint-config-prettier": "8.10.0",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"typescript": "4.9.5"
}
}