forked from technologiestiftung/giessdenkiez-de
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
169 lines (169 loc) · 5.62 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "@codeforleipzig/app-leipziggiesst-de",
"version": "2.0.0-alpha",
"description": "Source repo for [app.leipziggiesst.de](https://app.leipziggiesst.de)",
"scripts": {
"test": "inpyjamas-scripts test",
"lint": "eslint ./src/",
"lint-fix": "npm run lint -- --fix",
"type-check": "tsc --project tsconfig.json --pretty --noEmit",
"dev": "npm start",
"start": "cross-env BUILD_TARGET=DEFAULT NODE_ENV=development webpack-dev-server --config webpack/dev.config.js",
"start:demo": "cross-env BUILD_TARGET=DEMO NODE_ENV=development webpack-dev-server --config webpack/dev.config.js",
"build": "cross-env BUILD_TARGET=DEFAULT NODE_ENV=production webpack --config webpack/prod.config.js && echo '/* /index.html 200' | cat >dist/_redirects",
"prettier:list": "prettier --list-different './src/**/*'",
"prettier:write": "prettier --write './src/**/*'",
"storybook": "cross-env BUILD_TARGET=DEFAULT NODE_ENV=development start-storybook -s ./public -p 6006",
"build-storybook": "build-storybook -s ./public"
},
"keywords": [],
"author": "Fabian Dinklage",
"contributors": [
"Fabian Morón Zirfas",
"Joerg Reichert"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "7.12.16",
"@babel/plugin-transform-runtime": "7.12.15",
"@babel/preset-env": "7.12.16",
"@babel/preset-react": "7.12.13",
"@babel/preset-typescript": "7.12.16",
"@danmarshall/deckgl-typings": "4.5.1",
"@hot-loader/react-dom": "17.0.1",
"@inpyjamas/scripts": "0.1.6-alpha",
"@storybook/addon-actions": "6.1.18",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "6.1.18",
"@storybook/addon-storyshots": "^6.1.21",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "^6.1.21",
"@testing-library/dom": "7.29.4",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.5",
"@testing-library/user-event": "12.7.1",
"@types/auth0": "2.33.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.7",
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "6.0.3",
"cross-env": "7.0.3",
"cross-spawn": "7.0.3",
"css-loader": "^5.2.5",
"dotenv": "8.2.0",
"dotenv-webpack": "6.0.0",
"error-overlay-webpack-plugin": "0.4.2",
"eslint": "7.20.0",
"eslint-config-prettier": "7.2.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.1.3",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"file-loader": "6.2.0",
"html-loader": "1.1.0",
"html-webpack-plugin": "4.3.0",
"jest": "26.6.3",
"jest-in-case": "1.0.2",
"mini-css-extract-plugin": "1.3.7",
"msw": "0.26.2",
"prettier": "2.2.1",
"react-error-overlay": "6.0.9",
"react-is": "16.13.1",
"react-test-renderer": "16.13.1",
"rimraf": "3.0.2",
"sass-loader": "9.0.3",
"source-map-loader": "1.0.1",
"style-loader": "1.2.1",
"typescript": "4.1.5",
"url-loader": "4.1.1",
"webpack": "4.44.1",
"webpack-bundle-analyzer": "4.4.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "3.11.2",
"webpack-merge": "4.2.2"
},
"dependencies": {
"@auth0/auth0-spa-js": "1.13.6",
"@babel/polyfill": "7.12.1",
"@headlessui/react": "^1.6.0",
"@mapbox/vector-tile": "1.3.1",
"@material-ui/core": "4.11.3",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.3",
"brotli-compress": "^1.3.3",
"core-js": "3.8.3",
"d3": "5.16.0",
"date-fns": "^2.28.0",
"deck.gl": "7.3.15",
"focus-trap-react": "^8.11.0",
"history": "4.10.1",
"lodash.debounce": "^4.0.8",
"rc-input-number": "^7.0.6",
"rc-slider": "9.7.1",
"react": "16.14.0",
"react-app-polyfill": "1.0.6",
"react-copy-to-clipboard": "^5.0.3",
"react-csv": "^2.0.3",
"react-day-picker": "^8.0.4",
"react-device-detect": "1.15.0",
"react-dom": "16.14.0",
"react-easy-edit": "^1.13.1",
"react-hot-loader": "4.13.0",
"react-html-parser": "^2.0.2",
"react-loader-spinner": "^4.0.0",
"react-map-gl": "5.2.12",
"react-query": "3.12.2",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "5.2.0",
"react-share": "4.3.1",
"reselect": "4.0.0",
"sass": "1.32.7",
"styled-components": "5.2.1",
"styled-normalize": "8.0.7",
"ts-jest": "^28.0.5",
"unistore": "3.5.2"
},
"main": "dist/index.html",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeforleipzig/tsb-trees-frontend.git"
},
"bugs": {
"url": "https://github.com/codeforleipzig/tsb-trees-frontend/issues"
},
"homepage": "https://github.com/codeforleipzig/tsb-trees-frontend#readme",
"browserslist": [
"defaults"
],
"packdoc": {
"usageIgnoreDirs": [
"build",
"dist"
],
"usageIgnore": [
"@babel/*",
"*eslint*"
],
"manager": "npm",
"lint": {
"require-homepage": "off"
}
}
}