Skip to content

Commit 6712c8f

Browse files
remove reactjs player from tokenauth branch
1 parent db6cedc commit 6712c8f

3 files changed

Lines changed: 2 additions & 125 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
"react-scripts": "3.0.1",
2222
"react-slick": "^0.25.2",
2323
"reactstrap": "^8.4.1",
24-
"styled-components": "latest",
25-
"video-react": "^0.14.1",
26-
"video.js": "^7.8.2"
24+
"styled-components": "latest"
2725
},
2826
"scripts": {
2927
"prestart": "if [ ! -d node_modules ]; then npm install; fi",

frontend/src/components/Carousels/Carousels.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import VideoCarrouselSlick from '../VideoCarrouselSlick';
44
import SeriesCarousel from '../SeriesCarousel';
55
import './Carousels.css';
66
import { AuthContext } from '../context/auth';
7-
import VideoDetail3 from "../Video/VideoDetail3";
7+
88

99
export default function Carousels({
1010
video, handleVideoSelect, setHistoryPager, authTokens,

frontend/src/components/Video/VideoDetail3.js

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)