{
  "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 --no-safety-check --cpp-output-path ../HomeFluency/entry/src/main/cpp/generated --rnoh-module-path ../HomeFluency/entry/oh_modules/@rnoh/react-native-openharmony"
  },
  "dependencies": {
    "@react-native-ohos/flash-list": "1.6.4",
    "@react-native-ohos/react-native-gesture-handler": "2.30.1",
    "@react-native-ohos/react-native-safe-area-context": "5.6.3",
    "@react-native-ohos/react-native-video": "6.14.0",
    "@react-native-oh/react-native-harmony": "0.84.1",
    "@react-navigation/bottom-tabs": "^6.6.1",
    "@react-navigation/native": "^6.1.9",
    "@shopify/flash-list": "^2.1.0",
    "axios": "^1.7.2",
    "react": "19.2.3",
    "react-native": "0.84.1",
    "react-native-gesture-handler": "^2.30.0",
    "react-native-safe-area-context": "^5.6.2",
    "react-native-swiper": "^1.6.0",
    "react-native-video": "^6.4.3"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@react-native-community/cli": "20.1.0",
    "@react-native-community/cli-platform-android": "20.1.0",
    "@react-native-community/cli-platform-ios": "20.1.0",
    "@react-native-oh/react-native-harmony-cli": "0.84.1",
    "@react-native/babel-preset": "0.84.1",
    "@react-native/eslint-config": "0.84.1",
    "@react-native/metro-config": "0.84.1",
    "@tsconfig/react-native": "^3.0.0",
    "@types/react": "^19.2.3",
    "@types/react-test-renderer": "^19.1.0",
    "babel-jest": "^29.6.3",
    "eslint": "^8.19.0",
    "husky": "^9.1.7",
    "jest": "^29.6.3",
    "prettier": "^2.8.8",
    "react-test-renderer": "19.2.3",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=20"
  }
}