mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### Description Updating react-native to 0.70.15 ### Motivation and Context To address the issue with the failed checksum after boost switching URL from Jfrog
24 lines
623 B
JSON
24 lines
623 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.70.15",
|
|
"react-native-fs": "^2.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.0",
|
|
"@babel/runtime": "^7.17.0",
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"detox": "^20.7.0",
|
|
"jest": "^29",
|
|
"metro-react-native-babel-preset": "0.72.4"
|
|
}
|
|
}
|