|
1 | 1 | { |
2 | 2 | "name": "@chatwoot/mobile-app", |
3 | | - "version": "1.10.52", |
| 3 | + "version": "1.10.55", |
4 | 4 | "main": "expo/AppEntry.js", |
5 | 5 | "scripts": { |
6 | 6 | "start": "expo start", |
|
10 | 10 | "test": "jest", |
11 | 11 | "lint": "eslint .", |
12 | 12 | "generate": "npx expo prebuild --clean", |
| 13 | + "generate:soft": "npx expo prebuild", |
13 | 14 | "run:ios": "npx expo run:ios -d", |
14 | 15 | "run:android": "npx expo run:android -d", |
15 | 16 | "build:android:local": "dotenv -c -- eas build -p android --profile production --local", |
|
27 | 28 | "storybook:android": "cross-env EXPO_STORYBOOK_ENABLED='true' expo android" |
28 | 29 | }, |
29 | 30 | "dependencies": { |
| 31 | + "@alantoa/lightbox": "0.3.1", |
| 32 | + "@chatwoot/markdown-to-txt": "^2.0.4", |
30 | 33 | "@chatwoot/react-native-widget": "^0.0.21", |
31 | 34 | "@chatwoot/utils": "^0.0.25", |
32 | 35 | "@gorhom/bottom-sheet": "^4.6.3", |
|
44 | 47 | "@reduxjs/toolkit": "^1.9.5", |
45 | 48 | "@sentry/react-native": "^5.24.3", |
46 | 49 | "@shopify/flash-list": "^1.5.0", |
| 50 | + "@types/lodash": "^4.17.9", |
47 | 51 | "axios": "^1.6.4", |
| 52 | + "camelcase": "^8.0.0", |
| 53 | + "camelcase-keys": "^7.0.2", |
48 | 54 | "cross-env": "^7.0.3", |
49 | 55 | "date-fns": "2.21.1", |
50 | 56 | "expo": "~51.0.28", |
51 | 57 | "expo-application": "~5.9.1", |
| 58 | + "expo-av": "~14.0.7", |
52 | 59 | "expo-build-properties": "~0.12.5", |
| 60 | + "expo-constants": "^16.0.2", |
53 | 61 | "expo-font": "~12.0.10", |
54 | 62 | "expo-haptics": "~13.0.1", |
55 | 63 | "expo-image": "~1.13.0", |
|
58 | 66 | "expo-system-ui": "~3.0.7", |
59 | 67 | "expo-web-browser": "~13.0.3", |
60 | 68 | "i18n-js": "^3.8.0", |
61 | | - "lodash.filter": "^4.6.0", |
| 69 | + "lodash": "^4.17.21", |
62 | 70 | "lodash.groupby": "^4.6.0", |
63 | | - "markdown-it": "^12.3.2", |
64 | 71 | "moment": "^2.30.1", |
65 | | - "prop-types": "^15.8.1", |
66 | 72 | "react": "18.2.0", |
67 | 73 | "react-hook-form": "^7.52.1", |
68 | 74 | "react-native": "0.74.5", |
69 | | - "react-native-animatable": "^1.3.3", |
| 75 | + "react-native-audio-recorder-player": "^3.6.11", |
70 | 76 | "react-native-autoheight-webview": "^1.6.5", |
71 | 77 | "react-native-controlled-mentions": "^2.2.5", |
72 | 78 | "react-native-device-info": "^11.1.0", |
73 | 79 | "react-native-document-picker": "^9.3.1", |
| 80 | + "react-native-file-viewer": "^2.1.5", |
74 | 81 | "react-native-gesture-handler": "^2.17.1", |
75 | | - "react-native-html-parser": "^0.1.0", |
76 | | - "react-native-image-pan-zoom": "^2.1.12", |
77 | 82 | "react-native-image-picker": "^7.1.2", |
78 | 83 | "react-native-keyboard-controller": "^1.13.4", |
79 | | - "react-native-linear-gradient": "^2.8.3", |
80 | 84 | "react-native-markdown-display": "^7.0.0-alpha.2", |
81 | 85 | "react-native-pager-view": "^6.2.1", |
82 | 86 | "react-native-permissions": "^5.0.0", |
83 | 87 | "react-native-reanimated": "^3.14.0", |
84 | | - "react-native-render-html": "^6.3.4", |
85 | 88 | "react-native-safe-area-context": "^4.10.8", |
86 | 89 | "react-native-screens": "^3.32.0", |
87 | 90 | "react-native-snackbar": "^2.6.2", |
88 | 91 | "react-native-svg": "^15.4.0", |
89 | | - "react-native-tab-view": "^3.5.2", |
| 92 | + "react-native-track-player": "^4.1.1", |
90 | 93 | "react-native-webview": "^13.8.6", |
91 | 94 | "react-redux": "^8.1.2", |
| 95 | + "reactotron-redux": "^3.1.10", |
92 | 96 | "redux": "^4.2.1", |
93 | 97 | "redux-persist": "^6.0.0", |
| 98 | + "rn-fetch-blob": "^0.12.0", |
94 | 99 | "semver": "^7.6.3", |
95 | 100 | "tailwindcss": "^3.4.12", |
96 | | - "twrnc": "^4.5.1" |
| 101 | + "twrnc": "^4.5.1", |
| 102 | + "use-deep-compare-effect": "^1.8.1", |
| 103 | + "zeego": "^1.10.0" |
97 | 104 | }, |
98 | 105 | "devDependencies": { |
99 | 106 | "@babel/core": "^7.20.0", |
|
0 commit comments