forked from NextGenXplorer/Reshme_Info
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.46 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.46 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
{
"name": "reshmeinfo",
"license": "0BSD",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@google/generative-ai": "^0.24.1",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/datetimepicker": "8.4.4",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/bottom-tabs": "^7.4.7",
"@react-navigation/native": "^7.1.17",
"expo": "54.0.22",
"expo-constants": "~18.0.10",
"expo-font": "~14.0.9",
"expo-linear-gradient": "^15.0.7",
"expo-location": "^19.0.7",
"expo-notifications": "^0.32.11",
"expo-speech": "~14.0.7",
"expo-status-bar": "~3.0.8",
"firebase": "^12.3.0",
"groq-sdk": "^0.36.0",
"i18next": "^25.5.2",
"react": "19.1.0",
"react-i18next": "^15.7.3",
"react-native": "0.81.5",
"react-native-dotenv": "^3.4.11",
"react-native-google-mobile-ads": "^15.8.1",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-markdown-display": "^7.0.2",
"react-native-safe-area-context": "^5.6.1",
"react-native-screens": "~4.16.0",
"react-native-webview": "13.15.0",
"react-native-youtube-iframe": "^2.4.1"
},
"devDependencies": {
"@types/react": "~19.1.0",
"dotenv": "^17.2.2",
"typescript": "~5.9.2"
},
"private": true
}