-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 928 Bytes
/
package.json
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
{
"name": "contentstack-nextjs-starter-app",
"description": "A starter app for Contentstack and Nextjs",
"version": "1.0.0",
"private": true,
"author": "Contentstack",
"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.0",
"@textea/json-viewer": "^3.1.1",
"html-react-parser": "^3.0.16",
"moment": "^2.29.4",
"next": "^13.4.10",
"next-pwa": "^5.6.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.1.0"
},
"devDependencies": {
"@types/node": "^18.16.14",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"eslint": "^8.23.1",
"eslint-config-next": "^13.4.3",
"typescript": "^5.1.3"
}
}