forked from technologiestiftung/giessdenkiez-de
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.43 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "@code-for-magdeburg/magdeburggiesst",
"version": "2.0.0",
"description": "Source repo for [magdeburg-giesst.de](https://magdeburg-giesst.de)",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --ci",
"lint": "next lint",
"lint-fix": "npm run lint -- --fix",
"type-check": "tsc --project tsconfig.json --pretty --noEmit",
"prettier:list": "prettier --list-different './src/**/*'",
"prettier:write": "prettier --write './src/**/*'",
"storybook": "start-storybook -p 6006 -s ./public",
"build-storybook": "build-storybook -s ./public"
},
"keywords": [],
"author": "Code for Magdeburg",
"contributors": [
"Fabian Dinklage",
"Fabian Morón Zirfas",
"Dennis Ostendrorf",
"Julia Zimmermann",
"Lisa Stubert",
"Lucas Vogel",
"Ingo Hinterding",
"Jens Winter",
"Raphael Arce"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.20.2",
"@danmarshall/deckgl-typings": "4.5.1",
"@inpyjamas/scripts": "0.1.6-alpha",
"@saithodev/semantic-release-backmerge": "2.1.3",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "6.5.13",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "^6.5.13",
"@technologiestiftung/semantic-release-config": "1.2.0",
"@testing-library/dom": "7.29.4",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "12.7.1",
"@types/d3": "6.3.0",
"@types/jest-in-case": "1.0.3",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.1",
"@types/react-map-gl": "5.2.9",
"@types/react-router-dom": "5.1.7",
"@types/styled-components": "5.1.26",
"babel-loader": "^8.3.0",
"babel-plugin-styled-components": "2.0.7",
"cross-env": "7.0.3",
"cross-spawn": "7.0.3",
"dotenv": "16.0.3",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"jest": "29.3.0",
"jest-environment-jsdom": "29.3.0",
"jest-in-case": "1.0.2",
"msw": "0.26.2",
"prettier": "2.2.1",
"react-is": "16.13.1",
"storybook-addon-next-router": "4.0.1",
"typescript": "4.8.4",
"whatwg-fetch": "3.6.2"
},
"dependencies": {
"@babel/polyfill": "7.12.1",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@headlessui/react": "1.5.0",
"@mapbox/vector-tile": "1.3.1",
"@mui/icons-material": "5.0.0",
"@mui/material": "5.0.0",
"@mui/styles": "5.0.0",
"@popperjs/core": "2.11.5",
"@supabase/auth-helpers-nextjs": "0.6.0",
"@supabase/auth-helpers-react": "0.3.1",
"@supabase/auth-ui-react": "0.4.2",
"core-js": "3.21.1",
"d3": "6.7.0",
"date-fns": "2.28.0",
"deck.gl": "8.7.3",
"focus-trap-react": "10.2.2",
"history": "4.10.1",
"next": "12.3.2",
"rc-slider": "9.7.5",
"react": "17.0.2",
"react-day-picker": "8.0.4",
"react-device-detect": "2.1.2",
"react-dom": "17.0.2",
"react-map-gl": "6.1.19",
"react-popper": "2.2.5",
"react-query": "3.34.19",
"react-share": "4.4.0",
"reselect": "4.1.5",
"sass": "1.49.11",
"styled-components": "5.3.6",
"styled-normalize": "8.0.7",
"unistore": "3.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-for-magdeburg/magdeburggiesst.git"
},
"bugs": {
"url": "https://github.com/code-for-magdeburg/magdeburggiesst/issues"
},
"homepage": "https://github.com/code-for-magdeburg/magdeburggiesst#readme"
}