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.

156 lines
5.7 KiB

{
"name": "taskme2",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"clean": "react-native-clean-project",
"postinstall": "react-native setup-ios-permissions && pod-install",
"aos:clean": "cd android && ./gradlew clean",
"aos:dev": "ENVFILE=.env.development react-native run-android",
"aos:stage": "ENVFILE=.env.stage react-native run-android",
"aos:build:stage": "cd android && ENVFILE=.env.stage ./gradlew app:assembleRelease",
"aos:prod": "ENVFILE=.env.production react-native run-android",
"aos:build:prod": "cd android && ENVFILE=.env.production ./gradlew app:assembleRelease",
"aos:build:bundle": "cd android && ENVFILE=.env.production ./gradlew bundleRelease"
},
"dependencies": {
"@bitalikrty/redux-create-reducer": "^1.0.0",
"@gorhom/bottom-sheet": "^4.4.7",
"@miblanchard/react-native-slider": "^2.1.0",
"@notifee/react-native": "^7.8.0",
"@react-native-async-storage/async-storage": "^1.18.2",
1 year ago
"@react-native-camera-roll/camera-roll": "^5.7.2",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/datetimepicker": "^7.6.2",
"@react-native-community/netinfo": "^9.3.10",
7 months ago
"@react-native-firebase/app": "^19.1.2",
"@react-native-firebase/messaging": "^19.1.2",
"@react-native-picker/picker": "^2.4.10",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"@tomlangan/react-native-sound-level": "^1.2.1",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"cachios": "^4.0.0",
"deprecated-react-native-prop-types": "^4.1.0",
1 year ago
"events": "^3.3.0",
"ffmpeg-kit-react-native": "^5.1.0",
"jet-tools": "^1.3.0",
"js-base64": "^3.7.6",
"lodash": "^4.17.21",
"mime": "^3.0.0",
"moment": "^2.29.4",
"path": "^0.12.7",
"react": "18.2.0",
"react-native": "^0.72.10",
"react-native-app-badge": "^0.1.5",
"react-native-audio-recorder-player": "^3.6.6",
"react-native-autolink": "^4.1.0",
"react-native-calendars": "^1.1298.0",
"react-native-callkeep": "^4.3.12",
"react-native-config": "^1.5.1",
"react-native-controlled-mentions": "^2.2.5",
"react-native-country-flag": "^2.0.2",
"react-native-date-picker": "^4.2.13",
"react-native-device-info": "^10.6.0",
"react-native-document-picker": "^9.0.1",
"react-native-draggable-switch": "^1.1.1",
"react-native-drawer": "^2.5.1",
1 year ago
"react-native-exception-handler": "^2.10.10",
"react-native-expire-storage": "^0.0.3",
"react-native-fast-image": "^8.6.3",
"react-native-file-viewer": "^2.1.5",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.11.0",
1 year ago
"react-native-gifted-chat": "^2.4.0",
"react-native-html-to-pdf": "^0.12.0",
"react-native-image-crop-picker": "^0.40.0",
"react-native-image-picker": "^5.6.0",
7 months ago
"react-native-incall-manager": "^4.2.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-masked-text": "^1.13.0",
"react-native-modal": "^13.0.1",
1 year ago
"react-native-onesignal": "^4.5.1",
"react-native-pager-view": "^6.2.0",
"react-native-permissions": "^3.8.4",
"react-native-print": "^0.10.0",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "^3.4.1",
"react-native-receive-sharing-intent": "^2.0.0",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^4.7.1",
"react-native-screens": "^3.23.0",
"react-native-shadow-2": "^7.0.8",
"react-native-share": "^9.2.3",
"react-native-splash-screen": "^3.3.0",
1 year ago
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "^13.10.0",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.2.0",
"react-native-vector-icons": "^10.0.0",
"react-native-video": "^5.2.1",
"react-native-video-controls": "^2.8.1",
"react-native-view-pdf": "^0.14.0",
"react-native-voip-push-notification": "^3.3.2",
9 months ago
"react-native-webrtc": "^118.0.2",
"react-native-webview": "^13.8.1",
"react-native-wheel-pick": "^1.2.2",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"rn-fetch-blob": "^0.12.0",
"socket.io-client": "^4.5.0",
"validate.js": "^0.13.1",
"world-countries": "^5.0.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^3.0.0",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
"@types/react-native-drawer": "^2.5.5",
"@types/react-native-sqlite-storage": "^6.0.0",
"@types/react-native-video": "^5.0.14",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "^0.76.8",
"pod-install": "^0.1.38",
"prettier": "^2.4.1",
"react-native-clean-project": "^4.0.3",
"react-native-make": "^1.0.1",
"react-test-renderer": "18.2.0",
"reactotron-react-native": "^5.0.4",
"reactotron-redux": "^3.1.3",
"typescript": "4.8.4"
},
"jest": {
"preset": "react-native"
},
"reactNativePermissionsIOS": [
"Camera",
"Contacts",
"MediaLibrary",
"Microphone",
"Notifications",
"PhotoLibrary"
]
}