rsnext/examples/with-apivideo/package.json
Yohann MARTZOLFF 12408a3f2d
chore(examples): update with-apivideo (#39727)
Co-authored-by: Thibault Beyou <37510686+ThibaultBee@users.noreply.github.com>
2022-10-20 17:05:54 +02:00

23 lines
524 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@api.video/nodejs-client": "2.2.5",
"@api.video/react-player": "^1.0.1",
"@api.video/video-uploader": "1.0.4",
"next": "latest",
"react": "18.1.0",
"react-dom": "18.1.0"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"eslint-config-next": "latest",
"typescript": "4.6.3"
}
}