react-native-video/docs/package.json
Kamil Moskała 7b4bd9a016
fix(docs): bump next.js version & fix meta warnings (#4327)
* chore(docs): bump `next` version

* docs: fix meta warnings
2024-12-10 19:46:55 +01:00

23 lines
495 B
JSON

{
"name": "react-native-video-docs",
"version": "0.0.1",
"private": true,
"description": "Documentation for react-native-video",
"scripts": {
"dev": "bun next dev",
"build": "bun next build"
},
"dependencies": {
"@next/third-parties": "14.2.20",
"next": "14.2.20",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.4.2"
},
"devDependencies": {
"bun-types": "latest"
}
}