2021-02-19 08:07:53 -07:00
|
|
|
{
|
|
|
|
"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",
|
2021-02-20 15:20:28 -07:00
|
|
|
"start": "react-native start",
|
2021-03-31 07:43:29 -06:00
|
|
|
"setup": "cd ios && bundle install",
|
2021-08-09 01:20:02 -06:00
|
|
|
"pods": "cd ios && bundle exec pod install",
|
2021-08-16 02:45:41 -06:00
|
|
|
"lint": "eslint .",
|
|
|
|
"lint-ci": "yarn lint -f ../node_modules/@firmnav/eslint-github-actions-formatter/dist/formatter.js",
|
|
|
|
"typescript": "tsc --noEmit"
|
2021-02-19 08:07:53 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-02-19 10:53:08 -07:00
|
|
|
"@react-native-community/blur": "^3.6.0",
|
2021-10-11 10:29:12 -06:00
|
|
|
"@react-native-community/cameraroll": "^4.1.1",
|
2021-09-22 05:58:59 -06:00
|
|
|
"@react-native-community/slider": "^4.1.7",
|
2021-10-11 10:28:43 -06:00
|
|
|
"@react-navigation/native": "^6.0.5",
|
2021-10-11 10:30:58 -06:00
|
|
|
"@react-navigation/native-stack": "^6.2.3",
|
2021-06-01 05:07:57 -06:00
|
|
|
"react": "^17.0.2",
|
2021-10-05 04:22:14 -06:00
|
|
|
"react-native": "^0.66.0",
|
2021-03-03 13:56:03 -07:00
|
|
|
"react-native-gesture-handler": "^1.10.3",
|
2021-05-11 04:59:05 -06:00
|
|
|
"react-native-pressable-opacity": "^1.0.4",
|
2021-10-05 04:22:14 -06:00
|
|
|
"react-native-reanimated": "^2.3.0-beta.2",
|
|
|
|
"react-native-safe-area-context": "^3.3.2",
|
2021-10-05 02:39:23 -06:00
|
|
|
"react-native-screens": "^3.8.0",
|
2021-02-19 10:43:41 -07:00
|
|
|
"react-native-static-safe-area-insets": "^2.1.1",
|
2021-09-22 05:58:59 -06:00
|
|
|
"react-native-vector-icons": "^8.1.0",
|
2021-02-19 10:43:41 -07:00
|
|
|
"react-native-video": "^5.1.1"
|
2021-02-19 08:07:53 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-11 10:29:27 -06:00
|
|
|
"@babel/core": "^7.15.8",
|
2021-09-22 05:58:59 -06:00
|
|
|
"@babel/runtime": "^7.15.4",
|
|
|
|
"@react-native-community/eslint-config": "^3.0.1",
|
2021-02-19 10:19:32 -07:00
|
|
|
"@react-native-community/eslint-plugin": "^1.1.0",
|
2021-10-05 02:39:13 -06:00
|
|
|
"@types/react": "^17.0.27",
|
2021-10-05 04:22:14 -06:00
|
|
|
"@types/react-native": "^0.65.5",
|
2021-09-29 04:31:55 -06:00
|
|
|
"@types/react-native-vector-icons": "^6.4.9",
|
2021-09-22 05:58:59 -06:00
|
|
|
"@types/react-native-video": "^5.0.9",
|
2021-06-01 05:07:57 -06:00
|
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
2021-08-06 02:37:43 -06:00
|
|
|
"eslint": "^7.32.0",
|
2021-08-06 02:43:52 -06:00
|
|
|
"metro-config": "^0.66.2",
|
2021-08-20 03:53:40 -06:00
|
|
|
"metro-react-native-babel-preset": "^0.66.2",
|
2021-09-22 05:58:59 -06:00
|
|
|
"prettier": "^2.4.1",
|
|
|
|
"typescript": "^4.4.3"
|
2021-02-19 08:07:53 -07:00
|
|
|
}
|
|
|
|
}
|