2015-03-30 23:07:55 -06:00
|
|
|
{
|
2017-08-16 13:19:51 -06:00
|
|
|
"name": "react-native-video",
|
2023-09-14 13:59:10 -06:00
|
|
|
"version": "6.0.0-alpha.8",
|
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",
|
|
|
|
"source": "src/index",
|
|
|
|
"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",
|
2022-10-04 05:18:23 -06:00
|
|
|
"homepage": "https://github.com/react-native-video/react-native-video#readme",
|
2017-08-16 13:19:51 -06:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-04-20 12:33:19 -06:00
|
|
|
"url": "git@github.com:react-native-video/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": {
|
|
|
|
"@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"
|
2017-08-16 13:19:51 -06:00
|
|
|
},
|
2023-10-06 10:39:14 -06:00
|
|
|
"dependencies": {},
|
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-04-05 15:21:11 -06:00
|
|
|
"xbasic": "yarn --cwd examples/basic",
|
|
|
|
"test": "echo no test available"
|
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",
|
2022-12-09 13:46:25 -07:00
|
|
|
"react-native-video.podspec",
|
2023-10-06 10:39:14 -06:00
|
|
|
"docs",
|
|
|
|
"!android/build",
|
|
|
|
"!android/buildOutput_*",
|
|
|
|
"!android/local.properties",
|
|
|
|
"!ios/build",
|
|
|
|
"!**/*.tsbuildinfo"
|
2018-09-12 14:01:28 -06:00
|
|
|
]
|
2018-10-12 14:41:01 -06:00
|
|
|
}
|