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",
|
2024-01-10 00:45:37 -07:00
|
|
|
"react-native": "0.73.2",
|
2022-05-19 07:29:25 -06:00
|
|
|
"react-native-windows": "0.63.41"
|
2016-11-09 12:31:42 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-17 00:38:26 -07:00
|
|
|
"@babel/core": "^7.22.10",
|
|
|
|
"@babel/preset-env": "^7.22.10",
|
|
|
|
"@babel/runtime": "^7.22.10",
|
2024-01-10 00:45:37 -07:00
|
|
|
"@react-native/eslint-config": "^0.73.2",
|
|
|
|
"@react-native/metro-config": "^0.73.3",
|
|
|
|
"@react-native/typescript-config": "^0.73.1",
|
|
|
|
"@types/react": "^18.2.6",
|
2023-11-13 13:36:16 -07:00
|
|
|
"@types/react-test-renderer": "^18.0.0",
|
2024-01-10 00:45:37 -07:00
|
|
|
"babel-jest": "^29.6.3",
|
2023-11-17 00:38:26 -07:00
|
|
|
"babel-plugin-module-resolver": "5.0.0",
|
2023-09-28 00:25:13 -06:00
|
|
|
"eslint": "^8.19.0",
|
2024-01-10 00:45:37 -07:00
|
|
|
"jest": "^29.6.3",
|
|
|
|
"@react-native/babel-preset": "0.73.19",
|
|
|
|
"prettier": "^2.8.8",
|
|
|
|
"typescript": "5.0.4"
|
2022-05-19 07:29:25 -06:00
|
|
|
},
|
2023-11-22 07:03:57 -07:00
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "^18.0.24"
|
|
|
|
},
|
2023-09-28 00:25:13 -06:00
|
|
|
"engines": {
|
2024-01-10 00:45:37 -07:00
|
|
|
"node": ">=18"
|
2015-04-08 13:01:10 -06:00
|
|
|
}
|
2022-12-17 08:35:37 -07:00
|
|
|
}
|