react-native-video/examples/basic/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "VideoPlayer",
"version": "1.0.0",
"private": true,
"scripts": {
2022-04-23 14:27:17 -06:00
"android": "react-native run-android",
"ios": "react-native run-ios",
"windows": "react-native run-windows",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"pod-install": "cd ios && pod install && cd ..",
"pod-install:newarch": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install && cd .."
},
"dependencies": {
"@react-native-picker/picker": "^1.9.11",
"react": "18.2.0",
"react-native": "0.74.0-rc.4",
"react-native-windows": "0.63.41"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/runtime": "^7.22.10",
"@react-native/babel-preset": "0.74.75",
"@react-native/eslint-config": "0.74.75",
"@react-native/metro-config": "0.74.75",
"@react-native/typescript-config": "0.74.75",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "5.0.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "^2.8.8",
"typescript": "5.0.4"
},
"resolutions": {
"@types/react": "^18.0.24"
},
"engines": {
"node": ">=18"
}
}