We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934fec8 commit 3f23c0dCopy full SHA for 3f23c0d
1 file changed
frontends/main/package.json
@@ -3,7 +3,7 @@
3
"version": "0.1.0",
4
"private": true,
5
"scripts": {
6
- "dev": "PORT=${PORT:-8062} TZ=UTC next dev",
+ "dev": "PORT=${PORT:-8062} TZ=UTC NEXT_PUBLIC_OPTIMIZE_IMAGES=false next dev",
7
"build": "next build",
8
"start": "TZ=UTC next start",
9
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
@@ -40,6 +40,7 @@
40
"@tiptap/react": "^3.13.0",
41
"@tiptap/starter-kit": "^3.13.0",
42
"@tiptap/static-renderer": "^3.13.0",
43
+ "@types/video.js": "^7.3.58",
44
"api": "workspace:*",
45
"classnames": "^2.5.1",
46
"formik": "^2.4.6",
@@ -62,6 +63,7 @@
62
63
"sharp": "0.34.4",
64
"slick-carousel": "^1.8.1",
65
"tiny-invariant": "^1.3.3",
66
+ "video.js": "8.23.7",
67
"yup": "^1.4.0"
68
},
69
"devDependencies": {
0 commit comments