-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.19 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
{
"name": "gatsby-example-using-contentful",
"private": true,
"description": "Gatsby example site using the Contentful source plugin",
"version": "1.0.0",
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
"dependencies": {
"gatsby": "^1.9.222",
"gatsby-image": "^1.0.41",
"gatsby-link": "^1.6.38",
"gatsby-paginate": "^1.0.12",
"gatsby-plugin-catch-links": "^1.0.19",
"gatsby-plugin-google-analytics": "^1.0.20",
"gatsby-plugin-offline": "^1.0.15",
"gatsby-plugin-react-helmet": "^2.0.6",
"gatsby-plugin-sass": "^1.0.18",
"gatsby-plugin-typography": "^1.7.17",
"gatsby-source-contentful": "^1.3.40",
"gatsby-transformer-remark": "^1.7.34",
"lodash": "^4.17.5",
"react-helmet": "^5.2.0",
"react-transition-group": "^2.2.1",
"react-typography": "^0.15.0",
"react-youtube": "^7.5.0",
"slash": "^1.0.0",
"typography": "^0.15.8",
"typography-breakpoint-constants": "^0.14.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"start": "gatsby serve"
},
"devDependencies": {
"dotenv": "^5.0.1"
}
}