-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.79 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
{
"name": "blog",
"private": true,
"description": "HIAI-Blog using Gatsby",
"version": "0.1.0",
"author": "Marcell Spies",
"dependencies": {
"bootstrap": "^4.4.1",
"gatsby": "^2.18.4",
"gatsby-image": "^2.2.34",
"gatsby-plugin-feed": "^2.5.14",
"gatsby-plugin-manifest": "^2.2.30",
"gatsby-plugin-netlify-cms": "^4.1.33",
"gatsby-plugin-offline": "^3.0.24",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-recaptcha": "^1.0.5",
"gatsby-plugin-sass": "^2.1.24",
"gatsby-plugin-sharp": "^2.3.4",
"gatsby-remark-images": "^3.1.34",
"gatsby-remark-prismjs": "^3.3.28",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-source-filesystem": "^2.1.39",
"gatsby-transformer-remark": "^2.6.38",
"gatsby-transformer-sharp": "^2.3.6",
"gatsby-transformer-yaml": "^2.2.20",
"netlify-cms-app": "^2.11.0-beta.1",
"node-sass": "^4.13.0",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-icons": "^3.8.0",
"react-recaptcha": "^2.3.10",
"use-ssr": "^1.0.22"
},
"devDependencies": {
"prettier": "^2.0.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --host=0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hiai-de/blog"
},
"bugs": {
"url": "https://github.com/hiai-de/blog/issues"
}
}