-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 2.28 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "contentstack-react-starter-app",
"description": "A starter app for Contentstack and React",
"version": "1.0.1",
"private": true,
"author": "Contentstack",
"dependencies": {
"@contentstack/live-preview-utils": "^1.4.0",
"@contentstack/utils": "^1.3.0",
"@textea/json-viewer": "^3.1.1",
"@types/react": "^18.2.15",
"html-react-parser": "^3.0.16",
"moment": "^2.29.4",
"nth-check": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.3.1",
"react-router-dom": "^6.14.2",
"typescript": "^4.8.4",
"web-vitals": "^2.1.4"
},
"overrides": {
"react-json-view": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"@babel/traverse": "^7.23.2",
"body-parser": "^1.20.3",
"braces": "^3.0.3",
"cross-spawn": "^7.0.5",
"form-data": "^4.0.0",
"http-proxy-middleware": "^2.0.9",
"node-forge": "^1.3.2",
"nth-check": "^2.1.1",
"path-to-regexp": "^0.1.12",
"rollup": "^2.79.2",
"send": "^0.19.0",
"webpack-dev-middleware": "^5.3.4",
"ws": "^8.17.1",
"@babel/helpers": "^7.26.10",
"@babel/runtime": "^7.26.10",
"brace-expansion": "^2.0.1",
"cookie": "^0.7.0",
"ejs": "^3.1.10",
"follow-redirects": "^1.15.6",
"js-yaml": "^4.1.1",
"micromatch": "^4.0.8",
"nanoid": "^3.3.8",
"on-headers": "^1.1.0",
"postcss": "^8.4.31",
"serialize-javascript": "^6.0.2",
"serve-static": "^1.16.0",
"webpack": "^5.94.0",
"express": "^4.21.2",
"webpack-dev-server": "^5.0.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"license": "MIT",
"devDependencies": {
"@types/react-dom": "^18.2.7",
"eslint": "^8.41.0",
"eslint-plugin-react": "^7.32.2",
"node-polyfill-webpack-plugin": "^4.1.0",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0.1"
}
}