-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
44 lines (44 loc) · 1.28 KB
/
package.json
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
{
"name": "react-native-zoom-toolkit-example",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
"@react-navigation/drawer": "^6.6.15",
"@shopify/react-native-skia": "1.5.0",
"expo": "^52.0.4",
"expo-av": "~15.0.1",
"expo-constants": "~17.0.2",
"expo-image": "~2.0.0",
"expo-image-manipulator": "~13.0.5",
"expo-linking": "~7.0.2",
"expo-media-library": "~17.0.2",
"expo-router": "~4.0.2",
"expo-screen-orientation": "~8.0.0",
"expo-status-bar": "~2.0.0",
"fbemitter": "^3.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-image-viewing": "^0.2.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.0.0",
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@expo/webpack-config": "~19.0.1",
"@types/fbemitter": "^2.0.35",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^5.0.0"
},
"private": true
}