forked from opencast/opencast-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.64 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
{
"name": "opencast-editor",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource-variable/roboto-flex": "^5.0.15",
"@iarna/toml": "^2.2.5",
"@mui/material": "^5.15.19",
"@opencast/appkit": "^0.2.4",
"@reduxjs/toolkit": "^2.2.5",
"@testing-library/jest-dom": "^6.4.5",
"@types/iarna__toml": "^2.0.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"deepmerge": "^4.3.1",
"emotion-normalize": "^11.0.1",
"final-form": "^4.20.10",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-chained-backend": "^4.6.2",
"i18next-resources-to-backend": "^1.2.1",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"mui-rff": "^7.4.1",
"react": "^18.2.0",
"react-beforeunload": "^2.6.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-final-form": "^6.5.9",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.2",
"react-icons": "^4.12.0",
"react-indiana-drag-scroll": "^2.2.0",
"react-player": "git+https://[email protected]/Arnei/react-player.git#20fe6c061cf7d71d33d764b4a51c9b9bbb614bf6",
"react-redux": "^9.1.2",
"react-resizable": "^3.0.5",
"react-select": "^5.8.0",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"redux": "^5.0.1",
"standardized-audio-context": "^25.3.72",
"typescript": "^5.4.5",
"uuid": "^9.0.1",
"webvtt-parser": "^2.2.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest",
"playtest": "npx playwright test --config=playwright.config.ts"
},
"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.2.0",
"@playwright/test": "^1.44.1",
"@types/lodash": "^4.17.4",
"@types/luxon": "^3.4.2",
"@types/react-beforeunload": "^2.1.5",
"@types/react-resizable": "^3.0.7",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.8",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.1.0",
"use-resize-observer": "^9.1.0",
"vite": "^5.2.12",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.6.0"
}
}