48 lines
1.6 KiB
JSON
48 lines
1.6 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",
|
|
"pods": "cd ios && pod install"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/blur": "^3.6.0",
|
|
"@react-native-community/cameraroll": "^4.0.2",
|
|
"@react-native-community/slider": "^3.0.3",
|
|
"pipestate": "^1.0.2",
|
|
"react": "16.13.1",
|
|
"react-native": "0.63.4",
|
|
"react-native-gesture-handler": "^1.10.3",
|
|
"react-native-navigation": "^7.11.2",
|
|
"react-native-reanimated": "^2.0.0-rc.3",
|
|
"react-native-static-safe-area-insets": "^2.1.1",
|
|
"react-native-vector-icons": "^8.0.0",
|
|
"react-native-video": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.8",
|
|
"@babel/runtime": "^7.13.9",
|
|
"@react-native-community/eslint-config": "^2.0.0",
|
|
"@react-native-community/eslint-plugin": "^1.1.0",
|
|
"@types/react": "^17.0.2",
|
|
"@types/react-native": "^0.63.50",
|
|
"@types/react-native-vector-icons": "^6.4.6",
|
|
"@types/react-native-video": "^5.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^4.16.1",
|
|
"@typescript-eslint/parser": "^4.16.1",
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"eslint": "^7.21.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"eslint-plugin-react-native": "^3.10.0",
|
|
"metro-react-native-babel-preset": "^0.65.2",
|
|
"prettier": "^2.2.1",
|
|
"typescript": "^4.1.5"
|
|
}
|
|
}
|