-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.19 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.19 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
{
"name": "admin-ui-picard",
"version": "0.1.0",
"type": "module",
"private": true,
"homepage": "/admin-ui",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@hello-pangea/dnd": "^18.0.1",
"@mui/material": "^7.3.8",
"@reduxjs/toolkit": "^2.11.2",
"array-move": "^4.0.0",
"axios": "^1.13.5",
"camelcase-keys": "^10.0.2",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"dompurify": "^3.3.1",
"focus-trap-react": "^12.0.0",
"formik": "^2.4.9",
"http-proxy-middleware": "^3.0.5",
"i18next": "^25.8.11",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.2",
"lodash": "^4.17.23",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"react": "^19.2.4",
"react-chartjs-2": "^5.3.1",
"react-datepicker": "^8.8.0",
"react-dom": "^19.2.4",
"react-hotkeys-hook": "^5.2.4",
"react-i18next": "^16.5.4",
"react-icons": "^5.5.0",
"react-redux": "^9.2.0",
"react-router": "^7.13.0",
"react-select": "^5.10.2",
"react-textarea-autosize": "^8.5.9",
"react-window": "^2.2.7",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"reselect": "^5.1.1",
"yup": "^1.7.1"
},
"scripts": {
"start": "vite",
"build": "tsc && eslint . --max-warnings=0 && vite build",
"serve": "vite preview",
"test": "vitest"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@opencast/eslint-config-ts-react": "^0.3.0",
"@redux-devtools/extension": "^3.3.0",
"@types/lodash": "^4.17.23",
"@types/node": "^25.3.0",
"@types/react-dom": "^19.2.3",
"@types/uuid": "^11.0.0",
"@vitejs/plugin-react-swc": "^4.2.3",
"eslint": "^9.39.2",
"prop-types": "^15.8.1",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.0",
"uuid": "^13.0.0",
"vite": "^7.3.1",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.0.18"
}
}