2015-03-30 23:07:55 -06:00
|
|
|
{
|
2017-08-16 13:19:51 -06:00
|
|
|
"name": "react-native-video",
|
2024-10-03 00:32:35 -06:00
|
|
|
"version": "6.6.4",
|
2017-08-16 13:19:51 -06:00
|
|
|
"description": "A <Video /> element for react-native",
|
2023-10-06 10:39:14 -06:00
|
|
|
"main": "lib/index",
|
2024-06-30 21:32:28 -06:00
|
|
|
"source": "src/index.ts",
|
2023-10-06 10:39:14 -06:00
|
|
|
"react-native": "src/index",
|
2017-08-16 13:19:51 -06:00
|
|
|
"license": "MIT",
|
2022-05-29 03:38:21 -06:00
|
|
|
"author": "Community Contributors",
|
2024-06-26 03:29:10 -06:00
|
|
|
"homepage": "https://thewidlarzgroup.github.io/react-native-video/",
|
2017-08-16 13:19:51 -06:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-05-07 09:25:09 -06:00
|
|
|
"url": "git@github.com:TheWidlarzGroup/react-native-video.git"
|
2015-10-29 18:26:28 -06:00
|
|
|
},
|
2023-10-06 10:39:14 -06:00
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "~18.0.0"
|
2017-08-16 13:19:51 -06:00
|
|
|
},
|
2023-10-06 10:39:14 -06:00
|
|
|
"devDependencies": {
|
2024-07-10 03:49:13 -06:00
|
|
|
"@expo/config-plugins": "^8.0.5",
|
2023-12-01 00:51:11 -07:00
|
|
|
"@jamesacarr/eslint-formatter-github-actions": "^0.2.0",
|
2023-10-06 10:39:14 -06:00
|
|
|
"@react-native/eslint-config": "^0.72.2",
|
2023-11-13 13:35:27 -07:00
|
|
|
"@release-it/conventional-changelog": "^7.0.2",
|
2023-10-06 10:39:14 -06:00
|
|
|
"@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",
|
2024-03-07 03:35:17 -07:00
|
|
|
"react-native": "0.73.2",
|
2023-10-06 10:39:14 -06:00
|
|
|
"react-native-windows": "^0.61.0-0",
|
2023-11-13 13:35:27 -07:00
|
|
|
"release-it": "^16.2.1",
|
2023-10-06 10:39:14 -06:00
|
|
|
"typescript": "5.1.6"
|
2017-08-16 13:19:51 -06:00
|
|
|
},
|
2024-10-12 23:48:55 -06:00
|
|
|
"dependencies": {
|
|
|
|
"shaka-player": "^4.11.7"
|
|
|
|
},
|
2023-04-13 01:20:08 -06:00
|
|
|
"peerDependencies": {
|
|
|
|
"react": "*",
|
|
|
|
"react-native": "*"
|
|
|
|
},
|
2017-08-16 13:19:51 -06:00
|
|
|
"scripts": {
|
2022-05-19 07:29:25 -06:00
|
|
|
"lint": "yarn eslint .",
|
2023-10-06 10:39:14 -06:00
|
|
|
"build": "yarn tsc",
|
2023-10-27 00:59:46 -06:00
|
|
|
"prepare": "yarn build",
|
2023-04-05 15:21:11 -06:00
|
|
|
"xbasic": "yarn --cwd examples/basic",
|
2023-10-26 00:54:14 -06:00
|
|
|
"docs": "yarn --cwd docs build",
|
2023-11-13 13:35:27 -07:00
|
|
|
"release": "release-it",
|
2023-12-02 07:58:43 -07:00
|
|
|
"test": "echo no test available",
|
|
|
|
"check-ios": "scripts/swift-format.sh && scripts/swift-lint.sh && scripts/clang-format.sh",
|
2024-03-07 03:35:17 -07:00
|
|
|
"check-android": "scripts/kotlin-lint.sh",
|
2024-04-05 02:35:57 -06:00
|
|
|
"check-all": "yarn check-android; yarn check-ios; yarn lint",
|
2024-03-07 03:35:17 -07:00
|
|
|
"codegen": "node ./node_modules/react-native/scripts/generate-codegen-artifacts.js --path ./ ./output"
|
2018-06-11 12:05:26 -06:00
|
|
|
},
|
2018-12-31 23:04:04 -07:00
|
|
|
"files": [
|
2018-09-12 14:01:28 -06:00
|
|
|
"android",
|
|
|
|
"ios",
|
|
|
|
"windows",
|
2023-10-06 10:39:14 -06:00
|
|
|
"src",
|
2023-10-27 00:59:46 -06:00
|
|
|
"lib",
|
2022-12-09 13:46:25 -07:00
|
|
|
"react-native-video.podspec",
|
2024-07-11 14:52:10 -06:00
|
|
|
"app.plugin.js",
|
2023-10-06 10:39:14 -06:00
|
|
|
"!android/build",
|
|
|
|
"!android/buildOutput_*",
|
|
|
|
"!android/local.properties",
|
|
|
|
"!ios/build",
|
2023-11-13 13:35:27 -07:00
|
|
|
"!**/*.tsbuildinfo",
|
|
|
|
"!docs",
|
|
|
|
"!examples"
|
2024-04-03 12:51:26 -06:00
|
|
|
]
|
2018-10-12 14:41:01 -06:00
|
|
|
}
|