-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.65 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
60
{
"name": "decision-service-webclient",
"version": "0.3.0",
"private": true,
"dependencies": {
"@patternfly/patternfly": "^4.102.2",
"@patternfly/react-code-editor": "^4.2.41",
"@patternfly/react-core": "^4.115.2",
"@patternfly/react-icons": "^4.10.2",
"@patternfly/react-styles": "^4.10.2",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.8",
"ajv": "^8.3.0",
"http-status-codes": "^2.1.4",
"isomorphic-fetch": "^3.0.0",
"monaco-editor-webpack-plugin": "^3.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-json-view": "^1.21.1",
"react-lodash": "^0.1.2",
"react-monaco-editor": "^0.43.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"simpl-schema": "^1.12.0",
"swagger-client": "^3.13.2",
"uniforms": "^3.4.0",
"uniforms-bridge-json-schema": "^3.4.0",
"uniforms-bridge-simple-schema": "^3.4.0",
"uniforms-bridge-simple-schema-2": "^3.4.0",
"uniforms-patternfly": "^4.4.2",
"validator": "^13.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"
},
"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": "^6.26.3",
"babel-preset-react": "^6.24.1",
"react-app-rewired": "^2.1.8"
}
}