-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.42 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "contentful-starter-gatsby-blog",
"description": "Contentful Gatsby Starter Blog",
"private": true,
"version": "0.0.1",
"author": "Contentful <[email protected]>",
"bugs": {
"url": "https://github.com/contentful/starter-gatsby-blog/issues"
},
"dependencies": {
"gatsby": "^3.10.1",
"gatsby-plugin-image": "^1.10.1",
"gatsby-plugin-react-helmet": "^4.10.0",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-source-contentful": "^5.10.0",
"gatsby-transformer-remark": "^4.7.0",
"gatsby-transformer-sharp": "^3.10.0",
"gh-pages": "^3.1.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"contentful-import": "^7.8.6",
"netlify-cli": "^2.54.0"
},
"engines": {
"node": ">=10.13.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",
"postinstall": "node ./bin/hello.js",
"setup": "node ./bin/setup.js",
"netlify:login": "netlify login",
"netlify:deploy": "netlify deploy -d public -p"
}
}