2015-03-30 22:07:55 -07:00
|
|
|
{
|
2017-08-16 15:19:51 -04:00
|
|
|
"name": "react-native-video",
|
2023-11-18 15:43:22 +01:00
|
|
|
"version": "6.0.0-beta.0",
|
2017-08-16 15:19:51 -04:00
|
|
|
"description": "A <Video /> element for react-native",
|
2023-10-06 18:39:14 +02:00
|
|
|
"main": "lib/index",
|
|
|
|
"source": "src/index",
|
|
|
|
"react-native": "src/index",
|
2017-08-16 15:19:51 -04:00
|
|
|
"license": "MIT",
|
2022-05-29 15:08:21 +05:30
|
|
|
"author": "Community Contributors",
|
2022-10-04 13:18:23 +02:00
|
|
|
"homepage": "https://github.com/react-native-video/react-native-video#readme",
|
2017-08-16 15:19:51 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-04-20 11:33:19 -07:00
|
|
|
"url": "git@github.com:react-native-video/react-native-video.git"
|
2015-10-29 17:26:28 -07:00
|
|
|
},
|
2023-10-06 18:39:14 +02:00
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "~18.0.0"
|
2017-08-16 15:19:51 -04:00
|
|
|
},
|
2023-10-06 18:39:14 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"@react-native/eslint-config": "^0.72.2",
|
2023-11-13 21:35:27 +01:00
|
|
|
"@release-it/conventional-changelog": "^7.0.2",
|
2023-10-06 18:39:14 +02: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",
|
|
|
|
"react-native": "0.72.5",
|
|
|
|
"react-native-windows": "^0.61.0-0",
|
2023-11-13 21:35:27 +01:00
|
|
|
"release-it": "^16.2.1",
|
2023-10-06 18:39:14 +02:00
|
|
|
"typescript": "5.1.6"
|
2017-08-16 15:19:51 -04:00
|
|
|
},
|
2023-10-06 18:39:14 +02:00
|
|
|
"dependencies": {},
|
2023-04-13 16:20:08 +09:00
|
|
|
"peerDependencies": {
|
|
|
|
"react": "*",
|
|
|
|
"react-native": "*"
|
|
|
|
},
|
2017-08-16 15:19:51 -04:00
|
|
|
"scripts": {
|
2022-05-19 22:29:25 +09:00
|
|
|
"lint": "yarn eslint .",
|
2023-10-06 18:39:14 +02:00
|
|
|
"build": "yarn tsc",
|
2023-10-27 08:59:46 +02:00
|
|
|
"prepare": "yarn build",
|
2023-04-05 23:21:11 +02:00
|
|
|
"xbasic": "yarn --cwd examples/basic",
|
2023-10-26 08:54:14 +02:00
|
|
|
"docs": "yarn --cwd docs build",
|
2023-11-13 21:35:27 +01:00
|
|
|
"release": "release-it",
|
2023-04-05 23:21:11 +02:00
|
|
|
"test": "echo no test available"
|
2018-06-11 11:05:26 -07:00
|
|
|
},
|
2018-12-31 22:04:04 -08:00
|
|
|
"files": [
|
2018-09-12 23:01:28 +03:00
|
|
|
"android",
|
|
|
|
"ios",
|
|
|
|
"windows",
|
2023-10-06 18:39:14 +02:00
|
|
|
"src",
|
2023-10-27 08:59:46 +02:00
|
|
|
"lib",
|
2022-12-09 21:46:25 +01:00
|
|
|
"react-native-video.podspec",
|
2023-10-06 18:39:14 +02:00
|
|
|
"!android/build",
|
|
|
|
"!android/buildOutput_*",
|
|
|
|
"!android/local.properties",
|
|
|
|
"!ios/build",
|
2023-11-13 21:35:27 +01:00
|
|
|
"!**/*.tsbuildinfo",
|
|
|
|
"!docs",
|
|
|
|
"!examples"
|
2018-09-12 23:01:28 +03:00
|
|
|
]
|
2018-10-12 13:41:01 -07:00
|
|
|
}
|