generated from konveyor/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
59 lines (59 loc) · 1.53 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "konveyor-static-report",
"version": "0.1.0",
"private": true,
"dependencies": {
"@patternfly/patternfly": "5.2.1",
"@patternfly/react-charts": "7.2.2",
"@patternfly/react-code-editor": "5.2.3",
"@patternfly/react-core": "5.2.3",
"@patternfly/react-table": "5.2.4",
"@tanstack/react-query": "^4.3.4",
"@tanstack/react-query-devtools": "^4.3.5",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"axios": "1.6.0",
"github-markdown-css": "^5.1.0",
"http-proxy-middleware": "^2.0.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^8.0.3",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"remark-gfm": "^3.0.1",
"typesafe-actions": "^5.1.0",
"typescript": "^4.8.2",
"usehooks-ts": "^2.9.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"lint": "eslint -c .eslintrc.template.js --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "npm run lint -- --fix"
},
"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": {
"monaco-editor-webpack-plugin": "7.0.1",
"react-app-rewired": "^2.2.1"
}
}