-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
107 lines (107 loc) · 3.61 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
{
"name": "super",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"prebuild": "expo prebuild",
"build-web": "expo export -p web",
"ota": "eas update --branch next",
"ota:production": "eas update --branch production",
"submit:next": "eas build --platform ios --profile next --no-wait --non-interactive --auto-submit",
"submit:ios": "eas build --platform ios --profile production --no-wait --non-interactive --auto-submit",
"submit:android": "eas build --platform android --profile production --no-wait --non-interactive --auto-submit",
"postinstall": "patch-package"
},
"dependencies": {
"@bugsnag/expo": "^50.0.0",
"@deepgram/sdk": "^3.2.0",
"@dotlottie/react-player": "^1.6.19",
"@expo/metro-runtime": "~3.1.3",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@react-native-community/netinfo": "11.1.0",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@shopify/flash-list": "1.6.3",
"@shopify/react-native-skia": "0.1.221",
"@types/culori": "^2.1.0",
"@types/humanize-duration": "^3.27.4",
"@types/jest": "^29.5.12",
"add": "^2.0.6",
"axios": "^1.6.8",
"culori": "^4.0.1",
"date-fns": "^2.29.1",
"expo": "~50.0.17",
"expo-application": "~5.8.4",
"expo-asset": "~9.0.2",
"expo-av": "~13.10.6",
"expo-build-properties": "~0.11.1",
"expo-constants": "~15.4.6",
"expo-crypto": "~12.8.1",
"expo-device": "~5.9.4",
"expo-file-system": "~16.0.9",
"expo-haptics": "~12.8.1",
"expo-image": "~1.10.6",
"expo-image-manipulator": "~11.8.0",
"expo-image-picker": "~14.7.1",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.2.2",
"expo-localization": "~14.8.4",
"expo-network": "~5.8.0",
"expo-notifications": "~0.27.7",
"expo-router": "~3.4.10",
"expo-sensors": "~12.9.1",
"expo-status-bar": "~1.11.1",
"expo-store-review": "~6.8.3",
"expo-system-ui": "~2.9.4",
"expo-task-manager": "~11.7.3",
"expo-updates": "~0.24.12",
"expo-web-browser": "~12.8.2",
"framer-motion": "^11.2.2",
"humanize-duration": "^3.32.0",
"isomorphic-onnxruntime": "^1.0.0",
"jest": "^29.7.0",
"jotai": "^2.7.2",
"libphonenumber-js": "^1.10.59",
"lottie-react-native": "6.5.1",
"onnxruntime-react-native": "1.17.3",
"onnxruntime-web": "1.17.3",
"opus-decoder": "^0.7.6",
"patch-package": "^8.0.0",
"posthog-react-native": "^3.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-ble-plx": "^3.1.2",
"react-native-gesture-handler": "~2.14.0",
"react-native-localize": "^3.0.6",
"react-native-mmkv": "^2.12.2",
"react-native-oksse": "^0.2.0",
"react-native-quick-base64": "2.0.8",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-sse": "^1.2.1",
"react-native-svg": "14.1.0",
"react-native-typography": "^1.4.1",
"react-native-vision-camera": "^3.9.2",
"react-native-web": "~0.19.6",
"react-native-webview": "13.6.4",
"react-native-worklets-core": "^0.4.0",
"react-native-zip-archive": "^6.1.0",
"sweetalert2": "^11.11.0",
"ts-jest": "^29.1.2",
"wavefile": "^11.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"@types/web-bluetooth": "^0.0.20",
"typescript": "^5.1.3"
},
"private": true
}