{
  "name": "react-fast-scroll",
  "version": "1.0.4",
  "description": "a pull-up and pull-down react component, you can also customize to other framework, like vue, angular",
  "keywords": [
    "react scroll",
    "react-fast-scroll",
    "react fast scroll",
    "react pull",
    "react pull up",
    "react pull down",
    "react scroll view",
    "react scroll-view",
    "scroll view",
    "fast scroll"
  ],
  "author": "Peter",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/carrollcai/react-fast-scroll.git"
  },
  "bugs": {
    "url": "https://github.com/carrollcai/react-fast-scroll/issues"
  },
  "dependencies": {
    "core-decorators": "^0.20.0",
    "lodash": "^4.17.15"
  },
  "scripts": {
    "start": "react-app-rewired start",
    "build": "react-app-rewired build",
    "test": "jest",
    "eject": "react-scripts eject",
    "release": "NODE_ENV=production babel src/components --copy-files --extensions .js,.jsx,.ts,.tsx --out-dir lib"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.10.4",
    "@babel/core": "^7.10.4",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-decorators": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-react": "^7.10.4",
    "@babel/preset-typescript": "^7.10.4",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.3.2",
    "@testing-library/user-event": "^7.1.2",
    "@types/history": "^4.7.6",
    "@types/jest": "^24.0.0",
    "@types/lodash": "^4.14.156",
    "@types/node": "^12.0.0",
    "@types/react": "^16.9.0",
    "@types/react-dom": "^16.9.0",
    "@types/react-router-dom": "^5.1.5",
    "@typescript-eslint/eslint-plugin": "^3.4.0",
    "@typescript-eslint/parser": "^3.4.0",
    "antd-mobile": "^2.3.3",
    "axios": "^0.19.2",
    "babel-plugin-import": "^1.13.0",
    "customize-cra": "^1.0.0",
    "eslint-config-alloy": "^3.7.3",
    "eslint-plugin-react": "^7.20.0",
    "history": "^4.7.2",
    "less": "^3.11.3",
    "less-loader": "^6.1.1",
    "react": "^16.13.1",
    "react-app-rewired": "^2.1.6",
    "react-dom": "^16.13.1",
    "react-redux": "^5.0.7",
    "react-router": "^4.2.0",
    "react-router-dom": "^5.1.2",
    "react-scripts": "3.4.1",
    "redux": "^3.7.2",
    "redux-thunk": "^2.2.0",
    "typescript": "^3.9.5"
  },
  "license": "MIT"
}
