This repository was archived by the owner on Mar 3, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.29 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.29 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
{
"name": "contentstack-next.js-ssg-starter-app",
"description": "This is a starter app for next.js SSG and contentstack implementation",
"version": "1.0.7",
"private": true,
"author": "Contentstack",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentstack/live-preview-utils": "^1.4.0",
"@contentstack/utils": "^1.3.2",
"@textea/json-viewer": "^3.4.0",
"@types/react-dom": "^18.2.19",
"contentstack": "^3.19.0",
"html-react-parser": "^3.0.16",
"moment": "^2.30.1",
"next": "^14.2.35",
"next-pwa": "^5.6.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.3.1"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "^18.2.57",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"typescript": "^4.9.5"
},
"keywords": [
"typescript",
"next",
"ssg",
"next.js-ssg"
],
"overrides": {
"@babel/runtime": "^7.26.10",
"brace-expansion": "^2.0.2",
"braces": "^3.0.3",
"eslint-config-next": {
"glob": "^10.4.5"
},
"micromatch": "^4.0.8",
"nanoid": "^3.3.8",
"serialize-javascript": "^6.0.2"
}
}