Packages Used
{
"name": "enatega-full-app",
"version": "5.0.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "jest",
"format": "prettier --write '**/*.js'",
"lint:fix": "eslint . --ext .js --fix"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"npm run format",
"npm run lint:fix"
]
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@expo/vector-icons": "^10.0.0",
"@ptomasroos/react-native-multi-slider": "^2.2.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/drawer": "^5.5.0",
"@react-navigation/native": "^5.1.6",
"@react-navigation/stack": "^5.2.11",
"apollo-boost": "^0.3.1",
"apollo-cache-inmemory": "^1.5.1",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.5.1",
"apollo-link-context": "^1.0.17",
"apollo-link-http": "^1.5.14",
"apollo-link-state": "^0.4.2",
"apollo-link-ws": "^1.0.20",
"apollo-upload-client": "^10.0.0",
"expo": "^38.0.0",
"expo-analytics-amplitude": "~8.2.1",
"expo-app-auth": "~9.1.1",
"expo-apple-authentication": "~2.2.1",
"expo-application": "~2.2.1",
"expo-constants": "~9.1.1",
"expo-device": "~2.2.1",
"expo-facebook": "~8.2.1",
"expo-font": "~8.2.1",
"expo-google-app-auth": "^6.0.0",
"expo-image-picker": "~8.3.0",
"expo-linking": "^1.0.1",
"expo-localization": "~8.2.1",
"expo-location": "~8.2.1",
"expo-permissions": "~9.0.1",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"i18n-js": "^3.2.2",
"react": "16.11.0",
"react-apollo": "^2.5.8",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
"react-native-flash-message": "^0.1.15",
"react-native-gesture-handler": "~1.6.0",
"react-native-maps": "0.27.1",
"react-native-material-textfield": "github:n4kz/react-native-material-textfield#pull/283/head",
"react-native-modal": "^11.5.4",
"react-native-reanimated": "~1.9.0",
"react-native-safe-area-context": "~3.0.7",
"react-native-screens": "~2.9.0",
"react-native-star-rating": "^1.1.0",
"react-native-svg": "12.1.0",
"react-native-timeline-flatlist": "^0.7.2",
"react-native-webview": "9.4.0",
"subscriptions-transport-ws": "^0.9.16",
"uuid": "^3.3.2",
"validate.js": "^0.12.0"
},
"devDependencies": {
"babel-jest": "^24.8.0",
"babel-preset-expo": "^8.2.3",
"babel-preset-react-native": "^4.0.1",
"eslint": "^7.1.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.2.5",
"jest": "^24.8.0",
"jest-react-native": "^18.0.0",
"lint-staged": "^10.2.7",
"metro-react-native-babel-preset": "^0.54.1",
"prettier": "2.0.5",
"prettier-config-standard": "^1.0.1",
"react-test-renderer": "^16.8.6"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!(react-native|expo|@expo|apollo-boost|apollo-cache-inmemory|apollo-client|apollo-link-context|apollo-link-http|apollo-link-state|apollo-upload-client|graphql|graphql-tag|react-apollo|react-native-animatable|react-native-material-buttons|react-native-material-ripple|react-native-material-textfield|react-native-ratings|react-native-swiper-flatlist|react-native-timeline-listview|react-navigation|validate.js)/)"
]
},
"private": true
}