-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
63 lines (63 loc) · 1.76 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
{
"name": "contentstack-gatsby-starter-app",
"private": true,
"description": "A simple starter app build using Gatsby and Contentstack",
"version": "3.2.0",
"author": "Contentstack",
"dependencies": {
"@contentstack/live-preview-utils": "^1.4.0",
"@contentstack/utils": "^1.1.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.1.3",
"contentstack": "^3.19.0",
"dotenv": "^16.3.1",
"gatsby": "^5.12.5",
"gatsby-plugin-env-variables": "^2.3.0",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-offline": "^6.12.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-source-contentstack": "^5.0.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"html-react-parser": "^1.4.4",
"moment": "^2.29.4",
"prop-types": "^15.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-json-view": "^1.21.3",
"react-redux": "8.0.5",
"redux": "^4.1.2",
"ts-node": "^10.8.0",
"typescript": "^4.6.4"
},
"keywords": [
"gatsby",
"Contentstack"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,css,html,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": "https://github.com/contentstack/contentstack-gatsby-starter-app"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.4",
"@types/react-helmet": "^6.1.7"
}
}