-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.29 KB
/
package.json
File metadata and controls
54 lines (54 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
54
{
"name": "contentstack-getting-started-react-app",
"description": "A starter app for Contentstack and React",
"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": "file:contentstack-live-preview-utils-3.0.0.tgz",
"@contentstack/personalize-edge-sdk": "^1.0.1",
"@contentstack/venus-components": "^2.2.4",
"@reduxjs/toolkit": "^2.2.1",
"contentstack": "^3.21.0",
"next": "14.2.13",
"react": "^18",
"react-dom": "^18",
"react-redux": "^9.1.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"typescript": "^5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"overrides": {
"axios": "1.6.4",
"dompurify": "2.4.9",
"micromatch": "4.0.6",
"nth-check": "2.0.1",
"postcss": "8.4.31",
"serialize-javascript": "6.0.2",
"ws": "8.17.1"
},
"license": "MIT"
}