forked from kshateesh/contentstack-gatsby-starter-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.81 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
{
"name": "contentstack-gatsby-starter-app",
"private": true,
"description": "A simple starter app build using Gatsby and Contentstack",
"version": "2.0.0",
"author": "Contentstack",
"dependencies": {
"@contentstack/live-preview-utils": "^1.0.1",
"@contentstack/utils": "^1.1.1",
"@popperjs/core": "^2.11.4",
"bootstrap": "^5.1.3",
"contentstack": "^3.15.0",
"dotenv": "^16.0.0",
"gatsby": "^4.10.3",
"gatsby-plugin-env-variables": "^2.2.0",
"gatsby-plugin-image": "^2.10.1",
"gatsby-plugin-manifest": "^4.10.2",
"gatsby-plugin-offline": "^5.10.2",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-sharp": "^4.10.2",
"gatsby-plugin-sitemap": "^5.10.2",
"gatsby-source-contentstack": "^4.0.2",
"gatsby-source-filesystem": "^4.10.1",
"gatsby-transformer-sharp": "^4.10.0",
"html-react-parser": "^1.4.4",
"moment": "^2.29.1",
"prop-types": "^15.8.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-json-view": "^1.21.3",
"react-redux": "^7.2.6",
"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 -p 3000",
"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.0.9",
"@types/react-dom": "^18.0.5",
"@types/react-helmet": "^6.1.5"
}
}