11d1e7178d
* chore: Upgrade Example to RN 0.71 * chore: Upgrade all libs * fix: Fix CameraRoll installation * Update Gradle Tools * fix: Fix buildscripts * Clean out build.gradle * fix: Fix Kotlin setup * fix: Move kotlin-android dependency to lib * Move `_setGlobalConsole` * Update gradle-wrapper.properties * Rebuild lockfiles * chore: Update build:gradle * Update StatusBarBlurBackground.tsx * Use Java 11 in Workflows * Update MediaPage.tsx * Add `google` repository to build.gradle * Double Java Heap size * Increase heap size * Alternative args * Update build.gradle
50 lines
1.7 KiB
JSON
50 lines
1.7 KiB
JSON
{
|
|
"name": "react-native-vision-camera-example",
|
|
"description": "Example app for react-native-vision-camera",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start",
|
|
"setup": "cd ios && bundle install",
|
|
"pods": "cd ios && bundle exec pod install",
|
|
"lint": "eslint .",
|
|
"lint-ci": "yarn lint -f ../node_modules/@firmnav/eslint-github-actions-formatter/dist/formatter.js",
|
|
"typescript": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/blur": "^4.3.0",
|
|
"@react-native-camera-roll/camera-roll": "^5.2.3",
|
|
"@react-native-community/slider": "^4.4.2",
|
|
"@react-navigation/native": "^6.1.3",
|
|
"@react-navigation/native-stack": "^6.9.9",
|
|
"react": "^18.2.0",
|
|
"react-native": "^0.71.2",
|
|
"react-native-gesture-handler": "^2.9.0",
|
|
"react-native-pressable-opacity": "^1.0.10",
|
|
"react-native-reanimated": "^2.14.4",
|
|
"react-native-safe-area-context": "^4.5.0",
|
|
"react-native-screens": "^3.19.0",
|
|
"react-native-static-safe-area-insets": "^2.2.0",
|
|
"react-native-vector-icons": "^9.2.0",
|
|
"react-native-video": "^5.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.12",
|
|
"@babel/runtime": "^7.20.13",
|
|
"@react-native-community/eslint-config": "^3.2.0",
|
|
"@react-native-community/eslint-plugin": "^1.3.0",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-native": "^0.71.2",
|
|
"@types/react-native-vector-icons": "^6.4.13",
|
|
"@types/react-native-video": "^5.0.14",
|
|
"babel-plugin-module-resolver": "^5.0.0",
|
|
"eslint": "^8.33.0",
|
|
"metro-config": "^0.75.0",
|
|
"metro-react-native-babel-preset": "^0.75.0",
|
|
"prettier": "^2.8.4",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|