mobile_local_restore/package.json

127 lines
4.4 KiB
JSON

{
"name": "tedqu",
"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",
"postinstall": "patch-package"
},
"dependencies": {
"@expo-google-fonts/quicksand": "^0.2.3",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "^1.22.3",
"@react-native-community/cli-debugger-ui": "^12.3.0",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-community/netinfo": "9.3.10",
"@react-native-firebase/app": "^18.7.3",
"@react-native-firebase/messaging": "^18.7.3",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/material-top-tabs": "^6.6.5",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@react-navigation/stack": "^6.3.20",
"@reduxjs/toolkit": "^2.2.5",
"@types/react-native-calendars": "^1.1264.7",
"@types/react-native-tags": "^2.2.5",
"@types/react-redux": "^7.1.33",
"@types/redux-logger": "^3.0.12",
"@types/uuid": "^9.0.7",
"accordion-collapse-react-native": "^1.1.1",
"axios": "^1.6.2",
"crypto-ts": "^1.0.2",
"deprecated-react-native-prop-types": "^5.0.0",
"expo": "^50.0.7",
"expo-camera": "^14.1.3",
"expo-constants": "~15.4.6",
"expo-file-system": "~16.0.9",
"expo-firebase-analytics": "^8.0.0",
"expo-image-picker": "~14.7.1",
"expo-keep-awake": "~12.8.2",
"expo-location": "~16.5.5",
"expo-modules-core": "~1.11.13",
"expo-screen-orientation": "~6.4.1",
"expo-splash-screen": "^0.26.4",
"firebase": "^10.7.1",
"formik": "^2.4.5",
"install": "^0.13.0",
"moment": "^2.29.4",
"patch-package": "^8.0.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-native": "0.73.5",
"react-native-app-intro-slider": "^4.0.4",
"react-native-artag-module": "file:../06_Installables/react-native-artag-module-0.1.4.tgz",
"react-native-autoheight-webview": "^1.6.5",
"react-native-calendars": "^1.1303.0",
"react-native-chart-kit": "^6.12.0",
"react-native-charts-wrapper": "^0.6.0",
"react-native-document-scanner-plugin": "^1.0.0",
"react-native-fetch-polyfill": "^1.1.3",
"react-native-flash-message": "^0.4.2",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.15.0",
"react-native-get-random-values": "~1.9.0",
"react-native-gifted-charts": "^1.4.16",
"react-native-image-picker": "^7.1.2",
"react-native-image-viewing": "^0.2.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-map": "^0.0.1",
"react-native-maps": "1.10.0",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-multiple-select": "^0.5.12",
"react-native-pager-view": "^6.2.3",
"react-native-paper": "^5.11.4",
"react-native-picker-select": "^9.0.0",
"react-native-reanimated": "^3.6.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "^3.29.0",
"react-native-simple-toast": "^3.3.0",
"react-native-star-rating": "^1.1.0",
"react-native-svg": "13.9.0",
"react-native-tab-view": "^3.5.2",
"react-native-tags": "^2.2.1",
"react-native-vector-icons": "^10.1.0",
"react-native-webview": "^13.8.1",
"react-navigation": "4.4.4",
"react-navigation-stack": "^2.10.4",
"react-redux": "^9.0.4",
"redux": "^5.0.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.3",
"victory-native": "^35.3.2",
"whatwg-fetch-timeout": "^2.0.2-timeout",
"yup": "^1.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@types/react": "^18.2.6",
"@types/react-native-charts-wrapper": "^0.5.11",
"@types/react-native-star-rating": "^1.1.6",
"@types/react-navigation": "^3.4.0",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}