-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
123 lines (123 loc) · 3.86 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
{
"name": "grundeinkommensbuero-website",
"description": "Expedition Grundeinkommen Website",
"version": "0.1.1",
"homepage": "http://expedition-grundeinkommen.de",
"keywords": [
"grundeinkommen",
"vertrauensgesellschaft"
],
"license": "MIT (excluding the fonts)",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/grundeinkommensbuero/grundeinkommensbuero.github.io.git"
},
"author": "Timur Celikel <[email protected]>",
"contributors": [
"Valentin Schagerl <[email protected]>",
"Johann Barbie <[email protected]>",
"Tatiana Schaer",
"Nicolai Mauersberg",
"Felix Buchholz",
"Joy Ponader",
"River H"
],
"scripts": {
"start": "npm run develop",
"dev": "npm run develop",
"dev-m": "gatsby develop -H 0.0.0.0",
"develop": "gatsby develop",
"lint": "eslint --ext .js,.jsx --ignore-pattern public .",
"build": "cross-env gatsby build",
"build-dev-backend": "cross-env GATSBY_USE_DEV_BACKEND=override gatsby build",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"test": "jest",
"test:watch": "jest --watch",
"serve": "gatsby serve",
"clean": "gatsby clean",
"clean:start": "npm run clean && npm i && npm start"
},
"dependencies": {
"@aws-amplify/auth": "^4.3.10",
"@contentful/rich-text-react-renderer": "^15.4.0",
"@loadable/component": "^5.15.0",
"@loadable/server": "^5.15.1",
"@mapbox/mapbox-gl-geocoder": "^4.7.2",
"@popperjs/core": "^2.10.2",
"@reach/router": "^1.3.4",
"@turf/along": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"animejs": "^3.2.1",
"canvas-confetti": "^1.2.0",
"classnames": "^2.2.6",
"core-js": "^3.18.3",
"cross-env": "^7.0.3",
"csv-parse": "^4.16.3",
"d3-array": "^3.1.1",
"d3-scale": "^4.0.2",
"deck.gl": "^8.4.20",
"eslint-loader": "^4.0.2",
"final-form": "^4.20.4",
"fuse.js": "^6.4.3",
"gatsby": "^3.14.2",
"gatsby-plugin-eslint": "^4.0.0",
"gatsby-plugin-feed": "^3.14.0",
"gatsby-plugin-image": "^1.14.1",
"gatsby-plugin-less": "^5.14.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-netlify": "^3.14.0",
"gatsby-plugin-react-helmet-async": "^1.2.0",
"gatsby-plugin-sharp": "^3.14.1",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.25",
"gatsby-source-contentful": "^5.14.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-source-wordpress": "^6.4.0",
"gatsby-transformer-sharp": "^3.14.0",
"git-revision-webpack-plugin": "^5.0.0",
"html-to-text": "^8.0.0",
"ibantools": "^3.3.1",
"interactjs": "^1.9.22",
"jquery": "^3.5.1",
"js-cookie": "^3.0.1",
"less": "^4.1.2",
"lodash": "^4.17.20",
"mapbox-gl": "^2.5.1",
"point-in-polygon": "^1.1.0",
"query-string": "^5.1.1",
"react": "^17.0.2",
"react-content-loader": "^6.0.3",
"react-dom": "^17.0.2",
"react-final-form": "^6.5.7",
"react-final-form-listeners": "^1.0.3",
"react-helmet-async": "^1.1.2",
"react-overlays": "^5.1.1",
"react-popper": "^2.2.5",
"react-reel": "^1.2.3",
"react-share": "^4.3.1",
"react-simple-snackbar": "^1.1.10",
"svg-inline-loader": "^0.8.2",
"trackjs": "^3.10.1",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"@netlify/plugin-gatsby": "^1.0.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.2.5",
"babel-preset-gatsby": "^1.14.0",
"dotenv": "^10.0.0",
"eslint": "^7.0.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^6.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.2.5",
"prettier": "^2.4.1",
"react-test-renderer": "^17.0.2"
}
}