/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-videojs/package.json
22 строки
461 B
SamPhillemon
updated the example of with-videojs to utilize the App Router (#70226)
19 сен 2024, 00:22
Не верифицирован
19 сен 2024, 00:22
cc8b809
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "next": "latest", "react": "^18.3.1", "react-dom": "^18.3.1", "video.js": "^8.17.4", "videojs-youtube": "^3.0.1" }, "devDependencies": { "@types/node": "^22.5.5", "@types/react": "^18.3.7", "@types/react-dom": "^18.3.0", "@types/video.js": "^7.3.58", "typescript": "^5.6.2" } }