2015-04-08 12:01:10 -07:00
|
|
|
{
|
|
|
|
"name": "VideoPlayer",
|
2016-01-31 19:35:18 -08:00
|
|
|
"version": "1.0.0",
|
2015-04-08 12:01:10 -07:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-04-08 10:37:35 -07:00
|
|
|
"start": "react-native start",
|
2019-09-16 13:32:01 -04:00
|
|
|
"postinstall": "rm -rf node_modules/react-native-video/{examples,node_modules}",
|
|
|
|
"test": "jest",
|
|
|
|
"lint": "eslint ."
|
2015-04-08 12:01:10 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-04-08 10:37:35 -07:00
|
|
|
"react": "^16.12.0",
|
|
|
|
"react-native": "0.61.5",
|
|
|
|
"react-native-windows": "^0.61.0-0",
|
2018-08-01 00:09:01 +02:00
|
|
|
"react-native-video": "file:../.."
|
2016-11-09 11:31:42 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-09-16 13:32:01 -04:00
|
|
|
"@babel/core": "^7.6.0",
|
|
|
|
"@babel/runtime": "^7.6.0",
|
|
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
|
|
|
"babel-jest": "^24.9.0",
|
|
|
|
"eslint": "^6.4.0",
|
|
|
|
"jest": "^24.9.0",
|
|
|
|
"metro-react-native-babel-preset": "^0.56.0",
|
|
|
|
"react-test-renderer": "16.8.6"
|
2015-04-08 12:01:10 -07:00
|
|
|
}
|
2021-04-08 10:37:35 -07:00
|
|
|
}
|