103 lines
3.6 KiB
JSON
103 lines
3.6 KiB
JSON
{
|
|
"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",
|
|
"release:test": "expo publish --release-channel test",
|
|
"release:production": "expo publish --release-channel production",
|
|
"build:production": "eas build --profile production",
|
|
"build:test": "eas build --profile test",
|
|
"build:test:local:ios": "eas build --profile test --platform ios --local",
|
|
"build:test:local:android": "eas build --profile test --platform android --local",
|
|
"build:production:local:ios": "eas build --profile production --platform ios --local",
|
|
"build:production:local:android": "eas build --profile production --platform android --local"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.7.17",
|
|
"@babel/preset-env": "7.22.9",
|
|
"@expo/vector-icons": "^13.0.0",
|
|
"@react-native-async-storage/async-storage": "1.19.1",
|
|
"@react-native-community/art": "^1.2.0",
|
|
"@react-native-community/cli-debugger-ui": "^11.3.6",
|
|
"@react-native-community/datetimepicker": "7.4.1",
|
|
"@react-native-community/masked-view": "^0.1.11",
|
|
"@react-navigation/bottom-tabs": "^6.5.8",
|
|
"@react-navigation/drawer": "^6.6.3",
|
|
"@react-navigation/native": "^6.1.7",
|
|
"@react-navigation/native-stack": "^6.9.13",
|
|
"@react-navigation/stack": "^6.3.17",
|
|
"axios": "^1.4.0",
|
|
"cloudinary-core": "^2.13.0",
|
|
"dinero.js": "^1.9.1",
|
|
"expo": "^49.0.0",
|
|
"expo-application": "~5.3.0",
|
|
"expo-av": "~13.4.1",
|
|
"expo-constants": "~14.4.2",
|
|
"expo-dev-client": "~2.4.6",
|
|
"expo-device": "~5.4.0",
|
|
"expo-file-system": "~15.4.2",
|
|
"expo-font": "~11.4.0",
|
|
"expo-image-manipulator": "~11.3.0",
|
|
"expo-images-picker": "^2.4.1",
|
|
"expo-localization": "~14.3.0",
|
|
"expo-media-library": "~15.4.1",
|
|
"expo-permissions": "~14.2.1",
|
|
"expo-status-bar": "~1.6.0",
|
|
"expo-system-ui": "~2.4.0",
|
|
"expo-updates": "~0.18.11",
|
|
"expo-video-thumbnails": "~7.4.0",
|
|
"firebase": "^9.8.3",
|
|
"formik": "^2.4.3",
|
|
"graphql": "^16.7.1",
|
|
"i18next": "^23.4.1",
|
|
"intl": "^1.2.5",
|
|
"lodash": "^4.17.20",
|
|
"luxon": "^3.0.3",
|
|
"mime": "^3.0.0",
|
|
"moment": "^2.29.4",
|
|
"normalize-url": "^7.0.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^13.0.3",
|
|
"react-is": ">= 16.8.0",
|
|
"react-native": "0.72.3",
|
|
"react-native-draggable-flatlist": "^4.0.1",
|
|
"react-native-element-dropdown": "^2.9.0",
|
|
"react-native-gesture-handler": "~2.12.0",
|
|
"react-native-image-gallery": "^2.1.5",
|
|
"react-native-image-viewing": "^0.2.2",
|
|
"react-native-indicators": "^0.17.0",
|
|
"react-native-modal-datetime-picker": "^17.0.0",
|
|
"react-native-pager-view": "6.2.0",
|
|
"react-native-paper": "^4.12.5",
|
|
"react-native-progress": "^5.0.0",
|
|
"react-native-reanimated": "~3.4.2",
|
|
"react-native-safe-area-context": "4.6.3",
|
|
"react-native-screens": "~3.24.0",
|
|
"react-native-svg": "13.10.0",
|
|
"react-native-tab-view": "3.5.2",
|
|
"react-native-toast-message": "^2.1.5",
|
|
"react-native-vector-icons": "10.0.0",
|
|
"react-native-web": "~0.19.6",
|
|
"react-redux": "^8.1.2",
|
|
"redux": "^4.1.2",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-persist": "^6.0.0",
|
|
"redux-saga": "^1.1.3",
|
|
"reselect": "^4.1.8",
|
|
"sentry-expo": "~7.0.0",
|
|
"subscriptions-transport-ws": "^0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.19.3",
|
|
"babel-preset-expo": "^9.5.0",
|
|
"eslint": "^7.27.0",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"eslint-plugin-react-native": "^3.11.0"
|
|
},
|
|
"private": true
|
|
}
|