-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 829 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 829 Bytes
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
{
"name": "contentstack-nextjs-starter-app",
"version": "0.1.2",
"private": true,
"overrides": {
"qs": "6.14.1",
"sharp": "npm:@neostack/empty-package@^1.0.0",
"preact": "10.28.2"
},
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentstack/live-preview-utils": "4.1.2",
"contentstack": "3.22.0",
"html-react-parser": "5.2.10",
"moment": "2.30.1",
"next": "16.0.10",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-loading-skeleton": "3.5.0"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"eslint": "9.39.1",
"eslint-config-next": "15.3.3",
"typescript": "5.7.2"
}
}