react-native-reanimated-player
Version:
A react-native video player that interacts like Youtube player, built upon Reanimted v2 & react-native-gesture-handle
136 lines (135 loc) • 3.65 kB
JSON
{
"name": "react-native-reanimated-player",
"version": "2.3.0",
"description": "A react-native video player that interacts like Youtube player, built upon Reanimted v2 & react-native-gesture-handle",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"react-native-awesome-gallery.podspec",
"!lib/typescript/example",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"scripts": {
"prepare": "bob build",
"release": "release-it",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"test": "jest",
"bootstrap": "yarn && cd example && yarn && yarn pods"
},
"keywords": [
"react-native",
"ios",
"android",
"react-native-reanimted",
"react-native-gesture-handle",
"slider",
"scrubber",
"video",
"control"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MonsterAnan/react-native-video-player.git"
},
"author": "Toa <toacncom@gmail.com> (https://github.com/MonsterAnan)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MonsterAnan/react-native-video-player/issues"
},
"homepage": "https://github.com/MonsterAnan/react-native-video-player",
"dependencies": {
"@gorhom/portal": "^1.0.12",
"lodash.padstart": "^4.6.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@react-navigation/core": "*",
"@release-it/conventional-changelog": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/react": "17.0.2",
"@types/react-native": "^0.66.4",
"@types/react-native-video": "^5.0.10",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"lottie-react-native": "^5.0.1",
"metro-react-native-babel-preset": "^0.66.2",
"react-native": "0.66.4",
"react-native-awesome-slider": "^2.0.4",
"react-native-builder-bob": "^0.18.2",
"react-native-gesture-handler": "^2.3.2",
"react-native-orientation-locker": "*",
"react-native-reanimated": "2.1.0",
"react-native-safe-area-context": "^4.2.2",
"react-native-video": "^5.2.0",
"react-test-renderer": "17.0.2",
"release-it": "*",
"typescript": "^4.4.4"
},
"peerDependencies": {
"@react-navigation/core": "*",
"lottie-react-native": ">=4.0.0",
"react": "*",
"react-native": "*",
"react-native-awesome-slider": ">=2.0.0",
"react-native-gesture-handler": ">=2.0.0",
"react-native-orientation-locker": "*",
"react-native-reanimated": ">=2.0.0",
"react-native-safe-area-context": "*"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
}
}