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