-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.1 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
{
"name": "my-app",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --verbose"
},
"dependencies": {
"@react-navigation/native": "^7.1.7",
"@react-navigation/native-stack": "^7.3.11",
"axios": "^1.9.0",
"expo": "~53.0.5",
"expo-status-bar": "~2.2.3",
"jest": "^29.7.0",
"react": "19.0.0",
"react-native": "0.79.2",
"react-native-blob-util": "^0.21.2",
"react-native-file-viewer": "^2.1.5",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.10.0",
"react-native-svg": "15.11.2",
"expo-system-ui": "~5.0.11"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.27.1",
"@types/jest": "^29.5.14",
"@types/react": "~19.0.10",
"react-native-svg-transformer": "^1.5.1",
"ts-jest": "^29.3.2",
"typescript": "~5.8.3"
},
"private": true
}