-
-
Notifications
You must be signed in to change notification settings - Fork 135
/
Copy pathpackage.json
125 lines (125 loc) · 4.12 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
{
"name": "kafbat-ui",
"version": "1.0.0",
"homepage": "./",
"private": true,
"dependencies": {
"@floating-ui/react": "0.26.13",
"@hookform/error-message": "2.0.1",
"@hookform/resolvers": "2.7.1",
"@microsoft/fetch-event-source": "2.0.1",
"@szhsin/react-menu": "3.5.3",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table": "8.16.0",
"ace-builds": "1.33.0",
"ajv": "8.8.2",
"ajv-draft-04": "^1.0.0",
"ajv-formats": "3.0.1",
"json-schema-faker": "0.5.6",
"jsonpath-plus": "10.3.0",
"lossless-json": "2.0.11",
"pretty-ms": "9.2.0",
"react": "18.2.0",
"react-ace": "11.0.1",
"react-datepicker": "7.4.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.13",
"react-hook-form": "7.54.2",
"react-hot-toast": "2.4.1",
"react-is": "18.2.0",
"react-multi-select-component": "4.3.4",
"react-router-dom": "6.23.0",
"sass": "1.66.1",
"styled-components": "6.1.8",
"use-debounce": "10.0.0",
"yup": "1.4.0",
"zustand": "4.5.2"
},
"scripts": {
"start": "vite",
"dev": "vite",
"compile": "pnpm gen:sources && tsc --noEmit",
"gen:sources": "rimraf ./src/generated-sources && openapi-generator-cli generate",
"build": "rimraf ./src/generated-sources && openapi-generator-cli generate && tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint --ext .tsx,.ts src/",
"lint:fix": "eslint --ext .tsx,.ts src/ --fix",
"lint:CI": "eslint --ext .tsx,.ts src/ --max-warnings=0",
"test": "jest --watch",
"test:coverage": "jest --watchAll --coverage",
"test:CI": "CI=true pnpm test:coverage --ci --testResultsProcessor=\"jest-sonar-reporter\" --watchAll=false",
"tsc": "tsc --pretty --noEmit",
"deadcode": "ts-prune -i src/generated-sources"
},
"devDependencies": {
"@jest/types": "29.6.3",
"@openapitools/openapi-generator-cli": "2.13.4",
"@swc/core": "1.3.107",
"@swc/jest": "0.2.36",
"@testing-library/dom": "10.0.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/eventsource": "1.1.15",
"@types/lossless-json": "1.0.4",
"@types/node": "20.11.17",
"@types/react": "18.2.79",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "18.2.25",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "5.1.34",
"@types/testing-library__jest-dom": "5.14.9",
"@typescript-eslint/eslint-plugin": "7.0.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react-swc": "3.6.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest-dom": "5.4.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"fetch-mock": "9.11.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-sonar-reporter": "2.0.0",
"jest-styled-components": "7.1.1",
"jest-watch-typeahead": "2.2.2",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"ts-node": "10.9.2",
"ts-prune": "0.10.3",
"typescript": "5.3.3",
"vite": "6.2.1",
"vite-plugin-checker": "0.6.4",
"vite-plugin-ejs": "1.7.0",
"vite-tsconfig-paths": "4.3.2",
"whatwg-fetch": "3.6.20"
},
"engines": {
"node": "^22",
"pnpm": "^9"
},
"pnpm": {
"overrides": {
"postcss@<8.4.31": ">=8.4.31",
"@adobe/css-tools@<4.3.1": ">=4.3.1",
"@babel/traverse@<7.23.2": ">=7.23.2",
"@adobe/css-tools@<4.3.2": ">=4.3.2",
"vite@>=4.0.0 <=4.5.1": ">=4.5.2",
"follow-redirects@<1.15.4": ">=1.15.4",
"json5@>=2.0.0 <2.2.2": ">=2.2.2",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"axios@>=1.3.2 <=1.7.3": ">=1.7.4",
"braces": "3.0.3"
}
}
}