-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.15 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.15 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
{
"name": "marketplace-app-template-ui",
"version": "1.0.0",
"private": true,
"homepage": "",
"dependencies": {
"@contentstack/app-sdk": "1.1.0",
"@contentstack/venus-components": "^1.0.0",
"@types/node": "^12.20.37",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"formik": "^2.2.9",
"mongodb": "^4.10.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.0.2",
"sass": "^1.43.4",
"typescript": "^4.5.2",
"web-vitals": "^1.1.2"
},
"scripts": {
"dev": "react-scripts start",
"build": "export CI=false && react-scripts build"
},
"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"
]
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-react-jsx": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"react-scripts": "4.0.3"
}
}