-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) 路 2.4 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) 路 2.4 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
{
"name": "@abrechnung/root",
"version": "0.0.0",
"private": true,
"license": "AGPL",
"workspaces": [
"apps/**",
"libs/**"
],
"scripts": {
"start": "pnpm -r --parallel run start",
"build": "pnpm -r --parallel run build",
"test": "pnpm -r --parallel run test"
},
"dependencies": {
"@date-io/luxon": "^3.2.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@hookform/resolvers": "^5.2.2",
"@mui/icons-material": "^9.0.1",
"@mui/lab": "9.0.0-beta.3",
"@mui/material": "^9.0.1",
"@mui/styled-engine": "^9.0.0",
"@mui/system": "^9.0.1",
"@mui/x-data-grid": "^8.28.6",
"@mui/x-date-pickers": "^9.2.0",
"@nivo/core": "^0.99.0",
"@nivo/line": "^0.99.0",
"@reduxjs/toolkit": "2.11.2",
"browser-image-compression": "^2.0.2",
"core-js": "^3.49.0",
"i18next": "^26.2.0",
"i18next-browser-languagedetector": "^8.2.1",
"localforage": "^1.10.0",
"luxon": "^3.7.2",
"mathjs": "^15.2.0",
"qrcode.react": "^4.2.0",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-hook-form": "^7.75.0",
"react-i18next": "^17.0.8",
"react-redux": "9.2.0",
"react-router": "7.15.1",
"react-toastify": "^11.1.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"regenerator-runtime": "0.14.1",
"tslib": "^2.8.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-react": "^7.28.5",
"@rtk-query/codegen-openapi": "^2.2.0",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.2",
"@types/luxon": "^3.7.1",
"@types/node": "25.8.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"@vitest/coverage-v8": "^4.1.6",
"@vitest/ui": "^4.1.6",
"jsdom": "~29.1.1",
"openapi-typescript-codegen": "^0.30.0",
"oxfmt": "^0.49.0",
"oxlint": "^1.64.0",
"react-test-renderer": "19.2.6",
"ts-node": "10.9.2",
"typed-openapi": "^2.2.6",
"typescript": "6.0.3",
"vite": "8.0.13",
"vite-plugin-checker": "^0.13.0",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.6"
}
}