-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 859 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 859 Bytes
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
{
"name": "herman",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "gatsby develop",
"start": "gatsby clean && gatsby develop -H 0.0.0.0 -p 8000",
"build": "gatsby clean && gatsby build",
"serve": "gatsby clean && gatsby build && gatsby serve",
"deploy": "gatsby clean && gatsby build && gh-pages -d public -b master"
},
"dependencies": {
"@pauliescanlon/gatsby-mdx-embed": "0.0.29",
"gatsby": "^2.19.7",
"gatsby-plugin-feed": "^2.13.1",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-theme-blog": "^1.2.35",
"gatsby-theme-notes": "^2.0.5",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"description": "Herman's Blog",
"main": "gatsby-config.js",
"devDependencies": {
"gh-pages": "^3.1.0"
},
"author": "Herman",
"license": "ISC"
}