102 lines
3.6 KiB
JSON
102 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.9.5",
|
|
"@babel/preset-env": "7.1.6",
|
|
"@expo/vector-icons": "^14.0.0",
|
|
"@react-native-async-storage/async-storage": "1.22.2",
|
|
"@react-native-community/art": "^1.2.0",
|
|
"@react-native-community/cli-debugger-ui": "^9.0.0",
|
|
"@react-native-community/datetimepicker": "7.6.1",
|
|
"@react-native-community/masked-view": "^0.1.11",
|
|
"@react-navigation/bottom-tabs": "^6.3.3",
|
|
"@react-navigation/drawer": "^6.4.4",
|
|
"@react-navigation/native": "^6.0.12",
|
|
"@react-navigation/native-stack": "^6.8.0",
|
|
"@react-navigation/stack": "^6.2.3",
|
|
"@sentry/react-native": "5.17.0",
|
|
"axios": "^1.6.7",
|
|
"cloudinary-core": "^2.13.0",
|
|
"dinero.js": "^1.9.1",
|
|
"expo": "^50.0.7",
|
|
"expo-application": "~5.8.3",
|
|
"expo-av": "~13.10.5",
|
|
"expo-constants": "~15.4.5",
|
|
"expo-dev-client": "~3.3.8",
|
|
"expo-device": "~5.9.3",
|
|
"expo-file-system": "~16.0.6",
|
|
"expo-font": "~11.10.3",
|
|
"expo-image-manipulator": "~11.8.0",
|
|
"expo-images-picker": "^2.4.1",
|
|
"expo-localization": "~14.8.3",
|
|
"expo-media-library": "~15.9.1",
|
|
"expo-status-bar": "~1.11.1",
|
|
"expo-system-ui": "~2.9.3",
|
|
"expo-updates": "~0.24.11",
|
|
"expo-video-thumbnails": "~7.9.0",
|
|
"firebase": "^10.8.0",
|
|
"formik": "^2.4.5",
|
|
"graphql": "^16.8.1",
|
|
"i18next": "^21.9.1",
|
|
"intl": "^1.2.5",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^3.4.4",
|
|
"mime": "^3.0.0",
|
|
"moment": "^2.30.1",
|
|
"normalize-url": "^7.0.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^14.0.5",
|
|
"react-is": ">=18.2.0",
|
|
"react-native": "0.73.4",
|
|
"react-native-draggable-flatlist": "^4.0.1",
|
|
"react-native-element-dropdown": "^2.10.1",
|
|
"react-native-gesture-handler": "~2.15.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.1.0",
|
|
"react-native-pager-view": "6.2.3",
|
|
"react-native-paper": "^5.12.3",
|
|
"react-native-progress": "^5.0.1",
|
|
"react-native-reanimated": "~3.7.1",
|
|
"react-native-safe-area-context": "4.9.0",
|
|
"react-native-screens": "~3.29.0",
|
|
"react-native-svg": "14.1.0",
|
|
"react-native-tab-view": "3.5.2",
|
|
"react-native-toast-message": "^2.2.0",
|
|
"react-native-vector-icons": "*",
|
|
"react-native-web": "~0.19.10",
|
|
"react-redux": "^9.1.0",
|
|
"redux": "^5.0.1",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-persist": "^6.0.0",
|
|
"redux-saga": "^1.3.0",
|
|
"reselect": "^5.1.0",
|
|
"subscriptions-transport-ws": "^0.9.18"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.9",
|
|
"babel-preset-expo": "^10.0.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-native": "^4.1.0"
|
|
},
|
|
"private": true
|
|
}
|