2021-05-11 17:34:40 +00:00
|
|
|
{
|
|
|
|
|
"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",
|
2025-01-28 17:53:13 +00:00
|
|
|
"start": "react-native start",
|
|
|
|
|
"lint": "eslint .",
|
|
|
|
|
"test": "jest"
|
2021-05-11 17:34:40 +00:00
|
|
|
},
|
2025-02-04 17:53:20 +00:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
},
|
2021-05-11 17:34:40 +00:00
|
|
|
"dependencies": {
|
2025-01-28 17:53:13 +00:00
|
|
|
"react": "^18.2.0",
|
2025-02-04 17:53:20 +00:00
|
|
|
"react-native": "^0.72.17",
|
2023-10-02 02:25:28 +00:00
|
|
|
"react-native-fs": "^2.20.0"
|
2021-05-11 17:34:40 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-01-28 17:53:13 +00:00
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
|
"@babel/preset-env": "^7.20.0",
|
|
|
|
|
"@babel/runtime": "^7.20.0",
|
2025-02-04 17:53:20 +00:00
|
|
|
"@react-native/eslint-config": "^0.72.2",
|
|
|
|
|
"@react-native/metro-config": "^0.72.12",
|
|
|
|
|
"@tsconfig/react-native": "^3.0.0",
|
2025-01-28 17:53:13 +00:00
|
|
|
"@types/jest": "^29.2.1",
|
|
|
|
|
"@types/react": "^18.0.24",
|
|
|
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
|
|
|
"babel-jest": "^29.2.1",
|
2021-05-11 17:34:40 +00:00
|
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
2025-01-28 17:53:13 +00:00
|
|
|
"detox": "20.10.0",
|
|
|
|
|
"jest": "^29.2.1",
|
2025-02-04 17:53:20 +00:00
|
|
|
"metro-react-native-babel-preset": "0.76.9",
|
2025-01-28 17:53:13 +00:00
|
|
|
"prettier": "^2.4.1",
|
|
|
|
|
"react-test-renderer": "18.2.0",
|
|
|
|
|
"typescript": "4.8.4"
|
2021-05-11 17:34:40 +00:00
|
|
|
}
|
|
|
|
|
}
|