rsnext/examples/with-videojs/package.json

18 lines
330 B
JSON
Raw Normal View History

{
"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.7.0",
"react-dom": "^16.7.0",
"video.js": "^6.7.3",
"videojs-youtube": "^2.4.1"
},
"license": "ISC"
}