forked from technologiestiftung/weihnachtsmarktkarte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 999 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
40
41
{
"name": "weihnachtsmarktkarte",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@headlessui/react": "2.2.0",
"classnames": "2.5.1",
"date-fns": "4.1.0",
"ical-generator": "^8.0.1",
"mapbox-gl": "3.8.0",
"maplibre-gl": "4.7.1",
"next": "15.0.3",
"papaparse": "5.4.1",
"react": "18.3.1",
"react-day-picker": "9.4.0",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"react-map-gl": "7.1.7",
"use-debounce": "10.0.4",
"use-sound": "4.0.3"
},
"devDependencies": {
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint": "9.16.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "9.1.0",
"postcss": "8.4.49",
"tailwindcss": "3.4.15",
"typescript": "5.7.2"
}
}