forked from opencast/opencast-admin-interface
-
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.22 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.22 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": "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.1",
"@reduxjs/toolkit": "^2.8.2",
"array-move": "^4.0.0",
"axios": "^1.11.0",
"camelcase-keys": "^9.1.3",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"dompurify": "^3.2.6",
"focus-trap-react": "^11.0.4",
"formik": "^2.4.6",
"http-proxy-middleware": "^3.0.5",
"i18next": "^25.3.2",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"react": "^19.1.1",
"react-chartjs-2": "^5.3.0",
"react-datepicker": "^8.4.0",
"react-dom": "^19.1.1",
"react-hotkeys-hook": "^5.1.0",
"react-i18next": "^15.6.1",
"react-icons": "^5.5.0",
"react-redux": "^9.2.0",
"react-router": "^7.7.1",
"react-select": "^5.10.2",
"react-textarea-autosize": "^8.5.9",
"react-window": "^1.8.11",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"reselect": "^5.1.1",
"yup": "^1.7.0"
},
"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.20",
"@types/node": "^22.15.18",
"@types/react-dom": "^19.1.7",
"@types/react-window": "^1.8.8",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react-swc": "^3.10.2",
"eslint": "^9.32.0",
"prop-types": "^15.8.1",
"sass": "^1.90.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.35.1",
"uuid": "^11.1.0",
"vite": "^7.1.0",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
}
}