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-06-28 04:26:39 -06:00
|
|
|
"pods": "cd ios && bundle exec pod install"
|
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-06-01 05:07:57 -06:00
|
|
|
"@react-native-community/cameraroll": "^4.0.4",
|
2021-02-20 09:38:28 -07:00
|
|
|
"@react-native-community/slider": "^3.0.3",
|
2021-06-01 05:07:57 -06:00
|
|
|
"react": "^17.0.2",
|
2021-06-04 04:32:20 -06:00
|
|
|
"react-native": "^0.64.2",
|
2021-03-03 13:56:03 -07:00
|
|
|
"react-native-gesture-handler": "^1.10.3",
|
2021-06-09 06:14:40 -06:00
|
|
|
"react-native-navigation": "^7.16.0",
|
2021-05-11 04:59:05 -06:00
|
|
|
"react-native-pressable-opacity": "^1.0.4",
|
2021-07-30 01:50:09 -06:00
|
|
|
"react-native-reanimated": "^2.3.0-alpha.2",
|
2021-02-19 10:43:41 -07:00
|
|
|
"react-native-static-safe-area-insets": "^2.1.1",
|
2021-02-19 10:53:08 -07:00
|
|
|
"react-native-vector-icons": "^8.0.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-06-01 05:07:57 -06:00
|
|
|
"@babel/core": "^7.14.3",
|
2021-05-06 06:11:55 -06:00
|
|
|
"@babel/runtime": "^7.14.0",
|
2021-02-19 10:19:32 -07:00
|
|
|
"@react-native-community/eslint-config": "^2.0.0",
|
|
|
|
"@react-native-community/eslint-plugin": "^1.1.0",
|
2021-06-04 04:32:20 -06:00
|
|
|
"@types/react": "^17.0.9",
|
2021-08-06 02:36:59 -06:00
|
|
|
"@types/react-native": "^0.64.12",
|
2021-02-19 11:06:28 -07:00
|
|
|
"@types/react-native-vector-icons": "^6.4.6",
|
2021-06-01 05:07:57 -06:00
|
|
|
"@types/react-native-video": "^5.0.5",
|
2021-08-06 02:40:22 -06:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.29.0",
|
2021-08-06 02:42:47 -06:00
|
|
|
"@typescript-eslint/parser": "^4.29.0",
|
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-05-06 06:11:55 -06:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"eslint-plugin-prettier": "^3.4.0",
|
2021-02-19 10:19:32 -07:00
|
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
2021-06-01 05:07:57 -06:00
|
|
|
"eslint-plugin-react-native": "^3.11.0",
|
2021-05-06 06:11:55 -06:00
|
|
|
"metro-config": "^0.66.0",
|
2021-07-07 08:20:57 -06:00
|
|
|
"metro-react-native-babel-preset": "^0.66.1",
|
2021-06-08 05:58:08 -06:00
|
|
|
"prettier": "^2.3.1",
|
2021-06-08 06:07:03 -06:00
|
|
|
"typescript": "4.3.2"
|
2021-02-19 08:07:53 -07:00
|
|
|
}
|
|
|
|
}
|