-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 1 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
{
"name": "gatsby-starter-hello-world",
"description": "Simple Gatsby starter linked to Contentful",
"license": "MIT",
"author": "Connor Wilson <[email protected]> (https://cwlsn.com)",
"homepage": "https://gatsby-simple-contentful-starter.netlify.com",
"bugs": "https://github.com/cwlsn/gatsby-simple-contentful-starter/issues",
"repository": "github:cwlsn/gatsby-simple-contentful-starter",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"babel-plugin-styled-components": "^1.8.0",
"dotenv": "^6.1.0",
"gatsby": "^2.0.0",
"gatsby-plugin-google-fonts": "^0.0.4",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-styled-components": "^3.0.0",
"gatsby-source-contentful": "^2.0.10",
"gatsby-transformer-remark": "^2.1.7",
"moment": "^2.22.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-helmet": "^5.2.0",
"styled-components": "^3.4.10",
"styled-reset": "^1.6.0"
}
}