forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 932 Bytes
/
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
{
"name": "gatsby-example-using-contentful",
"private": true,
"description": "Gatsby example site using the Contentful source plugin",
"version": "1.0.0",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"dependencies": {
"gatsby": "next",
"gatsby-core-utils": "next",
"gatsby-plugin-image": "next",
"gatsby-plugin-sharp": "next",
"gatsby-plugin-typography": "next",
"gatsby-source-contentful": "next",
"gatsby-transformer-remark": "next",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-typography": "^0.16.19",
"typography": "^0.16.19",
"typography-breakpoint-constants": "^0.16.19"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"resolutions": {
"contentful": "6.1.3"
},
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"start": "gatsby serve"
}
}