-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 974 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 974 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
31
32
33
{
"name": "gatsby-starter-hello-world",
"description": "Gatsby hello world starter",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"deploy": "gatsby build && gh-pages -d public -b master"
},
"dependencies": {
"gatsby": "next",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-styled-components": "next",
"gatsby-plugin-typography": "next",
"gatsby-source-filesystem": "next",
"gatsby-transformer-json": "next",
"gatsby-transformer-remark": "next",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.13",
"styled-components": "^3.3.3",
"typography": "^0.16.17",
"typography-theme-github": "^0.15.10",
"typography-theme-irving": "^0.15.10"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.5.1",
"gh-pages": "^1.1.0",
"prettier": "^1.12.1"
}
}