-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.39 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
{
"name": "expo-example",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"postinstall": "npx expo prebuild",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"clean": "rm -rf node_modules android ios"
},
"dependencies": {
"@expo/metro-runtime": "~5.0.2",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/slider": "4.5.6",
"@react-native-community/viewpager": "5.0.11",
"@react-navigation/elements": "^2.3.8",
"@react-navigation/native": "^7.1.6",
"@react-navigation/stack": "^7.2.10",
"@swmansion/icons": "^0.0.1",
"common-app": "workspace:*",
"expo": "^53.0.9",
"expo-camera": "~16.1.1",
"expo-status-bar": "~2.2.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.2",
"react-native-gesture-handler": "workspace:*",
"react-native-reanimated": "^3.18.0",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "^4.10.0",
"react-native-svg": "15.11.2",
"react-native-web": "^0.20.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "^19.0.12",
"@types/react-dom": "^19",
"@types/react-native-web": "^0",
"typescript": "~5.8.3"
},
"private": true,
"installConfig": {
"hoistingLimits": "workspaces",
"selfReferences": false
}
}