weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

package.json (1624B)


      1 {
      2   "name": "WeechatNative",
      3   "version": "1.0.10",
      4   "private": true,
      5   "scripts": {
      6     "start": "expo start",
      7     "eject": "expo eject",
      8     "test": "jest",
      9     "lint": "eslint . --ext .ts --ext .tsx"
     10   },
     11   "dependencies": {
     12     "@react-native-async-storage/async-storage": "~1.15.0",
     13     "date-fns": "^2.16.1",
     14     "expo": "^44.0.0",
     15     "expo-notifications": "~0.14.0",
     16     "js-sha256": "^0.9.0",
     17     "react": "17.0.1",
     18     "react-native": "0.64.3",
     19     "react-native-drawer-layout": "https://github.com/mhoran/react-native-drawer-layout#91a2476",
     20     "react-native-drawer-layout-polyfill": "^2.0.0",
     21     "react-native-parsed-text": "^0.0.22",
     22     "react-redux": "^7.2.0",
     23     "redux": "^4.0.5",
     24     "redux-persist": "^6.0.0",
     25     "redux-thunk": "^2.2.0"
     26   },
     27   "devDependencies": {
     28     "@babel/core": "^7.16.5",
     29     "@testing-library/react-native": "^7.0.2",
     30     "@types/jest": "^26.0.14",
     31     "@types/react": "~17.0.21",
     32     "@types/react-native": "~0.64.12",
     33     "@types/react-redux": "^7.1.9",
     34     "@typescript-eslint/eslint-plugin": "^4.2.0",
     35     "@typescript-eslint/parser": "^4.2.0",
     36     "babel-jest": "^26.3.0",
     37     "babel-preset-expo": "9.0.1",
     38     "eslint": "^7.9.0",
     39     "eslint-config-prettier": "^6.12.0",
     40     "eslint-plugin-prettier": "^3.1.4",
     41     "jest": "^26.6.3",
     42     "jest-expo": "^44.0.0",
     43     "prettier": "^2.1.2",
     44     "redux-devtools-extension": "^2.13.8",
     45     "ts-jest": "^26.4.0",
     46     "tslib": "^2.0.1",
     47     "typescript": "~4.3.5"
     48   },
     49   "resolutions": {
     50     "react-native-drawer-layout-polyfill/react-native-drawer-layout": "https://github.com/mhoran/react-native-drawer-layout#91a2476"
     51   }
     52 }