mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-14 15:18:16 +00:00
0b273d16de
* docs: refactor tabs * docs: update video-view docs * docs: lowercase tabs * feat(docs): add downloading section * chore: add chapters example video * docs: update sidebar type * docs: update tab heading * docs: add title to fundaments * docs: lowercase plugin * docs(sidebar): remove link to offline sdk * docs: add `ads` tab * chore: add `build` to eslint ignore * docs: remove theme mermaid * refactor: update deploy values * chore: upper case tabs * refactor: update configuration tabs name * feat: add `ask for plugin` tab * refactor: update analytics tab * docs: update player class tip * docs: make chapters paid * docs: update utm's * docs(downloading): update intro * chore: bump `docusaurus-ui` package to 0.1.2 * fix: update paths * docs: update dashes * docs: update downloading events example imports * docs: update readme * docs: update case * refactor: update intro & offer
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "@react-native-video/docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "TYPEDOC_WATCH=true docusaurus start",
|
|
"build": "docusaurus build",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy",
|
|
"clear": "docusaurus clear",
|
|
"serve": "docusaurus serve",
|
|
"write-translations": "docusaurus write-translations",
|
|
"write-heading-ids": "docusaurus write-heading-ids",
|
|
"typecheck": "tsc",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.8.1",
|
|
"@docusaurus/faster": "^3.8.1",
|
|
"@docusaurus/preset-classic": "^3.8.1",
|
|
"@mdx-js/react": "^3.0.0",
|
|
"@widlarzgroup/docusaurus-ui": "^0.1.3",
|
|
"clsx": "^2.0.0",
|
|
"docusaurus-lunr-search": "^3.6.0",
|
|
"motion": "^12.23.26",
|
|
"prism-react-renderer": "^2.3.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "^3.8.1",
|
|
"@docusaurus/tsconfig": "^3.8.1",
|
|
"@docusaurus/types": "^3.8.1",
|
|
"@widlarzgroup/eslint-plugin-docusaurus": "^0.0.1",
|
|
"docusaurus-plugin-llms": "^0.1.5",
|
|
"docusaurus-plugin-typedoc": "^1.4.0",
|
|
"eslint": "^8.51.0",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 3 chrome version",
|
|
"last 3 firefox version",
|
|
"last 5 safari version"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0"
|
|
}
|
|
}
|