forked from opencast/opencast-admin-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.11 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
{
"name": "admin-ui-picard",
"version": "0.1.0",
"private": true,
"homepage": "/admin-ui",
"dependencies": {
"@hello-pangea/dnd": "^16.5.0",
"@mui/material": "^5.15.6",
"@mui/styles": "^5.15.19",
"@mui/x-date-pickers": "^6.19.0",
"@reduxjs/toolkit": "^1.9.7",
"@types/dompurify": "^3.0.5",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.3.0",
"array-move": "^4.0.0",
"axios": "^1.7.2",
"bourbon": "^7.3.0",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"dompurify": "^3.1.5",
"font-awesome": "^4.7.0",
"formik": "^2.4.6",
"http-proxy-middleware": "^2.0.6",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"react": "^17.0.0",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^6.9.0",
"react-dom": "^17.0.2",
"react-hotkeys-hook": "^4.4.4",
"react-i18next": "^14.1.2",
"react-icons": "^5.2.1",
"react-redux": "^7.2.9",
"react-router-dom": "^6.23.1",
"react-select": "^5.8.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"reselect": "^5.1.0",
"styled-components": "^6.1.11",
"yup": "^1.4.0"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@redux-devtools/extension": "^3.3.0",
"@types/lodash": "^4.17.4",
"@types/node": "^20.13.0",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.2.1",
"prop-types": "^15.8.1",
"sass": "^1.77.4",
"typescript": "^5.4.5",
"uuid": "^9.0.1",
"vite": "^5.2.12",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.2.2"
}
}