react-native-video/package.json
Krzysztof Moch 85e30f0335
feat: move docs to github pages (#3296)
* feat(docs): setup nextra

* feat(docs): add pages

* docs: update introduction page

* docs: fix typos

* docs: fix links

* docs: update README

* docs: sync with master

* docs: remove old docs

* fix(ci/docs): fix typos

* fix(ci/docs): fix docs setup

* fix(docs): update next config

* chore(ci/docs): clean up

* chore(docs): add meta tags

* chore: apply review changes

* docs: move drm into api section

* docs: fix next config

* docs: fix links

* docs: add methods section

* chore: sync with main

* docs: add missing onAudio events
2023-10-26 08:54:14 +02:00

59 lines
1.6 KiB
JSON

{
"name": "react-native-video",
"version": "6.0.0-alpha.8",
"description": "A <Video /> element for react-native",
"main": "lib/index",
"source": "src/index",
"react-native": "src/index",
"license": "MIT",
"author": "Community Contributors",
"homepage": "https://github.com/react-native-video/react-native-video#readme",
"repository": {
"type": "git",
"url": "git@github.com:react-native-video/react-native-video.git"
},
"resolutions": {
"@types/react": "~18.0.0"
},
"devDependencies": {
"@react-native/eslint-config": "^0.72.2",
"@types/jest": "^28.1.2",
"@types/react": "~18.0.0",
"@types/react-native": "0.72.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"eslint": "^8.19.0",
"eslint-plugin-jest": "^27.4.2",
"jest": "^29.7.0",
"prettier": "^2.4.1",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-windows": "^0.61.0-0",
"typescript": "5.1.6"
},
"dependencies": {},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"scripts": {
"lint": "yarn eslint .",
"build": "yarn tsc",
"xbasic": "yarn --cwd examples/basic",
"docs": "yarn --cwd docs build",
"test": "echo no test available"
},
"files": [
"android",
"ios",
"windows",
"src",
"react-native-video.podspec",
"docs",
"!android/build",
"!android/buildOutput_*",
"!android/local.properties",
"!ios/build",
"!**/*.tsbuildinfo"
]
}