This repository has been archived by the owner on Mar 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.43 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
{
"name": "foresry-starter-blog-gatsby",
"private": true,
"description": "A simple starter blog to get up and developing quickly with Forestry & Gatsby",
"license": "MIT",
"version": "0.1.0",
"author": "kendall strautman",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop -o",
"develop": "yarn dev",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "yarn dev",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"forestry-preview": "gatsby develop -p 8080 -H 0.0.0.0"
},
"dependencies": {
"gatsby": "^2.23.12",
"gatsby-image": "^2.4.9",
"gatsby-plugin-react-helmet": "^3.3.6",
"gatsby-plugin-sass": "^2.3.7",
"gatsby-plugin-sharp": "^2.6.14",
"gatsby-remark-images": "^3.3.14",
"gatsby-remark-normalize-paths": "^1.0.0",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^2.3.14",
"gatsby-transformer-remark": "^2.8.20",
"gatsby-transformer-sharp": "^2.5.7",
"gatsby-transformer-yaml": "^2.4.6",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"typescript": "^3.9.5",
"webpack": "^4.43.0"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"keywords": [
"gatsby",
"forestry"
],
"repository": {
"type": "git",
"url": "https://github.com/forestryio/brevifolia-gatsby-forestry"
}
}