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": {
|
2022-04-23 14:27:17 -06:00
|
|
|
"android": "react-native run-android",
|
2022-12-17 08:35:37 -07:00
|
|
|
"ios": "react-native run-ios",
|
2022-05-19 07:29:25 -06:00
|
|
|
"windows": "react-native run-windows",
|
2022-12-17 08:35:37 -07:00
|
|
|
"start": "react-native start",
|
2019-09-16 11:32:01 -06:00
|
|
|
"test": "jest",
|
|
|
|
"lint": "eslint ."
|
2015-04-08 13:01:10 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-26 14:59:04 -06:00
|
|
|
"@react-native-picker/picker": "^1.9.11",
|
2023-09-28 00:25:13 -06:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-native": "0.72.5",
|
2023-11-13 13:36:16 -07:00
|
|
|
"react-native-video": "../../",
|
2022-05-19 07:29:25 -06:00
|
|
|
"react-native-windows": "0.63.41"
|
2016-11-09 12:31:42 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-28 00:25:13 -06:00
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
"@babel/preset-env": "^7.20.0",
|
|
|
|
"@babel/runtime": "^7.20.0",
|
|
|
|
"@react-native/eslint-config": "^0.72.2",
|
|
|
|
"@react-native/metro-config": "^0.72.11",
|
|
|
|
"@tsconfig/react-native": "^3.0.0",
|
|
|
|
"@types/react": "^18.0.24",
|
|
|
|
"@types/react-native-video": "^5.0.15",
|
2023-11-13 13:36:16 -07:00
|
|
|
"@types/react-test-renderer": "^18.0.0",
|
2023-09-28 00:25:13 -06:00
|
|
|
"babel-jest": "^29.2.1",
|
2022-12-17 08:35:37 -07:00
|
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
2023-09-28 00:25:13 -06:00
|
|
|
"eslint": "^8.19.0",
|
|
|
|
"jest": "^29.2.1",
|
|
|
|
"metro-react-native-babel-preset": "0.76.8",
|
2023-11-13 13:36:16 -07:00
|
|
|
"prettier": "^2.4.1",
|
2023-09-28 00:25:13 -06:00
|
|
|
"react-test-renderer": "18.2.0",
|
|
|
|
"typescript": "4.8.4"
|
2022-05-19 07:29:25 -06:00
|
|
|
},
|
2023-09-28 00:25:13 -06:00
|
|
|
"engines": {
|
|
|
|
"node": ">=16"
|
2015-04-08 13:01:10 -06:00
|
|
|
}
|
2022-12-17 08:35:37 -07:00
|
|
|
}
|