onnxruntime/js/react_native/e2e/package.json

24 lines
622 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.77.0",
"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"
}
}