Skip to content

Commit 3f23c0d

Browse files
Ahtesham QuraishAhtesham Quraish
authored andcommitted
added package of video
1 parent 934fec8 commit 3f23c0d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

frontends/main/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "PORT=${PORT:-8062} TZ=UTC next dev",
6+
"dev": "PORT=${PORT:-8062} TZ=UTC NEXT_PUBLIC_OPTIMIZE_IMAGES=false next dev",
77
"build": "next build",
88
"start": "TZ=UTC next start",
99
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
@@ -40,6 +40,7 @@
4040
"@tiptap/react": "^3.13.0",
4141
"@tiptap/starter-kit": "^3.13.0",
4242
"@tiptap/static-renderer": "^3.13.0",
43+
"@types/video.js": "^7.3.58",
4344
"api": "workspace:*",
4445
"classnames": "^2.5.1",
4546
"formik": "^2.4.6",
@@ -62,6 +63,7 @@
6263
"sharp": "0.34.4",
6364
"slick-carousel": "^1.8.1",
6465
"tiny-invariant": "^1.3.3",
66+
"video.js": "8.23.7",
6567
"yup": "^1.4.0"
6668
},
6769
"devDependencies": {

0 commit comments

Comments
 (0)