mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
* [js/rn] upgrade dependencies for e2e test * use JDK11 only for gradle * expand variable
21 lines
546 B
JSON
21 lines
546 B
JSON
{
|
|
"name": "onnxruntime-reactnative-example",
|
|
"description": "Example app for onnxruntime-reactnative",
|
|
"version": "0.5.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.1.0",
|
|
"react-native": "^0.68.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.0",
|
|
"@babel/runtime": "^7.17.0",
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"metro-react-native-babel-preset": "^0.67.0"
|
|
}
|
|
}
|