-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
126 lines (126 loc) · 3.68 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "obsrv-management-console-ext",
"version": "0.1.0",
"private": true,
"homepage": "/console",
"proxy": "http://localhost:3000/",
"dependencies": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^5.5.1",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@fontsource/montserrat": "^5.0.18",
"@monaco-editor/react": "4.6.0",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/styles": "^6.1.5",
"@mui/system": "^5.10.9",
"@mui/x-charts": "^7.15.0",
"@rjsf/core": "^5.18.3",
"@rjsf/mui": "^5.18.3",
"@rjsf/utils": "^5.18.4",
"@rjsf/validator-ajv8": "^5.18.3",
"@tanstack/react-query": "5.51.15",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.97",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"ajv-errors": "3.0.0",
"apexcharts": "^3.53.0",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"formik": "2.4.6",
"framer-motion": "^7.5.3",
"match-sorter": "^6.3.1",
"jsonata": "2.0.2",
"lodash": "4.17.21",
"lottie-web": "^5.12.2",
"millify": "^6.1.0",
"moment": "2.30.1",
"pretty-bytes": "^6.1.1",
"pretty-ms": "^9.1.0",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-device-detect": "^2.2.2",
"@mui/x-date-pickers": "^5.0.4",
"jsoneditor": "^9.10.4",
"jsoneditor-react": "^3.1.2",
"react-dom": "^18.3.1",
"react-dropzone": "14.2.3",
"react-gauge-chart": "^0.5.1",
"react-intl": "6.6.8",
"react-lottie": "^1.2.4",
"react-router-dom": "^6.23.0",
"react-scripts": "5.0.1",
"react-split-pane": "2.0.3",
"react-table": "7.8.0",
"simplebar-react": "^2.4.1",
"typescript": "^4.9.5",
"uuid": "^10.0.0",
"web-vitals": "^2.1.4",
"yup": "^1.4.0",
"history": "^5.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build --no-cache",
"postbuild": "mkdir build/console && mv build/static build/console/static",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"lint-fix": "eslint \"src/**/*.{ts,tsx}\" --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": {
"@types/react-json-editor-ajrm": "^2.5.3",
"@eslint/js": "^9.2.0",
"@tanstack/eslint-plugin-query": "5.51.15",
"@tanstack/react-query-devtools": "5.51.15",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.5.2",
"@types/lodash": "^4.17.7",
"@types/node": "16.18.97",
"@types/pg": "^8.11.6",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"@types/react-gauge-chart": "^0.4.3",
"@types/react-lottie": "^1.2.10",
"@types/react-table": "7.7.20",
"@types/uuid": "^10.0.0",
"@types/yup": "0.32.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.2.0",
"prettier": "^3.2.5",
"react-test-renderer": "^18.3.1",
"typescript-eslint": "^7.8.0"
}
}