-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.14 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 3.14 KB
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
{
"name": "@modelix/dashboard",
"version": "0.0.1-f157ec2.dirty",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"generate-openapi-git-connector": "npx @rtk-query/codegen-openapi openapi-gen-config-git-connector.ts",
"generate-openapi-maven-connector": "npx @rtk-query/codegen-openapi openapi-gen-config-maven-connector.ts",
"generate-openapi-workspaces": "npx @rtk-query/codegen-openapi openapi-gen-config-workspaces.ts"
},
"files": [
"dist/**/*"
],
"dependencies": {
"@ant-design/colors": "^8.0.1",
"@ant-design/icons": "^6.1.1",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/inter": "^5.2.8",
"@fontsource/poppins": "^5.2.7",
"@fontsource/public-sans": "^5.2.7",
"@fontsource/roboto": "^5.2.10",
"@modelix/openapi-specifications": "1.6.0",
"@mui/base": "7.0.0-beta.4",
"@mui/icons-material": "^7.3.10",
"@mui/lab": "7.0.0-beta.14",
"@mui/material": "^7.3.10",
"@mui/system": "^7.3.10",
"@mui/x-charts": "^8.28.2",
"@reduxjs/toolkit": "^2.11.2",
"@tanstack/react-query": "^5.96.2",
"@types/lodash-es": "^4.17.12",
"@vitejs/plugin-react": "^4.7.0",
"axios": "^1.14.0",
"formik": "^2.4.9",
"framer-motion": "^12.38.0",
"keycloak-js": "^26.2.3",
"lodash-es": "^4.18.1",
"oidc-client-ts": "^3.5.0",
"prop-types": "^15.8.1",
"react": "^19.2.4",
"react-device-detect": "^2.2.3",
"react-dom": "^19.2.4",
"react-number-format": "^5.4.5",
"react-oidc-context": "^3.3.1",
"react-redux": "^9.2.0",
"react-router": "^7.14.0",
"react-router-dom": "^7.14.0",
"simplebar-react": "^3.3.2",
"swr": "^2.4.1",
"vite": "^7.3.2",
"vite-jsconfig-paths": "^2.0.1",
"vite-tsconfig-paths": "^5.1.4",
"web-vitals": "^5.2.0",
"yup": "^1.7.1"
},
"devDependencies": {
"@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "19.8.1",
"@eslint/compat": "^1.4.1",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@rtk-query/codegen-openapi": "^2.2.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/node": "^22.19.17",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^3.11.0",
"esbuild-runner": "^2.2.2",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^17.4.0",
"immutable": "^5.1.5",
"knip": "^5.88.1",
"prettier": "^3.8.1",
"prettier-eslint-cli": "^8.0.1",
"semantic-release": "24.2.7",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.1",
"vite": "^7.0.3"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
}