{
  "name": "RNHomeFluency",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "lint": "eslint .",
    "start": "hdc rport tcp:8081 tcp:8081 && npm run codegen && react-native start",
    "test": "jest",
    "dev": "npm run codegen && react-native bundle-harmony --dev --bundle-output ../HomeFluency/entry/src/main/resources/rawfile/bundle.harmony.js --assets-dest ../HomeFluency/entry/src/main/resources/rawfile/assets",
    "codegen": "react-native codegen-harmony --cpp-output-path ./HomeFluency/entry/src/main/cpp/generated --rnoh-module-path ./HomeFluency/entry/oh_modules/@rnoh/react-native-openharmony"
  },
  "dependencies": {
    "@react-native-oh-tpl/flash-list": "1.6.3-0.2.8",
    "@react-native-oh-tpl/react-native-gesture-handler": "2.14.16",
    "@react-native-oh-tpl/react-native-safe-area-context": "4.7.4-0.2.0",
    "@react-native-oh-tpl/react-native-video": "5.2.1-0.2.38",
    "@react-navigation/bottom-tabs": "^6.6.1",
    "@react-navigation/native": "^6.1.9",
    "@shopify/flash-list": "^1.7.1",
    "axios": "^1.7.2",
    "react": "^18.2.0",
    "react-native": "0.72.5",
    "react-native-gesture-handler": "^2.14.1",
    "@react-native-oh/react-native-harmony": "^0.72.53-1",
    "react-native-safe-area-context": "^4.10.8",
    "react-native-swiper": "^1.6.0",
    "react-native-video": "^6.4.3"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@babel/preset-env": "^7.20.0",
    "@babel/runtime": "^7.20.0",
    "@react-native/eslint-config": "^0.72.2",
    "@react-native/metro-config": "^0.72.11",
    "@tsconfig/react-native": "^3.0.0",
    "@types/react": "^18.0.24",
    "@types/react-test-renderer": "^18.0.0",
    "babel-jest": "^29.2.1",
    "eslint": "^8.19.0",
    "jest": "^29.2.1",
    "metro-react-native-babel-preset": "0.76.8",
    "prettier": "^2.4.1",
    "react-test-renderer": "18.2.0",
    "typescript": "4.8.4"
  },
  "overrides": {
    "@react-native-community/cli": "11.3.6",
    "@react-native/codegen": "0.74.0"
  },
  "resolutions": {
    "@react-native-community/cli": "11.3.6"
  },
  "engines": {
    "node": ">=20"
  }
}