{
  "name": "rax-recyclerview",
  "version": "1.4.3",
  "description": "RecyclerView component for Rax.",
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "miniprogram": ".",
  "miniappConfig": {
    "main": "lib/miniapp/index",
    "main:wechat": "lib/miniapp-wechat/index",
    "main:bytedance": "lib/bytedance-microapp/index",
    "main:quickapp": "lib/quickapp/index",
    "subComponents": {
      "Header": {
        "tagNameMap": "view",
        "tagNameMap:quickapp": "list-item",
        "attributes": {
          "style": "display:flex;flex-direction:column;align-content:flex-start;flex-shrink:0;box-sizing:border-box;border:0 solid black"
        }
      },
      "Cell": {
        "tagNameMap": "view",
        "tagNameMap:quickapp": "list-item",
        "attributes": {
          "style": "display:flex;flex-direction:column;align-content:flex-start;flex-shrink:0;box-sizing:border-box;border:0 solid black"
        }
      }
    },
    "propsMap": {
      "onEndReachedThreshold": "endReachedThreshold"
    }
  },
  "scripts": {
    "build": "../../node_modules/.bin/build-scripts build --config ../../build.json --skip-demo",
    "start": "../../node_modules/.bin/build-scripts start --config ../../build.json",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raxjs/rax-components.git"
  },
  "bugs": {
    "url": "https://github.com/raxjs/rax-components/issues"
  },
  "homepage": "https://github.com/raxjs/rax-components#readme",
  "keywords": [
    "Rax",
    "rax-component",
    "react-component"
  ],
  "dependencies": {
    "prop-types": "^15.7.2",
    "rax-children": "^1.0.0",
    "rax-find-dom-node": "^1.0.0",
    "rax-refreshcontrol": "^1.0.0",
    "rax-scrollview": "^3.3.3",
    "rax-view": "^2.0.0",
    "universal-env": "^3.0.0"
  },
  "peerDependencies": {
    "rax": "^1.0.0"
  },
  "devDependencies": {
    "rax-test-renderer": "^1.0.0",
    "@types/ali-app": "^1.0.0",
    "@types/jest": "^24.0.12",
    "@types/rax": "^1.0.0",
    "@typescript-eslint/eslint-plugin": "^1.7.0",
    "@typescript-eslint/parser": "^1.7.0",
    "babel-eslint": "^10.0.3",
    "csstype": "^2.6.4",
    "driver-dom": "^1.0.0",
    "driver-universal": "^1.0.0",
    "driver-weex": "^1.0.0",
    "eslint": "^5.16.0",
    "eslint-config-rax": "^0.0.0",
    "rax-picture": "^1.0.1",
    "rax-slider": "^1.1.0-0",
    "rax-tab-panel": "^1.0.1",
    "rax-text": "^2.0.0",
    "typescript": "^3.5.3",
    "universal-transition": "^1.0.0"
  }
}
