-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.35 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.35 KB
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
{
"name": "weihnachtsmarkt-ms",
"description": "weihnachtsmarkt.ms repository",
"version": "0.0.0",
"author": "Code For Muenster <codeformuenster@gmail.com>",
"dependencies": {
"@turf/turf": "^5.1.6",
"deck.gl": "^6.3.2",
"gatsby": "^2.0.72",
"gatsby-plugin-manifest": "^2.0.12",
"gatsby-plugin-netlify": "^2.0.6",
"gatsby-plugin-offline": "^2.0.20",
"gatsby-plugin-react-helmet": "^3.0.4",
"gatsby-plugin-typography": "^2.2.2",
"got": "^9.5.0",
"kinto": "^12.0.2",
"lodash.camelcase": "^4.3.0",
"mapbox-gl": "0.52.0-beta.2",
"normalize.css": "^8.0.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-helmet": "^5.2.0",
"react-map-gl": "^4.0.5",
"react-redux": "^6.0.0",
"react-typography": "^0.16.18",
"typography": "^0.16.18"
},
"license": "Apache-2.0",
"scripts": {
"build": "node change-cacheid && gatsby build",
"develop": "gatsby develop --host 0.0.0.0",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1",
"gatsby-plugin-eslint": "^2.0.1",
"prettier": "^1.15.3"
},
"repository": {
"type": "git",
"url": "https://github.com/codeformuenster/weihnachtsmarkt"
}
}