{
"name": "react-native-harmony-tester",
"version": "1.0.0",
"private": true,
"scripts": {
"fast-install-project": "cd ../ && npm i --legacy-peer-deps && npm pack && cd ./example && npm i --legacy-peer-deps",
"fast:pkg":"npm run fast-install-project && npm run dev",
"i": "cd ../ && npm i && npm run pack && cd ./example && npm i",
"reStart": "npm run install:pkg && npm run codegen && hdc rport tcp:8081 tcp:8081 && react-native start",
"start": "hdc rport tcp:8081 tcp:8081 && react-native start",
"codegen": "react-native codegen-harmony --rnoh-module-path ./harmony/entry/oh_modules/@rnoh/react-native-openharmony",
"pack:pkg": "cd ../ && npm pack && cd ./example",
"install:pkg": "npm uninstall @react-native-ohos/masked-view && npm run pack:pkg && npm i @react-native-ohos/masked-view@file:../react-native-ohos-masked-view-0.2.10-rc.1.tgz",
"dev": "npm run codegen && react-native bundle-harmony --dev --minify=false",
"prod": "npm run codegen && react-native bundle-harmony --dev=false --minify=true",
"postinstall": "node ./scripts/create-build-profile"
},
"dependencies": {
"@gorhom/portal": "^1.0.14",
"@react-native-ohos/masked-view": "file:../react-native-ohos-masked-view-0.2.10-rc.1.tgz",
"@rnoh/testerino": "npm:@react-native-oh-tpl/testerino@0.0.9",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-harmony": "npm:@react-native-oh/react-native-harmony@^0.72.32"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/eslint-config": "^0.74.0",
"@react-native/metro-config": "^0.72.6",
"@tsconfig/react-native": "^2.0.2",
"@types/chai": "^4.3.4",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.5",
"@types/metro-config": "^0.76.2",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.14",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"csv-parser": "^3.0.0",
"eslint": "^8.19.0",
"eslint-plugin-prettier": "^5.0.1",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"json5": "^2.2.3",
"metro": "^0.76.3",
"metro-config": "^0.76.3",
"metro-react-native-babel-preset": "0.73.9",
"prettier": "3.2.4",
"react-test-renderer": "18.2.0",
"simple-statistics": "^7.8.3",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2",
"yargs": "^17.7.2"
},
"overrides": {
"@rnoh/react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27",
"@react-native-community/cli": "11.3.6",
"@react-native/codegen": "0.74.0"
},
"resolutions": {
"@react-native-community/cli": "11.3.6"
}
}