-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.75 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
{
"name": "voice",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.3",
"@expo/vector-icons": "^14.0.4",
"@google-cloud/speech": "^6.7.0",
"@google-cloud/storage": "^7.13.0",
"@google-cloud/translate": "^8.5.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-firebase/app": "^21.0.0",
"@react-native-firebase/auth": "^21.0.0",
"@react-native-firebase/firestore": "^21.0.0",
"@react-native-firebase/storage": "^21.0.0",
"@react-navigation/native": "^6.1.18",
"@shopify/flash-list": "^1.6.4",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"expo": "~51.0.35",
"expo-av": "~14.0.7",
"expo-file-system": "~17.0.1",
"expo-font": "^12.0.10",
"expo-router": "~3.5.23",
"expo-speech": "~12.0.2",
"expo-status-bar": "~1.12.1",
"firebase": "^10.13.2",
"google-translate-api": "^2.3.0",
"he": "^1.2.0",
"install": "^0.13.0",
"microphone-stream": "^6.0.1",
"nativewind": "^2.0.11",
"node-record-lpcm16": "^1.0.1",
"npm": "^10.8.3",
"postcss": "^8.4.47",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-audio-record": "^0.2.2",
"react-native-chart-kit": "^6.12.0",
"react-native-dotenv": "^3.4.11",
"react-native-linear-gradient": "^2.8.3",
"react-native-paper": "^5.12.5",
"react-native-permissions": "^4.1.5",
"react-native-svg": "^15.7.1",
"expo-updates": "~0.25.26"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"tailwindcss": "^3.3.2"
},
"private": true
}