{
"name": "ReactProject",
"version": "0.0.1",
"private": true,
"scripts": {
"lint": "eslint .",
"start": "react-native start --reset-cache --client-logs",
"dev": "react-native bundle-harmony --dev false --bundle-output ../NativeProject/entry/src/main/resources/rawfile/bundle.harmony.js"
},
"dependencies": {
"react": "19.1.1",
"react-native": "0.82.1",
"@react-native-oh/react-native-harmony": "0.82.7",
"react-native-performance": "^5.1.2",
"third-party-library": "file:../third-party-library-sample/third-party-library-sample-1.0.0.tgz"
},
"devDependencies": {
"@react-native-community/cli": "20.0.0",
"@react-native-oh/react-native-harmony-cli": "0.82.7",
"@react-native/babel-preset": "0.82.1",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native/eslint-config": "0.82.1",
"@react-native/typescript-config": "0.82.1",
"@react-native/metro-config": "0.82.1",
"@types/react": "^19.1.1",
"@types/react-test-renderer": "^19.1.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "19.1.1",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=20"
}
}