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": {
|
2024-06-20 11:58:55 +02:00
|
|
|
"android": "expo run:android",
|
|
|
|
"ios": "expo run:ios",
|
2022-05-19 22:29:25 +09:00
|
|
|
"windows": "react-native run-windows",
|
2024-06-20 11:58:55 +02:00
|
|
|
"start": "expo start",
|
2019-09-16 13:32:01 -04:00
|
|
|
"test": "jest",
|
2024-03-07 16:00:00 +01: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 12:01:10 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-17 15:09:42 +02:00
|
|
|
"@react-native-picker/picker": "2.7.5",
|
2024-07-04 15:32:05 +03:30
|
|
|
"expo": "^51.0.17",
|
2024-06-20 11:58:55 +02:00
|
|
|
"expo-asset": "^10.0.9",
|
|
|
|
"expo-image": "^1.12.12",
|
2023-09-28 08:25:13 +02:00
|
|
|
"react": "18.2.0",
|
2024-07-04 15:32:05 +03:30
|
|
|
"react-native": "0.74.3",
|
2024-05-17 15:09:42 +02:00
|
|
|
"react-native-windows": "0.74.1"
|
2016-11-09 11:31:42 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-20 11:58:55 +02:00
|
|
|
"@babel/core": "^7.24.0",
|
2023-11-17 08:38:26 +01:00
|
|
|
"@babel/preset-env": "^7.22.10",
|
|
|
|
"@babel/runtime": "^7.22.10",
|
2024-07-04 15:32:05 +03:30
|
|
|
"@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 11:58:55 +02:00
|
|
|
"@types/react": "~18.2.79",
|
2023-11-13 21:36:16 +01:00
|
|
|
"@types/react-test-renderer": "^18.0.0",
|
2024-01-10 08:45:37 +01:00
|
|
|
"babel-jest": "^29.6.3",
|
2023-11-17 08:38:26 +01:00
|
|
|
"babel-plugin-module-resolver": "5.0.0",
|
2023-09-28 08:25:13 +02:00
|
|
|
"eslint": "^8.19.0",
|
2024-01-10 08:45:37 +01:00
|
|
|
"jest": "^29.6.3",
|
|
|
|
"prettier": "^2.8.8",
|
2024-06-20 11:58:55 +02:00
|
|
|
"typescript": "~5.3.3"
|
2022-05-19 22:29:25 +09:00
|
|
|
},
|
2023-11-22 15:03:57 +01:00
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "^18.0.24"
|
|
|
|
},
|
2023-09-28 08:25:13 +02:00
|
|
|
"engines": {
|
2024-01-10 08:45:37 +01:00
|
|
|
"node": ">=18"
|
2015-04-08 12:01:10 -07:00
|
|
|
}
|
2022-12-17 16:35:37 +01:00
|
|
|
}
|