Facebook
From Jittery Sheep, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 175
  1. {
  2.   "name": "Project",
  3.   "version": "1.0.0",
  4.   "private": true,
  5.   "scripts": {
  6.     "start": "node node_modules/react-native/local-cli/cli.js start",
  7.     "pretest": "./node_modules/.bin/eslint -c .eslintrc --ext .js src",
  8.     "test": "jest",
  9.     "postinstall": "npx jetify"
  10.   },
  11.   "jest": {
  12.     "preset": "react-native",
  13.     "setupFiles": [
  14.       "<rootDir>/jest.setup.js"
  15.     ],
  16.     "transformIgnorePatterns": [
  17.       "node_modules/(?!react-native|tcomb-form-native|apsl-react-native-button,react-native-device-info|react-clone-referenced-element)"
  18.     ],
  19.     "collectCoverage": true,
  20.     "verbose": true
  21.   },
  22.   "rnpm": {
  23.     "assets": [
  24.       "./src/fonts"
  25.     ]
  26.   },
  27.   "dependencies": {
  28.     "@babel/eslint-parser": "^7.14.4",
  29.     "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  30.     "@babel/runtime": "^7.12.5",
  31.     "@gregfrench/react-native-wheel-picker": "^1.2.14",
  32.     "@react-native-community/async-storage": "^1.12.1",
  33.     "@react-native-community/netinfo": "^4.7.0",
  34.     "@react-native-community/push-notification-ios": "^1.8.0",
  35.     "@react-native-firebase/analytics": "^7.6.10",
  36.     "@react-native-firebase/app": "^8.4.7",
  37.     "@react-native-firebase/messaging": "^7.9.2",
  38.     "@stream-io/flat-list-mvcp": "^0.10.1",
  39.     "aws-sdk": "^2.924.0",
  40.     "axios": "^0.18.0",
  41.     "crypto-js": "^3.3.0",
  42.     "es6-symbol": "^3.1.3",
  43.     "firebase": "^7.24.0",
  44.     "grpc": "^1.24.10",
  45.     "hermes-engine": "^0.8.0",
  46.     "highlight.js": "^11.0.1",
  47.     "install": "^0.12.1",
  48.     "jsc-android": "^241213.2.0",
  49.     "lottie-ios": "^3.2.3",
  50.     "lottie-react-native": "^3.5.0",
  51.     "md5": "^2.3.0",
  52.     "node-pre-gyp": "^0.11.0",
  53.     "npm": "^6.14.13",
  54.     "nt-transmit-transparently": "^1.0.7",
  55.     "object-hash": "^1.3.0",
  56.     "patch-package": "^6.4.7",
  57.     "prop-types": "^15.5.10",
  58.     "react": "^17.0.2",
  59.     "react-addons-perf": "^15.4.2",
  60.     "react-native": "^0.64.2",
  61.     "react-native-circles": "^1.0.1",
  62.     "react-native-cookies": "^3.3.0",
  63.     "react-native-device-info": "^5.6.5",
  64.     "react-native-exception-handler": "^2.10.10",
  65.     "react-native-extra-dimensions-android": "^1.2.5",
  66.     "react-native-fast-image": "^8.3.4",
  67.     "react-native-fbsdk": "^2.0.0",
  68.     "react-native-fs": "^2.18.0",
  69.     "react-native-gesture-handler": "^1.10.3",
  70.     "react-native-iap": "^4.6.3",
  71.     "react-native-image-header-scroll-view": "^0.10.3",
  72.     "react-native-keyboard-accessory": "^0.1.15",
  73.     "react-native-keyboard-aware-scroll-view": "^0.4.1",
  74.     "react-native-lightbox": "^0.8.1",
  75.     "react-native-linear-gradient": "^2.3.0",
  76.     "react-native-permissions": "^2.2.2",
  77.     "react-native-push-notification": "^7.3.1",
  78.     "react-native-rate": "^1.2.6",
  79.     "react-native-reanimated": "^2.2.0",
  80.     "react-native-root-toast": "^3.2.1",
  81.     "react-native-router-flux": "^4.3.1",
  82.     "react-native-safe-area-context": "^3.2.0",
  83.     "react-native-screens": "^3.3.0",
  84.     "react-native-segmented-round-display": "^1.0.0",
  85.     "react-native-share": "^1.0.24",
  86.     "react-native-shimmer-placeholder": "^1.0.36",
  87.     "react-native-size-matters": "^0.3.1",
  88.     "react-native-snap-carousel": "^3.9.1",
  89.     "react-native-sound": "^0.11.0",
  90.     "react-native-splash-screen": "3.0.6",
  91.     "react-native-svg": "^12.1.1",
  92.     "react-native-swipe-list-view": "^3.2.8",
  93.     "react-native-tts": "^3.3.0",
  94.     "react-native-vector-icons": "^4.2.0",
  95.     "react-redux": "^7.2.4",
  96.     "recyclerlistview": "^1.3.4",
  97.     "redux": "^4.1.0",
  98.     "redux-logger": "^3.0.6",
  99.     "redux-persist-filesystem-storage": "^2.2.0",
  100.     "redux-thunk": "^2.1.0",
  101.     "regenerator": "^0.13.2",
  102.     "rn-fetch-blob": "^0.11.2",
  103.     "scheduler": "^0.11.2",
  104.     "symbol-observable": "^4.0.0",
  105.     "url-parse": "^1.5.1"
  106.   },
  107.   "devDependencies": {
  108.     "@babel/core": "^7.12.9",
  109.     "@babel/plugin-proposal-decorators": "^7.14.2",
  110.     "babel-plugin-transform-remove-console": "^6.9.4",
  111.     "babel-preset-react-native": "5.0.0",
  112.     "eslint": "^3.9.1",
  113.     "eslint-config-airbnb": "^15.0.2",
  114.     "eslint-plugin-import": "^2.23.4",
  115.     "eslint-plugin-jsx-a11y": "^5.1.1",
  116.     "eslint-plugin-react": "^7.24.0",
  117.     "jest": "^25.5.4",
  118.     "jetifier": "^1.6.8",
  119.     "metro-react-native-babel-preset": "0.51.0",
  120.     "schedule": "^0.5.0"
  121.   }
  122. }