forked from breatheco-de/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.35 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"bootstrap": "^4.1.3",
"gatsby": "^1.9.277",
"gatsby-link": "^1.6.46",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-sass": "^1.0.26",
"gatsby-plugin-typography": "^1.7.19",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-prismjs": "^2.0.5",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.44",
"prismjs": "^1.15.0",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.13",
"rehype-react": "^3.0.3",
"typography": "^0.16.17",
"typography-theme-alton": "^0.15.10",
"typography-theme-bootstrap": "^0.16.7",
"typography-theme-lawton": "^0.15.10"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"c9": "gatsby develop -p $PORT -H $IP",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gatsby-remark-autolink-headers": "^1.4.19",
"gatsby-remark-external-links": "0.0.4",
"prettier": "^1.13.7"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}