-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.37 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.37 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
{
"name": "test-app",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios --clear",
"web": "expo start --web --clear"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^7.3.13",
"@react-navigation/native": "^7.1.9",
"@react-navigation/native-stack": "^7.3.13",
"@reduxjs/toolkit": "^2.8.2",
"apisauce": "2.1.5",
"axios": "0.27.2",
"expo": "~53.0.9",
"expo-image": "~2.1.7",
"expo-status-bar": "~2.2.3",
"expo-web-browser": "~14.1.6",
"react": "19.0.0",
"react-native": "0.79.2",
"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",
"react-native-switch-selector": "^2.3.0",
"react-redux": "^9.2.0",
"redux-saga": "1.2.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~19.0.10",
"babel-plugin-module-resolver": "^5.0.2",
"react-native-dotenv": "^3.4.11",
"react-native-svg-transformer": "^1.5.1",
"typescript": "~5.8.3"
},
"private": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}