-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.29 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": "render-archive-website",
"description": "The Render Archive Website",
"version": "0.0.1",
"author": "sammy samkough",
"engines": {
"node": ">=14.0.0"
},
"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",
"gatsby-provision": "gatsby-provision-contentful --contentful-data-path='./contentful/export.json' --space-id=$CONTENTFUL_SPACE_ID --management-token=$CONTENTFUL_MANAGEMENT_TOKEN"
},
"dependencies": {
"@contentful/rich-text-plain-text-renderer": "^15.12.1",
"dotenv": "^16.0.3",
"gatsby": "^4.23.1",
"gatsby-plugin-image": "^2.23.1",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-sharp": "^4.23.1",
"gatsby-source-contentful": "^7.21.1",
"gatsby-transformer-sharp": "^4.23.1",
"gh-pages": "^3.1.0",
"lodash": "^4.17.21",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"reading-time": "^2.0.0-1"
},
"devDependencies": {
"contentful-import": "^8.0.0",
"gatsby-provision-contentful": "0.0.3",
"netlify-cli": "^10.0.0"
}
}