This repository was archived by the owner on Oct 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.09 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.09 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
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
{
"name": "datenguide-frontend",
"description": "frontend for datengui.de",
"version": "1.0.0",
"author": "Simon Jockers",
"bugs": {
"url": "https://github.com/sjockers/datenguide-frontend/issues"
},
"engines": {
"yarn": "^1.2.1",
"node": "^10.14.1"
},
"scripts": {
"dev": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"clean": "git clean -xfd .cache public/",
"serve": "yarn run clean && yarn run build && gatsby serve",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"precommit": "pretty-quick --staged"
},
"dependencies": {
"alphabet": "^1.0.0",
"autoprefixer": "^9.3.1",
"browserslist": "^4.0.0",
"fast-sass-loader": "^1.4.0",
"gatsby": "^2.0.44",
"gatsby-1-config-css-modules": "^1.0.10",
"gatsby-link": "^2.0.6",
"gatsby-plugin-netlify": "^2.2.1",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-sass": "^2.0.3",
"gatsby-plugin-sharp": "^2.0.13",
"gatsby-remark-copy-linked-files": "^2.0.6",
"gatsby-remark-images": "^2.0.6",
"gatsby-remark-prismjs": "^3.0.3",
"gatsby-source-filesystem": "^2.0.7",
"gatsby-source-graphql": "^2.0.6",
"gatsby-transformer-remark": "^2.1.12",
"gatsby-transformer-sharp": "^2.1.8",
"gitmoji-cli": "^3.0.0",
"lodash": "^4.17.5",
"mapbox-gl": "^0.51.0-beta.2",
"mdi-react": "^5.3.0",
"node-sass": "^4.10.0",
"normalize.css": "^8.0.0",
"prismjs": "^1.15.0",
"prop-types": "^15.6.1",
"react": "^16.6.0",
"react-autosuggest": "^9.3.4",
"react-csv": "^1.0.14",
"react-dom": "^16.6.0",
"react-helmet": "^5.2.0",
"rmwc": "^3.0.0",
"sass-mq": "^4.0.2",
"typeface-ibm-plex-sans": "^0.0.61",
"update": "^0.7.4",
"victory": "^0.27.0",
"webpack": "^4.0.0"
},
"devDependencies": {
"gh-pages": "^1.1.0",
"husky": "^3.0.9",
"prettier": "^1.16.4",
"pretty-quick": "^1.4.1"
},
"homepage": "https://datengui.de",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sjockers/datenguide-frontend.git"
}
}