-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (88 loc) · 2.39 KB
/
package.json
File metadata and controls
89 lines (88 loc) · 2.39 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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"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.15.0",
"gatsby-plugin-env-variables": "^2.3.0",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.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"
},
"overrides": {
"axios": "^1.12.0",
"@babel/helpers": "^7.26.10",
"@babel/runtime": "^7.26.10",
"base-x": "^5.0.1",
"body-parser": "^1.20.3",
"brace-expansion": "^2.0.2",
"braces": "^3.0.3",
"cookie": "^0.7.0",
"cross-spawn": "^7.0.5",
"express": "^4.20.0",
"follow-redirects": "^1.15.6",
"form-data": "^4.0.4",
"js-yaml": "^4.1.1",
"jws": "^4.0.1",
"micromatch": "^4.0.8",
"nanoid": "^3.3.8",
"on-headers": "^1.1.0",
"path-to-regexp": "^0.1.12",
"send": "^0.19.0",
"serialize-javascript": "^6.0.2",
"serve-static": "^1.16.0",
"tar-fs": "^3.1.1",
"tmp": "^0.2.4",
"ws": "^8.17.1"
}
}