-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.88 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "BPC",
"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": {
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"gatsby": "^3.10.1",
"gatsby-plugin-google-analytics": "^3.14.0",
"gatsby-plugin-image": "^1.10.1",
"gatsby-plugin-react-helmet": "^4.10.0",
"gatsby-plugin-robots-txt": "^1.6.10",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-sitemap": "^4.10.0",
"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",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-typist": "^2.0.5"
},
"devDependencies": {
"autoprefixer": "^10.3.5",
"contentful-import": "^7.8.6",
"gatsby-plugin-postcss": "^4.14.0",
"netlify-cli": "^2.54.0",
"postcss": "^8.3.8",
"tailwindcss": "^2.2.15"
},
"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"
}
}