{ "name": "tailchat-shared", "version": "1.0.0", "main": "index.tsx", "repository": "https://github.com/msgbyte/tailchat.git", "author": "moonrailgun ", "license": "GPLv3", "private": true, "dependencies": { "@reduxjs/toolkit": "^1.6.0", "axios": "^0.21.1", "crc": "^3.8.0", "dayjs": "^1.10.6", "events": "^3.3.0", "formik": "^2.2.9", "i18next": "^20.3.2", "i18next-http-backend": "^1.2.6", "lodash": "^4.17.21", "react-i18next": "^11.11.0", "react-native-storage": "npm:@trpgengine/react-native-storage@^1.0.1", "react-query": "^3.18.1", "react-redux": "^7.2.4", "redux": "^4.1.0", "str2int": "^1.0.0", "url-regex": "^5.0.0", "yup": "^0.32.9" }, "devDependencies": { "@types/crc": "^3.4.0", "@types/lodash": "^4.14.170" }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2" } }