{
  "name": "@hero-design/rn",
  "version": "8.128.1",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "types/index.d.ts",
  "react-native": "src/index.ts",
  "scripts": {
    "lint": "eslint src --quiet",
    "type-check": "tsc --noEmit",
    "test": "jest --runInBand",
    "test:watch": "jest --runInBand --watch",
    "test:ci": "jest --c=jest-ci.config.js --i --logHeapUsage --coverage",
    "build:js": "rollup -c",
    "build:types": "tsc --noEmit false --emitDeclarationOnly --project tsconfig.prod.json",
    "build": "yarn build:js && yarn build:types",
    "build:watch": "yarn build:js -w & yarn build:types -w",
    "publish:npm": "yarn publish --access public",
    "set-dev-env": "npm pkg set react-native=src/index.ts"
  },
  "dependencies": {
    "@emotion/native": "^11.9.3",
    "@emotion/react": "^11.9.3",
    "@hero-design/colors": "8.47.3",
    "d3": "^7.8.5",
    "date-fns": "^2.30.0",
    "hero-editor": "^1.17.0",
    "nanoid": "^5.0.9"
  },
  "peerDependencies": {
    "@hero-design/react-native-month-year-picker": "^8.45.2",
    "@ptomasroos/react-native-multi-slider": "^2.2.2",
    "@react-native-community/datetimepicker": "^8.4.4",
    "@react-native-community/slider": "^5.0.1",
    "@react-native-masked-view/masked-view": "^0.3.2",
    "expo-linear-gradient": ">=14.0.0",
    "react": "19.1.0",
    "react-native": "0.81.5",
    "react-native-gesture-handler": "~2.28.0",
    "react-native-linear-gradient": "^2.8.3",
    "react-native-pager-view": "^6.7.0",
    "react-native-safe-area-context": "~5.6.0",
    "react-native-svg": "^15.11.2",
    "react-native-vector-icons": "^9.1.0",
    "react-native-webview": "^13.10.2"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-private-methods": "^7.18.6",
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "@babel/preset-env": "^7.25.3",
    "@babel/preset-react": "^7.26.3",
    "@babel/preset-typescript": "^7.27.0",
    "@babel/runtime": "^7.25.0",
    "@emotion/jest": "^11.11.0",
    "@eslint/compat": "^1.1.1",
    "@eslint/eslintrc": "^3.1.0",
    "@eslint/js": "^9.8.0",
    "@hero-design/eslint-plugin": "9.2.3",
    "@hero-design/react-native-month-year-picker": "^8.45.2",
    "@ptomasroos/react-native-multi-slider": "^2.2.2",
    "@react-native-community/datetimepicker": "8.4.4",
    "@react-native-community/slider": "^5.0.1",
    "@react-native-masked-view/masked-view": "0.3.2",
    "@react-native/babel-preset": "0.81.5",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-replace": "^6.0.1",
    "@rollup/plugin-typescript": "^12.1.1",
    "@testing-library/jest-native": "^5.4.2",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/react-native": "^13.0.0",
    "@types/d3": "^7.4.3",
    "@types/events": "^3.0.3",
    "@types/jest": "^29.5.3",
    "@types/react": "^19.0.0",
    "@types/react-native-vector-icons": "^6.4.10",
    "@typescript-eslint/eslint-plugin": "^8.57.0",
    "babel-plugin-inline-import": "^3.0.0",
    "core-js": "^3.33.0",
    "eslint": "^8.57.0",
    "eslint-config-hd": "8.42.6",
    "expo-linear-gradient": "55.0.9",
    "jest": "^29.2.1",
    "jest-environment-jsdom": "^29.2.1",
    "jest-junit": "^16.0.0",
    "prettier-config-hd": "8.42.4",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "react-native": "0.81.5",
    "react-native-gesture-handler": "~2.28.0",
    "react-native-linear-gradient": "2.8.3",
    "react-native-pager-view": "6.9.1",
    "react-native-safe-area-context": "~5.6.0",
    "react-native-svg": "15.12.1",
    "react-native-vector-icons": "^9.1.0",
    "react-native-webview": "13.15.0",
    "react-test-renderer": "19.1.0",
    "rollup": "^4.57.1",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-flow": "^1.1.1",
    "rollup-plugin-visualizer": "^5.12.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.7.3"
  },
  "engines": {
    "node": "^20.0.0 || ^22.0.0"
  },
  "prettier": "prettier-config-hd"
}
