-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.26 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
{
"name": "contentstack-nextjs-starter-app",
"description": "A starter app for Contentstack and Nextjs",
"version": "2.0.11",
"private": true,
"author": "Contentstack",
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@contentstack/live-preview-utils": "^4.3.0",
"@contentstack/utils": "^1.9.0",
"@textea/json-viewer": "^3.3.0",
"contentstack": "^3.19.0",
"html-react-parser": "^3.0.16",
"moment": "^2.30.1",
"next": "^16.2.1",
"@ducanh2912/next-pwa": "^10.2.9",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.3.1"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"eslint": "^9.0.0",
"eslint-config-next": "^16.2.1",
"typescript": "^5.3.3"
},
"overrides": {
"brace-expansion": "^2.0.2",
"braces": "^3.0.3",
"ejs": "^3.1.10",
"eslint-config-next": {
"glob": "^10.4.5"
},
"micromatch": "^4.0.8",
"minimatch": "^9.0.5",
"nanoid": "^3.3.8",
"rollup": "^4.34.9",
"serialize-javascript": "^7.0.5"
}
}