-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.41 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.41 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
{
"name": "dcb-admin-libraries-vite",
"private": true,
"version": "1.13.1",
"type": "module",
"scripts": {
"codegen": "graphql-codegen --config codegen.ts",
"coverage": "vitest run --coverage",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint",
"preview": "vite preview",
"semantic-release": "semantic-release",
"test": "vitest"
},
"dependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@fontsource/roboto": "5.2.5",
"@hookform/resolvers": "4.1.3",
"@mui/icons-material": "7.1.2",
"@mui/lab": "7.0.0-beta.14",
"@mui/material": "7.1.2",
"@mui/x-data-grid-premium": "8.29.2",
"@mui/x-date-pickers": "8.23.0",
"@mui/x-date-pickers-pro": "8.23.0",
"@mui/x-license": "8.5.3",
"@react-querybuilder/material": "8.7.1",
"@tanstack/react-query": "5.68.0",
"@tanstack/react-router": "1.121.34",
"@tanstack/react-router-devtools": "1.114.13",
"axios": "1.18.1",
"dayjs": "1.11.13",
"eslint-plugin-jsx-a11y": "6.10.2",
"graphql": "16.10.0",
"graphql-request": "7.1.2",
"i18next": "24.2.3",
"lodash": "4.18.1",
"oidc-client-ts": "3.2.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "7.54.2",
"react-i18next": "15.4.1",
"react-oidc-context": "3.2.0",
"react-querybuilder": "8.7.1",
"uuid": "14.0.1",
"yup": "1.6.1",
"zod": "3.25.67",
"zustand": "5.0.6"
},
"devDependencies": {
"@eslint/js": "9.22.0",
"@graphql-codegen/cli": "7.1.3",
"@graphql-codegen/typescript": "6.0.2",
"@graphql-codegen/typescript-operations": "6.0.3",
"@graphql-codegen/typescript-react-query": "7.0.1",
"@playwright/test": "1.61.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/gitlab": "13.3.2",
"@semantic-release/npm": "13.1.5",
"@tanstack/eslint-plugin-query": "5.68.0",
"@tanstack/eslint-plugin-router": "1.114.12",
"@tanstack/router-plugin": "1.121.34",
"@types/lodash": "4.17.16",
"@types/node": "24.3.0",
"@types/react": "19",
"@types/react-dom": "19",
"@vitejs/plugin-react": "5.2.0",
"eslint": "9.39.4",
"eslint-plugin-i18next": "6.1.1",
"eslint-plugin-react-refresh": "0.4.19",
"semantic-release": "25.0.5",
"typescript": "5.8.2",
"typescript-eslint": "8.26.1",
"vite": "7.3.6",
"vitest": "4.1.9"
},
"optionalDependencies": {
"@esbuild/linux-x64": "0.25.5",
"@rollup/rollup-linux-x64-gnu": "4.14.0",
"@rollup/rollup-win32-x64-msvc": "4.14.0"
}
}