-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.6 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.6 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": "expo-example",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"postinstall": "npx expo prebuild",
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"paper": "rm -rf android ios && PAPER_ENABLED=1 npx expo prebuild",
"clean": "rm -rf node_modules android ios"
},
"dependencies": {
"@expo/metro-runtime": "~6.0.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/slider": "patch:@react-native-community/slider@npm%3A4.5.7#~/.yarn/patches/@react-native-community-slider-npm-4.5.7-658e0e58c9.patch",
"@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": "^54.0.0-preview.2",
"expo-camera": "~17.0.2",
"expo-status-bar": "~3.0.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.0",
"react-native-gesture-handler": "workspace:*",
"react-native-reanimated": "^3.19.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.14.0",
"react-native-svg": "15.12.1",
"react-native-web": "^0.21.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~19.1.10",
"@types/react-dom": "~18.0.8",
"@types/react-native-web": "^0",
"typescript": "~5.9.2"
},
"private": true,
"installConfig": {
"hoistingLimits": "workspaces",
"selfReferences": false
}
}