-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
70 lines (70 loc) · 2.28 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
{
"name": "safecantonese.ai.app",
"version": "1.8.4",
"main": "expo-router/entry",
"license": "GPL-3.0-or-later",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@config-plugins/ffmpeg-kit-react-native": "^6.0.0",
"@expo/config-plugins": "^7.8.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/blur": "^4.3.2",
"@react-native-community/datetimepicker": "7.6.1",
"@react-native-community/netinfo": "11.1.0",
"@react-native-picker/picker": "2.6.1",
"@types/humanize-duration": "^3.27.4",
"@types/react-native-share-menu": "^5.0.5",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-native-version-check": "^3.4.8",
"expo": "~50.0.17",
"expo-av": "~13.10.6",
"expo-build-properties": "~0.11.1",
"expo-clipboard": "~5.0.1",
"expo-constants": "~15.4.6",
"expo-dev-client": "~3.3.11",
"expo-doctor": "1.0.7",
"expo-document-picker": "~11.10.1",
"expo-file-system": "~16.0.9",
"expo-linking": "~6.2.2",
"expo-notifications": "~0.27.7",
"expo-router": "~3.4.10",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"ffmpeg-kit-react-native": "^6.0.2",
"generate-license-file": "2.0.0",
"humanize-duration": "^3.31.0",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-background-actions": "^3.0.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-paper": "^5.12.1",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-share-menu": "^6.0.0",
"react-native-splash-screen": "^3.3.0",
"react-native-tip": "^0.0.23",
"react-native-ui-lib": "^7.14.4",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^10.0.3",
"react-native-version-check": "^3.4.7",
"react-native-zip-archive": "^6.1.0",
"whisper.rn": "^0.3.9"
},
"resolutions": {
"react-refresh": "~0.14.0",
"wrap-ansi": "7.0.0",
"string-width": "4.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"babel-preset-expo": "^10.0.2",
"typescript": "^5.1.3"
}
}