package.json 2.59 KB
{
  "_from": "rc-virtual-list@^3.2.0",
  "_id": "rc-virtual-list@3.2.3",
  "_inBundle": false,
  "_integrity": "sha512-uEeYDQWwQhxR97SekPeGRbzPtHSbSpw/mYb6QpZZ9bA43kf7s1socV3fD3ySYhQVzo0I+/IUD9jFGit6FbM0WA==",
  "_location": "/rc-virtual-list",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-virtual-list@^3.2.0",
    "name": "rc-virtual-list",
    "escapedName": "rc-virtual-list",
    "rawSpec": "^3.2.0",
    "saveSpec": null,
    "fetchSpec": "^3.2.0"
  },
  "_requiredBy": [
    "/rc-select",
    "/rc-tree"
  ],
  "_resolved": "https://registry.npmjs.org/rc-virtual-list/-/rc-virtual-list-3.2.3.tgz",
  "_shasum": "fec67ebe5956ac240b303f77dd2894c97e4f2902",
  "_spec": "rc-virtual-list@^3.2.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\rc-select",
  "author": {
    "name": "smith3816@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/react-component/virtual-list/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "classnames": "^2.2.6",
    "rc-resize-observer": "^0.2.3",
    "rc-util": "^5.0.7"
  },
  "deprecated": false,
  "description": "React Virtual List Component",
  "devDependencies": {
    "@types/classnames": "^2.2.10",
    "@types/enzyme": "^3.10.5",
    "@types/jest": "^25.1.3",
    "@types/react": "^16.8.19",
    "@types/react-dom": "^16.8.4",
    "@types/warning": "^3.0.0",
    "cross-env": "^5.2.0",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.2",
    "enzyme-to-json": "^3.1.4",
    "eslint": "^7.6.0",
    "father": "^2.29.10",
    "np": "^5.0.3",
    "rc-animate": "^2.9.1",
    "react": "^v16.9.0-alpha.0",
    "react-dom": "^v16.9.0-alpha.0",
    "typescript": "^3.5.2"
  },
  "engines": {
    "node": ">=8.x"
  },
  "files": [
    "lib",
    "es",
    "dist",
    "assets/*.css"
  ],
  "homepage": "https://github.com/react-component/virtual-list",
  "keywords": [
    "react",
    "react-component",
    "virtual-list"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-virtual-list",
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-component/virtual-list.git"
  },
  "scripts": {
    "build": "father doc build --storybook",
    "compile": "father build",
    "lint": "eslint src/ --ext .tsx,.ts",
    "now-build": "npm run build",
    "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
    "start": "cross-env NODE_ENV=development father doc dev --storybook",
    "test": "father test"
  },
  "version": "3.2.3"
}