{
  "name": "vue3-virtual-scroll-list",
  "version": "0.2.1",
  "description": "A vue3 component support big amount data list with high scroll performance.",
  "main": "dist/index.js",
  "scripts": {
    "build:dev": "cross-env mode=development rollup -c rollup.config.js -w",
    "build": "cross-env mode=production rollup -c rollup.config.js",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reactjser/vue3-virtual-scroll-list.git"
  },
  "keywords": [
    "vue3",
    "big-data",
    "big-list",
    "scroll-list",
    "virtual-list"
  ],
  "author": "reactjser",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reactjser/vue3-virtual-scroll-list/issues"
  },
  "homepage": "https://github.com/reactjser/vue3-virtual-scroll-list#readme",
  "peerDependencies": {
    "vue": ">=3.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "@babel/preset-typescript": "^7.15.0",
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@typescript-eslint/eslint-plugin": "^4.29.1",
    "@typescript-eslint/parser": "^4.29.1",
    "@vue/babel-plugin-jsx": "^1.0.6",
    "@vue/eslint-config-prettier": "^6.0.0",
    "@vue/eslint-config-typescript": "^7.0.0",
    "cross-env": "^7.0.3",
    "eslint": "^7.32.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-vue": "^7.16.0",
    "husky": "^7.0.0",
    "lint-staged": "^11.1.2",
    "prettier": "^2.3.2",
    "rollup": "^2.56.2",
    "typescript": "^4.3.5",
    "vue": "^3.2.2"
  }
}
