rsnext/examples/with-videojs/package.json

22 lines
459 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"video.js": "^7.20.3",
"videojs-youtube": "^2.6.1"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/video.js": "^7.3.49",
"typescript": "^4.9.3"
}
}