-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 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
{
"name": "news-app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"axios": "^1.8.1",
"build": "^0.1.4",
"eas-cli": "^15.0.12",
"expo": "~52.0.28",
"expo-constants": "^17.0.5",
"expo-dev-client": "~5.0.12",
"expo-linking": "^7.0.5",
"expo-router": "~4.0.17",
"expo-speech-recognition": "^1.1.1",
"expo-status-bar": "~2.0.1",
"ios": "^0.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.6",
"react-native-gesture-handler": "^2.22.1",
"react-native-reanimated": "^3.16.7",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "^4.5.0",
"react-native-voice": "^0.3.0",
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}