react-native-vision-camera/example/package.json

39 lines
1.2 KiB
JSON
Raw Normal View History

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",
"start": "react-native start"
},
"dependencies": {
"react": "16.13.1",
2021-02-19 10:02:24 -07:00
"react-native": "0.63.4",
2021-02-19 10:12:07 -07:00
"react-native-gesture-handler": "^1.10.1",
2021-02-19 10:05:45 -07:00
"react-native-navigation": "^7.10.0",
2021-02-19 10:24:32 -07:00
"react-native-reanimated": "^2.0.0-rc.3",
"react-native-static-safe-area-insets": "^2.1.1"
2021-02-19 08:07:53 -07:00
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
2021-02-19 10:19:32 -07:00
"@react-native-community/eslint-config": "^2.0.0",
"@react-native-community/eslint-plugin": "^1.1.0",
"@types/react": "^17.0.2",
"@types/react-native": "^0.63.50",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
2021-02-19 08:07:53 -07:00
"babel-plugin-module-resolver": "^4.0.0",
2021-02-19 10:19:32 -07:00
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.10.0",
"metro-react-native-babel-preset": "^0.64.0",
"prettier": "^2.2.1",
"typescript": "^4.1.5"
2021-02-19 08:07:53 -07:00
}
}