rsnext/examples/with-videojs/package.json
2020-08-29 22:32:35 -04:00

17 lines
330 B
JSON

{
"name": "with-videojs",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "^9.1.8-canary.11",
"react": "16.13.1",
"react-dom": "16.13.1",
"video.js": "^6.7.3",
"videojs-youtube": "^2.4.1"
},
"license": "MIT"
}