-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 2.04 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "mycontroller-web-console",
"version": "2.0.0",
"private": true,
"dependencies": {
"@monaco-editor/react": "^4.5.1",
"@patternfly/react-charts": "^6.94.19",
"@patternfly/react-core": "^4.276.8",
"@patternfly/react-icons": "^4.93.6",
"@patternfly/react-table": "^4.113.0",
"@patternfly/react-topology": "^4.93.5",
"@reduxjs/toolkit": "^1.9.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^0.24.0",
"base-64": "^1.0.0",
"filesize": "^10.0.5",
"html-react-parser": "^3.0.4",
"http-proxy-middleware": "^2.0.6",
"i18next": "^22.0.8",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.0.2",
"js-yaml": "^4.1.0",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.29.4",
"monaco-editor": "^0.36.1",
"object-path": "^0.11.8",
"qs": "^6.11.0",
"rc-slider": "^9.7.5",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.3.4",
"react-i18next": "^12.0.0",
"react-icons": "^4.7.1",
"react-measure": "^2.5.2",
"react-moment": "^1.1.2",
"react-redux": "^8.0.5",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"sass": "^1.56.1",
"typy": "^3.3.0",
"utf8": "^3.0.0",
"validator": "^13.7.0",
"websocket": "^1.0.34"
},
"scripts": {
"start": "export REACT_APP_IS_DEV_ENV=true && node scripts/inject_env.js && react-scripts start",
"build": "node scripts/inject_env.js && react-scripts build",
"test": "react-scripts 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"
]
}
}