-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 817 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 817 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
31
{
"name": "react-native-transformers-example",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"postinstall": "patch-package"
},
"dependencies": {
"@expo/metro-runtime": "~5.0.4",
"expo": "~53.0.9",
"expo-file-system": "~18.1.10",
"expo-status-bar": "~2.2.3",
"onnxruntime-react-native": "^1.22.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.2",
"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
}