forked from chatwoot/chatwoot-mobile-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
130 lines (130 loc) · 5.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "@chatwoot/mobile-app",
"version": "1.10.53",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"clean": "watchman watch-del-all && yarn cache clean",
"test": "jest",
"lint": "eslint .",
"generate": "npx expo prebuild --clean",
"run:ios": "npx expo run:ios -d",
"run:android": "npx expo run:android -d",
"build:android:local": "dotenv -c -- eas build -p android --profile production --local",
"build:android": "eas build -p android --profile production",
"build:ios:local": "dotenv -c -- eas build -p ios --profile production --local",
"build:ios": "eas build -p ios --profile production",
"build:all:local": "dotenv -c -- eas build -p ios --profile production --local && dotenv -c -- eas build -p android --profile production --local",
"build:all": "eas build -p ios --profile production && eas build -p android --profile production",
"submit:android": "dotenv -c -- eas submit -p android --profile production",
"submit:ios": "dotenv -e .env -- eas submit --platform ios",
"submit:all": "dotenv -e .env -- eas submit -p ios --profile production && dotenv -e .env -- eas submit -p android --profile production",
"storybook-generate": "sb-rn-get-stories",
"storybook": "cross-env EXPO_STORYBOOK_ENABLED='true' expo start",
"storybook:ios": "cross-env EXPO_STORYBOOK_ENABLED='true' pnpm run:ios",
"storybook:android": "cross-env EXPO_STORYBOOK_ENABLED='true' expo android"
},
"dependencies": {
"@alantoa/lightbox": "0.3.1",
"@chatwoot/markdown-to-txt": "^2.0.4",
"@chatwoot/react-native-widget": "^0.0.21",
"@chatwoot/utils": "^0.0.25",
"@gorhom/bottom-sheet": "^4.6.3",
"@kesha-antonov/react-native-action-cable": "^1.1.4",
"@notifee/react-native": "^9.1.1",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-clipboard/clipboard": "^1.6.0",
"@react-native-community/blur": "^4.4.1",
"@react-native-community/netinfo": "^11.3.2",
"@react-native-firebase/app": "^21.0.0",
"@react-native-firebase/messaging": "^21.0.0",
"@react-native-menu/menu": "^1.1.7",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.10.1",
"@reduxjs/toolkit": "^1.9.5",
"@sentry/react-native": "^5.24.3",
"@shopify/flash-list": "^1.5.0",
"@types/lodash": "^4.17.9",
"axios": "^1.6.4",
"camelcase": "^8.0.0",
"camelcase-keys": "^7.0.2",
"cross-env": "^7.0.3",
"date-fns": "2.21.1",
"expo": "~51.0.28",
"expo-application": "~5.9.1",
"expo-av": "~14.0.7",
"expo-build-properties": "~0.12.5",
"expo-constants": "^16.0.2",
"expo-font": "~12.0.10",
"expo-haptics": "~13.0.1",
"expo-image": "~1.13.0",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"i18n-js": "^3.8.0",
"lodash": "^4.17.21",
"lodash.groupby": "^4.6.0",
"moment": "^2.30.1",
"react": "18.2.0",
"react-hook-form": "^7.52.1",
"react-native": "0.74.5",
"react-native-audio-recorder-player": "^3.6.11",
"react-native-autoheight-webview": "^1.6.5",
"react-native-controlled-mentions": "^2.2.5",
"react-native-device-info": "^11.1.0",
"react-native-document-picker": "^9.3.1",
"react-native-file-viewer": "^2.1.5",
"react-native-gesture-handler": "^2.17.1",
"react-native-image-picker": "^7.1.2",
"react-native-keyboard-controller": "^1.13.4",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-pager-view": "^6.2.1",
"react-native-permissions": "^5.0.0",
"react-native-reanimated": "3.14.0",
"react-native-safe-area-context": "^4.10.8",
"react-native-screens": "^3.32.0",
"react-native-snackbar": "^2.6.2",
"react-native-svg": "^15.4.0",
"react-native-track-player": "^4.1.1",
"react-native-webview": "^13.8.6",
"react-redux": "^8.1.2",
"reactotron-redux": "^3.1.10",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"rn-fetch-blob": "^0.12.0",
"semver": "^7.6.3",
"tailwindcss": "^3.4.12",
"twrnc": "^4.5.1",
"use-deep-compare-effect": "^1.8.1",
"zeego": "^1.10.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/slider": "^4.5.5",
"@storybook/addon-ondevice-actions": "^8.4.2",
"@storybook/addon-ondevice-controls": "^8.4.2",
"@storybook/react-native": "^8.4.2",
"@testing-library/jest-native": "^5.1.2",
"@testing-library/react-native": "^11.3.0",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.45",
"babel-loader": "^8.4.1",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"eslint-config-expo": "^7.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.6.3",
"prettier": "^3.3.3",
"react-dom": "18.2.0",
"react-native-dotenv": "^3.4.11",
"reactotron-react-native": "^5.1.8",
"typescript": "^5.1.3"
},
"private": true
}