forked from cemaden-educacao/WPD-MobileApp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.5 KiB
71 lines
2.5 KiB
{
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"eject": "expo eject",
|
|
"test": "jest"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo",
|
|
"transformIgnorePatterns": [
|
|
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@expo/metro-config": "^0.1.44",
|
|
"@react-native-community/datetimepicker": "3.0.0",
|
|
"@react-native-community/masked-view": "0.1.10",
|
|
"@react-navigation/bottom-tabs": "^5.11.2",
|
|
"@react-navigation/native": "^5.8.10",
|
|
"@react-navigation/stack": "^5.12.8",
|
|
"expo": "^39.0.5",
|
|
"expo-asset": "^8.2.1",
|
|
"expo-file-system": "~9.2.0",
|
|
"expo-image-picker": "~9.1.1",
|
|
"expo-location": "~9.0.0",
|
|
"expo-secure-store": "~9.2.0",
|
|
"expo-sqlite": "~8.4.0",
|
|
"expo-status-bar": "^1.0.3",
|
|
"formik": "^2.2.6",
|
|
"jwt-decode": "^3.1.2",
|
|
"moment": "^2.29.1",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"react-google-places-autocomplete": "^3.2.1",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz",
|
|
"react-native-flash-message": "^0.1.18",
|
|
"react-native-gesture-handler": "~1.7.0",
|
|
"react-native-google-places-autocomplete": "^2.1.3",
|
|
"react-native-keyboard-aware-scroll-view": "^0.9.3",
|
|
"react-native-maps": "0.27.1",
|
|
"react-native-places-input": "^1.1.7",
|
|
"react-native-reanimated": "~1.13.0",
|
|
"react-native-safe-area-context": "3.1.4",
|
|
"react-native-screens": "~2.10.1",
|
|
"react-native-searchable-dropdown": "^1.1.3",
|
|
"react-native-simple-dialogs": "^1.4.0",
|
|
"react-native-svg": "^12.1.0",
|
|
"react-native-svg-uri": "^1.2.3",
|
|
"react-native-walkthrough-tooltip": "^1.1.11",
|
|
"react-native-web": "~0.13.12",
|
|
"react-navigation": "^4.4.3",
|
|
"react-navigation-tabs": "^2.10.1",
|
|
"searchable-flatlist": "0.0.4",
|
|
"yup": "^0.28.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^8.2.2",
|
|
"eslint": "^7.17.0",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"jest-expo": "^40.0.1",
|
|
"jest-expo-enzyme": "^1.0.4",
|
|
"react-native-svg-transformer": "^0.14.3",
|
|
"react-test-renderer": "^17.0.1"
|
|
},
|
|
"private": true
|
|
}
|