-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·30 lines (30 loc) · 808 Bytes
/
package.json
File metadata and controls
executable file
·30 lines (30 loc) · 808 Bytes
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
{
"name": "react-native-api-debugger-example",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~5.0.4",
"@react-native-clipboard/clipboard": "^1.16.3",
"expo": "~53.0.17",
"expo-status-bar": "~2.2.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.5",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~3.17.4",
"react-native-shake": "^6.7.8",
"react-native-web": "~0.20.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"react-native-builder-bob": "^0.40.8",
"react-native-monorepo-config": "^0.1.9"
},
"private": true
}