-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
178 lines (178 loc) · 6.01 KB
/
package.json
File metadata and controls
178 lines (178 loc) · 6.01 KB
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"name": "ment-app",
"main": "index.js",
"version": "1.0.33",
"scripts": {
"start": "node ./scripts/start-with-local-ip.js",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"generate:api": "openapi-ts",
"generate:api:watch": "openapi-ts --watch",
"ios": "SENTRY_DISABLE_AUTO_UPLOAD=true expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint",
"clean": "rm -rf .expo node_modules",
"typecheck": "tsc --noEmit",
"format": "prettier --write .",
"format:check": "prettier --check .",
"plugin:build": "tsc -p ./plugin/tsconfig.json",
"plugin:watch": "expo-module build plugin",
"plugin:test": "expo-module test plugin",
"postinstall": "patch-package && chmod a+x ./scripts/sodium-framework.sh && ./scripts/sodium-framework.sh",
"feature:start": "bash ./scripts/gitflow-feature-start.sh",
"feature:finish": "bash ./scripts/gitflow-feature-finish.sh",
"release:start": "bash ./scripts/gitflow-release-start.sh",
"release:promote": "bash ./scripts/gitflow-promote-to-main.sh",
"prepare": "husky"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"enabled": true
}
},
"autolinking": {
"android": {
"buildFromSource": [
"expo-notifications",
"expo-haptics",
"expo-media-library",
"@sentry/react-native",
"react-native-pager-view"
]
}
}
},
"dependencies": {
"@backpackapp-io/react-native-toast": "^0.13.0",
"@bacons/apple-targets": "^0.2.1",
"@config-plugins/react-native-webrtc": "^13.0.0",
"@dev-plugins/react-navigation": "~0.4.0",
"@expo/config-plugins": "~54.0.1",
"@expo/vector-icons": "^15.0.3",
"@gorhom/bottom-sheet": "^5.1.8",
"@haileyok/bluesky-video": "^0.3.1",
"@hey-api/openapi-ts": "^0.81.0",
"@hookform/resolvers": "^3.6.0",
"@likashefqet/react-native-image-zoom": "^4.2.1",
"@livekit/react-native": "^2.9.4",
"@livekit/react-native-expo-plugin": "^1.0.1",
"@livekit/react-native-webrtc": "^137.0.2",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@radix-ui/react-label": "^2.0.2",
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-native-community/datetimepicker": "^8.5.1",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-menu/menu": "^2.0.0",
"@react-navigation/native": "^7.0.14",
"@rn-primitives/slot": "^1.0.3",
"@rn-primitives/switch": "^1.0.3",
"@rn-primitives/types": "^1.0.3",
"@sentry/react-native": "^7.8.0",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-query": "^5.51.23",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.7.4",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"dayjs": "^1.11.13",
"events": "^3.3.0",
"expo": "^54.0.22",
"expo-application": "~7.0.7",
"expo-blur": "~15.0.7",
"expo-build-properties": "~1.0.9",
"expo-clipboard": "~8.0.7",
"expo-constants": "~18.0.10",
"expo-contacts": "~15.0.10",
"expo-dev-client": "~6.0.17",
"expo-device": "~8.0.9",
"expo-file-system": "~19.0.17",
"expo-font": "~14.0.9",
"expo-haptics": "~15.0.7",
"expo-image": "~3.0.10",
"expo-image-manipulator": "~14.0.7",
"expo-image-picker": "~17.0.8",
"expo-linear-gradient": "~15.0.7",
"expo-linking": "~8.0.8",
"expo-localization": "~17.0.7",
"expo-location": "~19.0.7",
"expo-media-library": "~18.2.0",
"expo-navigation-bar": "~5.0.9",
"expo-notifications": "file:./expo-notifications",
"expo-router": "~6.0.14",
"expo-screen-orientation": "~9.0.7",
"expo-share-intent": "^5.1.0",
"expo-sharing": "^14.0.7",
"expo-sms": "~14.0.7",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-system-ui": "~6.0.8",
"expo-task-manager": "14.0.9",
"expo-updates": "^29.0.12",
"expo-video": "~3.0.14",
"expo-web-browser": "~15.0.9",
"i18n-js": "^4.5.1",
"install": "^0.13.0",
"jotai": "^2.13.1",
"libphonenumber-js": "^1.12.8",
"link-preview-js": "^3.0.14",
"livekit-client": "^2.15.14",
"lucide-react-native": "^0.552.0",
"nanoid": "^5.1.2",
"patch-package": "^8.0.0",
"pressto": "^0.6.0",
"process": "^0.11.10",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.52.0",
"react-native": "0.81.5",
"react-native-compressor": "^1.13.0",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "^1.11.0",
"react-native-keyboard-controller": "^1.19.6",
"react-native-libsodium": "^1.5.0",
"react-native-marked": "^7.0.2",
"react-native-otp-entry": "1.7.2",
"react-native-otp-verify": "^1.1.8",
"react-native-pager-view": "^8.0.0",
"react-native-pressable-opacity": "^1.0.10",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "~4.16.0",
"react-native-static-safe-area-insets": "^2.2.0",
"react-native-svg": "15.12.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-vision-camera": "^4.7.2",
"react-native-web": "^0.21.0",
"react-native-worklets": "^0.6.1",
"react-query-external-sync": "^2.2.3",
"socket.io-client": "^4.7.5",
"stream-browserify": "^3.0.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.16",
"@types/react": "~19.1.10",
"@types/uuid": "^10.0.0",
"husky": "^9.1.7",
"jest": "^29.2.1",
"jest-expo": "~54.0.13",
"prettier": "^3.6.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.9.2"
},
"private": true,
"packageManager": "pnpm@9.9.0+sha256.7a4261e50d9a44d9240baf6c9d6e10089dcf0a79d0007f2a26985a6927324177"
}