generated from technologiestiftung/template-repo-citylab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 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
{
"name": "app",
"version": "1.11.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@supabase/supabase-js": "^2.26.0",
"@types/node": "20.1.4",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"chroma-js": "^2.4.2",
"classnames": "^2.3.2",
"daisyui": "^2.51.6",
"deck.gl": "^8.9.15",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"maplibre-gl": "^2.4.0",
"next": "13.4.2",
"pako": "^2.1.0",
"pg-promise": "^11.5.0",
"postcss": "8.4.23",
"react": "18.2.0",
"react-datepicker": "^4.14.0",
"react-dom": "18.2.0",
"react-joyride": "^2.5.5",
"react-map-gl": "^7.0.23",
"react-range": "^1.8.14",
"react-select": "^5.7.3",
"squel": "^5.13.0",
"swr": "^2.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"use-debounce": "^9.0.4",
"zlib": "^1.0.5"
},
"devDependencies": {
"@technologiestiftung/semantic-release-config": "1.2.1",
"@types/pako": "^2.0.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0"
}
}