dappros/ethora

View on GitHub
client-reactnative/package.json

Summary

Maintainability
Test Coverage
{
  "name": "ethora",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "startReset": "react-native start --reset-cache",
    "test": "jest",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "detox ios": "detox test --configuration ios.sim.debug ",
    "detox android": "detox test --configuration android.emu.debug ",
    "postinstall": "node_modules/.bin/rn-nodeify --install crypto,assert,url,stream,events --hack"
  },
  "dependencies": {
    "@flyerhq/react-native-link-preview": "^1.6.0",
    "@invertase/react-native-apple-authentication": "^2.1.5",
    "@react-native-async-storage/async-storage": "^1.17.3",
    "@react-native-clipboard/clipboard": "^1.10.0",
    "@react-native-community/audio-toolkit": "^2.0.3",
    "@react-native-community/checkbox": "^0.5.12",
    "@react-native-community/netinfo": "^8.3.0",
    "@react-native-community/push-notification-ios": "^1.10.1",
    "@react-native-firebase/analytics": "^14.9.1",
    "@react-native-firebase/app": "^14.9.1",
    "@react-native-firebase/auth": "^14.9.1",
    "@react-native-google-signin/google-signin": "^7.2.2",
    "@react-navigation/native": "^6.0.10",
    "@react-navigation/native-stack": "^6.6.2",
    "@realm/react": "^0.2.1",
    "@types/node": "^18.14.0",
    "@walletconnect/client": "^1.7.8",
    "@walletconnect/react-native-dapp": "^1.8.0",
    "@xmpp/client": "^0.13.1",
    "@xmpp/debug": "^0.13.0",
    "assert": "^1.5.0",
    "axios": "^0.27.2",
    "date-fns": "^2.28.0",
    "dayjs": "^1.11.6",
    "diff": "^5.1.0",
    "events": "^1.1.1",
    "jpeg-js": "^0.4.3",
    "jsqr": "^1.4.0",
    "lodash": "^4.17.21",
    "mobx": "^6.5.0",
    "mobx-react-lite": "^3.4.0",
    "moment": "^2.29.3",
    "native-base": "^3.4.4",
    "pngjs": "^6.0.0",
    "qs": "^6.10.3",
    "react": "17.0.2",
    "react-dom": "^18.2.0",
    "react-native": "0.68.1",
    "react-native-audio-recorder-player": "^3.5.1",
    "react-native-blob-util": "^0.16.2",
    "react-native-camera": "^4.2.1",
    "react-native-crypto": "^2.2.0",
    "react-native-crypto-js": "^1.0.0",
    "react-native-device-info": "^10.4.0",
    "react-native-document-picker": "^8.1.0",
    "react-native-draggable-flatlist": "^3.1.1",
    "react-native-fast-image": "^8.5.11",
    "react-native-fbsdk-next": "^10.0.0",
    "react-native-fs": "^2.20.0",
    "react-native-gesture-handler": "^2.4.2",
    "react-native-gifted-chat": "^0.16.3",
    "react-native-highlight-words": "^1.0.1",
    "react-native-hyperlink": "^0.0.19",
    "react-native-iap": "8.0.7",
    "react-native-image-picker": "^4.8.2",
    "react-native-keyboard-aware-scroll-view": "^0.9.5",
    "react-native-linear-gradient": "^2.5.6",
    "react-native-modal": "^13.0.1",
    "react-native-pager-view": "^5.4.15",
    "react-native-pdf": "^6.6.2",
    "react-native-permissions": "^3.6.0",
    "react-native-pulse": "^1.0.7",
    "react-native-push-notification": "^8.1.1",
    "react-native-qrcode-scanner": "^1.5.5",
    "react-native-qrcode-svg": "^6.1.2",
    "react-native-randombytes": "^3.6.1",
    "react-native-reanimated": "^2.2.0",
    "react-native-responsive-screen": "^1.4.2",
    "react-native-rsa-native": "^2.0.5",
    "react-native-safe-area-context": "^4.2.5",
    "react-native-screens": "^3.13.1",
    "react-native-sha256": "^1.4.7",
    "react-native-share": "^7.6.6",
    "react-native-skeleton-content-nonexpo": "^1.0.13",
    "react-native-slider": "^0.11.0",
    "react-native-splash-screen": "^3.3.0",
    "react-native-svg": "^12.3.0",
    "react-native-swiper": "^1.6.0",
    "react-native-tab-view": "^3.1.1",
    "react-native-toast-message": "^2.1.5",
    "react-native-tracking-transparency": "^0.1.2",
    "react-native-typing-animation": "^0.1.7",
    "react-native-url-polyfill": "^1.3.0",
    "react-native-vector-icons": "^9.1.0",
    "react-native-video": "^5.2.0",
    "react-native-video-player": "^0.12.0",
    "react-native-walkthrough-tooltip": "^1.3.1",
    "react-native-walletconnect": "^0.0.1-alpha.2",
    "react-native-webview": "^11.23.0",
    "readable-stream": "^1.0.33",
    "realm": "10.20.0-beta.5",
    "stream-browserify": "^1.0.0",
    "url": "^0.10.3"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-private-methods": "^7.18.6",
    "@babel/runtime": "^7.12.5",
    "@react-native-community/eslint-config": "^2.0.0",
    "@types/jest": "^29.4.0",
    "@types/pngjs": "^6.0.1",
    "@types/react": "17.0.2",
    "@types/react-native": "^0.68.1",
    "@types/react-native-crypto-js": "^1.0.0",
    "@types/react-native-vector-icons": "^6.4.10",
    "@types/react-native-video-player": "^0.10.3",
    "@types/react-test-renderer": "^17.0.1",
    "@typescript-eslint/eslint-plugin": "^5.17.0",
    "@typescript-eslint/parser": "^5.17.0",
    "babel-jest": "^29.4.3",
    "detox": "^20.1.3",
    "eslint": "^7.32.0",
    "jest": "^29.4.3",
    "jest-circus": "^29.4.3",
    "metro-babel-register": "^0.75.0",
    "metro-react-native-babel-preset": "^0.67.0",
    "react-dom": "^18.2.0",
    "react-test-renderer": "17.0.2",
    "reactotron-react-native": "^5.0.3",
    "rn-nodeify": "^10.3.0",
    "ts-jest": "^26.0.5",
    "typescript": "^4.4.4"
  },
  "resolutions": {
    "@types/react": "^17",
    "react-native-svg": "^12.3.0",
    "react-native": "0.68.1"
  },
  "jest": {
    "preset": "react-native",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ],
    "transform": {},
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js|jsx)$",
    "testPathIgnorePatterns": [
      "\\.snap$",
      "node_modules/",
      "/node_modules/(?!react-native)/.+"
    ],
    "cacheDirectory": ".jest/cache",
    "globals": {
      "ts-jest": {
        "tsConfigFile": "tsconfig.json"
      }
    },
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/assetsTransformer.js",
      "\\.(css|less)$": "<rootDir>/assetsTransformer.js",
      "mobx$": "<rootDir>/node_modules/mobx/dist/",
      "mobx-react-lite$": "<rootDir>/node_modules/mobx-react-lite/dist/"
    },
    "transformIgnorePatterns": [
      "node_modules/(?!@ngrx|(?!deck.gl)|ng-dynamic)"
    ],
    "setupFiles": [
      "/Users/vineethnambiar/Reactnative/ethora/client-reactnative/jest.setup.js",
      "./node_modules/react-native-gesture-handler/jestSetup.js"
    ]
  },
  "babel": {
    "presets": [
      "module:metro-react-native-babel-preset"
    ],
    "plugins": [
      [
        "@babel/plugin-proposal-class-properties",
        {
          "loose": false
        }
      ],
      "react-native-reanimated/plugin"
    ]
  },
  "react-native": {
    "crypto": "react-native-crypto",
    "_stream_transform": "readable-stream/transform",
    "_stream_readable": "readable-stream/readable",
    "_stream_writable": "readable-stream/writable",
    "_stream_duplex": "readable-stream/duplex",
    "_stream_passthrough": "readable-stream/passthrough",
    "stream": "stream-browserify"
  },
  "browser": {
    "crypto": "react-native-crypto",
    "_stream_transform": "readable-stream/transform",
    "_stream_readable": "readable-stream/readable",
    "_stream_writable": "readable-stream/writable",
    "_stream_duplex": "readable-stream/duplex",
    "_stream_passthrough": "readable-stream/passthrough",
    "stream": "stream-browserify"
  }
}