-
Notifications
You must be signed in to change notification settings - Fork 289
/
package.json
110 lines (110 loc) · 4.25 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
{
"name": "@chatwoot/mobile-app",
"version": "1.10.52",
"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"
},
"dependencies": {
"@chatwoot/react-native-widget": "^0.0.21",
"@chatwoot/utils": "^0.0.25",
"@gorhom/bottom-sheet": "^4.6.3",
"@react-native-community/blur": "^4.4.1",
"@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/netinfo": "^11.3.2",
"@react-native-firebase/app": "^21.0.0",
"@react-native-firebase/messaging": "^21.0.0",
"@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",
"axios": "^1.6.4",
"date-fns": "2.21.1",
"expo": "~51.0.28",
"expo-application": "~5.9.1",
"expo-build-properties": "~0.12.5",
"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.filter": "^4.6.0",
"lodash.groupby": "^4.6.0",
"markdown-it": "^12.3.2",
"moment": "^2.30.1",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-hook-form": "^7.52.1",
"react-native": "0.74.5",
"react-native-animatable": "^1.3.3",
"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-gesture-handler": "^2.17.1",
"react-native-html-parser": "^0.1.0",
"react-native-image-pan-zoom": "^2.1.12",
"react-native-image-picker": "^7.1.2",
"react-native-linear-gradient": "^2.8.3",
"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-render-html": "^6.3.4",
"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-tab-view": "^3.5.2",
"react-native-webview": "^13.8.6",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"semver": "^7.6.3",
"tailwindcss": "^3.4.12",
"twrnc": "^4.5.1",
"react-native-keyboard-controller": "^1.13.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/jest-native": "^5.1.2",
"@testing-library/react-native": "^11.3.0",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.45",
"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",
"reactotron-react-native": "^5.1.8",
"typescript": "^5.1.3"
},
"private": true
}