2015-04-08 13:01:10 -06:00
|
|
|
{
|
|
|
|
"name": "VideoPlayer",
|
2016-01-31 20:35:18 -07:00
|
|
|
"version": "1.0.0",
|
2015-04-08 13:01:10 -06:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-04-08 11:37:35 -06:00
|
|
|
"start": "react-native start",
|
2019-09-16 11:32:01 -06:00
|
|
|
"postinstall": "rm -rf node_modules/react-native-video/{examples,node_modules}",
|
|
|
|
"test": "jest",
|
|
|
|
"lint": "eslint ."
|
2015-04-08 13:01:10 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-04-08 11:37:35 -06:00
|
|
|
"react": "^16.12.0",
|
|
|
|
"react-native": "0.61.5",
|
|
|
|
"react-native-windows": "^0.61.0-0",
|
2018-07-31 16:09:01 -06:00
|
|
|
"react-native-video": "file:../.."
|
2016-11-09 12:31:42 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-09-16 11:32:01 -06:00
|
|
|
"@babel/core": "^7.6.0",
|
|
|
|
"@babel/runtime": "^7.6.0",
|
|
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
2022-04-23 14:23:10 -06:00
|
|
|
"@types/react": "^18.0.6",
|
|
|
|
"@types/react-native": "^0.67.6",
|
2019-09-16 11:32:01 -06:00
|
|
|
"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 13:01:10 -06:00
|
|
|
}
|
2021-04-08 11:37:35 -06:00
|
|
|
}
|