{
  "name": "@lofter-common-shared/react-components",
  "version": "0.2.3",
  "description": "",
  "files": [
    "dist",
    "README.md"
  ],
  "main": "./dist/index",
  "exports": {
    "./create-render-to-body": "./dist/create-render-to-body/index.js",
    "./loading": "./dist/loading/index.js",
    "./waterfall": "./dist/waterfall/index.js",
    "./animation-size-view": "./dist/animation-size-view/index.js",
    "./appear-in-viewport": "./dist/appear-in-viewport/index.js",
    "./click-away-listener": "./dist/click-away-listener/index.js",
    "./lazy": "./dist/lazy/index.js",
    "./sync-size-space": "./dist/sync-size-space/index.js",
    "./pull-down-able": "./dist/pull-down-able/index.js",
    "./pull-down-able/container": "./dist/pull-down-able/container.js"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "contributors": [
    {
      "name": "luoshuai"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "@lofter-common-shared/utils": "0.1.7",
    "@lofter-common-shared/css-in-js": "0.1.3",
    "@lofter-common-shared/gesture": "0.1.1",
    "react": "^16.12.0",
    "react-dom": "^16.12.0"
  },
  "devDependencies": {
    "@types/react": "^16.9.15",
    "@types/react-dom": "^16.9.4",
    "rimraf": "^3.0.2",
    "typescript": "^5.2.2"
  },
  "scripts": {
    "clean": "rimraf dist",
    "build": "npm run clean && tsc -p tsconfig.build.json"
  }
}