-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.17 KB
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": "contentful-starter-gatsby-blog",
"description": "Contentful Gatsby Starter Blog",
"private": true,
"version": "0.0.1",
"author": "Contentful <opensource@contentful.com>",
"bugs": {
"url": "https://github.com/contentful/starter-gatsby-blog/issues"
},
"dependencies": {
"gatsby": "^2.19.1",
"gatsby-image": "^2.0.13",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-source-contentful": "^2.1.78",
"gatsby-source-drupal": "^3.3.18",
"gatsby-transformer-remark": "^2.1.6",
"gh-pages": "^2.0.1",
"lodash": "^4.17.11",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.0"
},
"homepage": "https://github.com/contentful/starter-gatsby-blog#readme",
"keywords": [
"gatsby",
"contentful",
"starter"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/contentful/starter-gatsby-blog.git"
},
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"heroku-postbuild": "gatsby build",
"serve": "gatsby serve",
"setup": "npm install --no-save contentful-import yargs-parser axios chalk && node ./setup.js"
}
}