-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.45 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
{
"name": "otto-harrandt-frontends",
"version": "0.4.0",
"license": "MIT",
"scripts": {
"start:restmaterial": "nx serve restmaterial",
"start:drahtpruefung": "nx serve drahtpruefung",
"build": "nx build",
"test": "nx test",
"nx": "nx",
"serve:mock": "cd mock-backend && uvicorn main:app --reload"
},
"private": true,
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@hookform/resolvers": "2.9.10",
"@mui/icons-material": "5.10.16",
"@mui/material": "5.10.16",
"@mui/system": "5.10.16",
"@mui/x-data-grid": "^6.10.0",
"@react-three/drei": "9.46.0",
"@react-three/fiber": "8.9.1",
"@tanstack/react-query": "4.26.1",
"axios": "1.2.0",
"camera-controls": "1.37.4",
"chart.js": "4.0.1",
"core-js": "3.6.5",
"i18next": "22.4.13",
"i18next-browser-languagedetector": "7.0.1",
"i18next-resources-to-backend": "1.1.3",
"lodash-es": "4.17.21",
"luxon": "3.2.1",
"react": "18.2.0",
"react-chartjs-2": "5.0.1",
"react-circular-progressbar": "2.1.0",
"react-dom": "18.2.0",
"react-hook-form": "7.43.5",
"react-i18next": "12.2.0",
"react-router-dom": "6.4.4",
"regenerator-runtime": "0.13.7",
"the-new-css-reset": "1.7.3",
"three": "0.147.0",
"three-stdlib": "2.19.0",
"tslib": "2.3.0",
"yup": "0.32.11",
"zustand": "4.1.4"
},
"devDependencies": {
"@emotion/babel-plugin": "11.10.5",
"@nrwl/cli": "15.4.5",
"@nrwl/cypress": "15.4.5",
"@nrwl/eslint-plugin-nx": "15.4.5",
"@nrwl/jest": "15.4.5",
"@nrwl/linter": "15.4.5",
"@nrwl/react": "15.4.5",
"@nrwl/vite": "15.4.5",
"@nrwl/web": "15.4.5",
"@nrwl/webpack": "15.4.5",
"@nrwl/workspace": "15.4.5",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "28.1.1",
"@types/lodash-es": "4.17.6",
"@types/luxon": "3.1.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/three": "0.146.0",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"@vitejs/plugin-react": "3.0.1",
"@vitest/coverage-c8": "0.25.8",
"@vitest/ui": "0.25.8",
"cypress": "11.2.0",
"eslint": "8.28.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"jsdom": "20.0.3",
"msw": "1.0.1",
"nx": "15.4.5",
"prettier": "2.8.0",
"react-test-renderer": "18.2.0",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "4.9",
"vite": "4.0.4",
"vite-plugin-checker": "0.5.5",
"vite-plugin-dts": "1.7.1",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-pwa": "0.14.4",
"vite-tsconfig-paths": "4.0.3",
"vitest": "0.25.8",
"workbox-build": "6.5.4"
}
}