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": {
|
2024-06-20 03:58:55 -06:00
|
|
|
"android": "expo run:android",
|
|
|
|
"ios": "expo run:ios",
|
2022-05-19 07:29:25 -06:00
|
|
|
"windows": "react-native run-windows",
|
2024-06-20 03:58:55 -06:00
|
|
|
"start": "expo start",
|
2019-09-16 11:32:01 -06:00
|
|
|
"test": "jest",
|
2024-03-07 08:00:00 -07:00
|
|
|
"lint": "eslint .",
|
|
|
|
"pod-install": "cd ios && pod install && cd ..",
|
|
|
|
"pod-install:newarch": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install && cd .."
|
2015-04-08 13:01:10 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-17 07:09:42 -06:00
|
|
|
"@react-native-picker/picker": "2.7.5",
|
2024-07-04 06:02:05 -06:00
|
|
|
"expo": "^51.0.17",
|
2024-06-20 03:58:55 -06:00
|
|
|
"expo-asset": "^10.0.9",
|
|
|
|
"expo-image": "^1.12.12",
|
2023-09-28 00:25:13 -06:00
|
|
|
"react": "18.2.0",
|
2024-07-04 06:02:05 -06:00
|
|
|
"react-native": "0.74.3",
|
2024-05-17 07:09:42 -06:00
|
|
|
"react-native-windows": "0.74.1"
|
2016-11-09 12:31:42 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-20 03:58:55 -06:00
|
|
|
"@babel/core": "^7.24.0",
|
2023-11-17 00:38:26 -07:00
|
|
|
"@babel/preset-env": "^7.22.10",
|
|
|
|
"@babel/runtime": "^7.22.10",
|
2024-07-04 06:02:05 -06:00
|
|
|
"@react-native/babel-preset": "0.74.85",
|
|
|
|
"@react-native/eslint-config": "0.74.85",
|
|
|
|
"@react-native/metro-config": "0.74.85",
|
|
|
|
"@react-native/typescript-config": "0.74.85",
|
2024-06-20 03:58:55 -06:00
|
|
|
"@types/react": "~18.2.79",
|
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",
|
|
|
|
"prettier": "^2.8.8",
|
2024-06-20 03:58:55 -06:00
|
|
|
"typescript": "~5.3.3"
|
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
|
|
|
}
|