-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.38 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": {
"gatsby": "^1.9.277",
"gatsby-image": "^1.0.55",
"gatsby-link": "^1.6.46",
"gatsby-plugin-google-analytics": "^2.1.29",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-sharp": "^1.6.48",
"gatsby-plugin-typography": "^1.7.19",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-json": "^1.0.20",
"gatsby-transformer-sharp": "^1.6.27",
"marked": "^0.5.0",
"normalize.css": "^8.0.0",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.13",
"styled-components": "^3.4.4",
"typography": "^0.16.17"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"deploy": "gatsby build && gh-pages -d public -r 'https://github.com/JustusFT/justusft.github.io' -b master",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"eslint": "^5.2.0",
"eslint-plugin-react": "^7.10.0",
"gatsby-plugin-styled-components": "^2.0.11",
"gh-pages": "^1.2.0",
"prettier": "^1.13.7"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}