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-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-08-20 03:53:40 -06:00
|
|
|
"react-native": "^0.65.1",
|
|
|
|
"react-native-codegen": "^0.0.7",
|
2021-03-03 13:56:03 -07:00
|
|
|
"react-native-gesture-handler": "^1.10.3",
|
2021-08-23 08:29:06 -06:00
|
|
|
"react-native-navigation": "^7.19.0",
|
2021-05-11 04:59:05 -06:00
|
|
|
"react-native-pressable-opacity": "^1.0.4",
|
2021-09-06 08:27:16 -06:00
|
|
|
"react-native-reanimated": "^2.3.0-alpha.3",
|
|
|
|
"react-native-screens": "^3.6.0",
|
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-08-20 03:53:40 -06:00
|
|
|
"@babel/runtime": "^7.15.3",
|
2021-08-09 01:20:02 -06:00
|
|
|
"@react-native-community/eslint-config": "^3.0.0",
|
2021-02-19 10:19:32 -07:00
|
|
|
"@react-native-community/eslint-plugin": "^1.1.0",
|
2021-08-20 03:53:40 -06:00
|
|
|
"@types/react": "^17.0.19",
|
2021-09-22 05:25:15 -06:00
|
|
|
"@types/react-native": "^0.65.0",
|
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",
|
|
|
|
"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-06-08 05:58:08 -06:00
|
|
|
"prettier": "^2.3.1",
|
2021-08-06 02:44:36 -06:00
|
|
|
"typescript": "4.3.5"
|
2021-02-19 08:07:53 -07:00
|
|
|
}
|
|
|
|
}
|