-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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
{
"name": "gatsby-starter-contentful-i18n",
"private": true,
"description": "Gatsby example site using the Contentful source plugin and i18n",
"version": "2.0.0",
"author": "Paul McCrodden <[email protected]> (paulmccrodden.com)",
"dependencies": {
"gatsby": "^2.0.0",
"gatsby-image": "^2.0.5",
"gatsby-plugin-google-analytics": "^2.0.5",
"gatsby-plugin-i18n": "^0.4.2",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-source-contentful": "^2.0.1",
"gatsby-transformer-remark": "^2.1.1",
"intl": "^1.2.5",
"lodash": "^4.17.10",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-helmet": "^5.2.0",
"react-intl": "^2.7.2",
"react-typography": "^0.16.3",
"slash": "^2.0.0",
"typography": "^0.16.7",
"typography-breakpoint-constants": "^0.15.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"resolutions": {
"contentful": "6.1.0"
},
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"start": "gatsby serve"
}
}