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-06-27 12:37:54 +02:00
|
|
|
"pods": "cd ios && bundle exec pod install",
|
|
|
|
"postinstall": "patch-package"
|
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-06-01 13:07:57 +02:00
|
|
|
"@react-native-community/cameraroll": "^4.0.4",
|
2021-02-20 17:38:28 +01:00
|
|
|
"@react-native-community/slider": "^3.0.3",
|
2021-06-01 13:07:57 +02:00
|
|
|
"react": "^17.0.2",
|
2021-06-04 12:32:20 +02:00
|
|
|
"react-native": "^0.64.2",
|
2021-03-03 21:56:03 +01:00
|
|
|
"react-native-gesture-handler": "^1.10.3",
|
2021-06-09 14:14:40 +02:00
|
|
|
"react-native-navigation": "^7.16.0",
|
2021-05-11 12:59:05 +02:00
|
|
|
"react-native-pressable-opacity": "^1.0.4",
|
2021-05-27 11:08:57 +02:00
|
|
|
"react-native-reanimated": "^2.2.0",
|
2021-02-19 18:43:41 +01:00
|
|
|
"react-native-static-safe-area-insets": "^2.1.1",
|
2021-02-19 18:53:08 +01:00
|
|
|
"react-native-vector-icons": "^8.0.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-06-01 13:07:57 +02:00
|
|
|
"@babel/core": "^7.14.3",
|
2021-05-06 14:11:55 +02:00
|
|
|
"@babel/runtime": "^7.14.0",
|
2021-02-19 18:19:32 +01:00
|
|
|
"@react-native-community/eslint-config": "^2.0.0",
|
|
|
|
"@react-native-community/eslint-plugin": "^1.1.0",
|
2021-06-04 12:32:20 +02:00
|
|
|
"@types/react": "^17.0.9",
|
|
|
|
"@types/react-native": "^0.64.10",
|
2021-02-19 19:06:28 +01:00
|
|
|
"@types/react-native-vector-icons": "^6.4.6",
|
2021-06-01 13:07:57 +02:00
|
|
|
"@types/react-native-video": "^5.0.5",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
|
|
|
"@typescript-eslint/parser": "^4.26.0",
|
|
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
2021-06-08 13:57:50 +02:00
|
|
|
"eslint": "^7.28.0",
|
2021-05-06 14:11:55 +02:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"eslint-plugin-prettier": "^3.4.0",
|
2021-02-19 18:19:32 +01:00
|
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
2021-06-01 13:07:57 +02:00
|
|
|
"eslint-plugin-react-native": "^3.11.0",
|
2021-05-06 14:11:55 +02:00
|
|
|
"metro-config": "^0.66.0",
|
|
|
|
"metro-react-native-babel-preset": "^0.66.0",
|
2021-06-27 12:37:54 +02:00
|
|
|
"patch-package": "^6.4.7",
|
2021-06-08 13:58:08 +02:00
|
|
|
"prettier": "^2.3.1",
|
2021-06-08 14:07:03 +02:00
|
|
|
"typescript": "4.3.2"
|
2021-02-19 16:07:53 +01:00
|
|
|
}
|
|
|
|
}
|