package.json 2.49 KB
{
  "_from": "rc-select@~11.5.3",
  "_id": "rc-select@11.5.3",
  "_inBundle": false,
  "_integrity": "sha512-ASSO4J/ayfbQQ+KOEounIMGhySDHpQtrIuH1WEABOBy8HgKec8kOLmyLH+YIXSUDnTf/gtxmflgFtl7sQ9pkSw==",
  "_location": "/rc-select",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-select@~11.5.3",
    "name": "rc-select",
    "escapedName": "rc-select",
    "rawSpec": "~11.5.3",
    "saveSpec": null,
    "fetchSpec": "~11.5.3"
  },
  "_requiredBy": [
    "/antd",
    "/rc-tree-select"
  ],
  "_resolved": "https://registry.npmjs.org/rc-select/-/rc-select-11.5.3.tgz",
  "_shasum": "682913f3669596fb794e2b4a5c619974c5ab45d1",
  "_spec": "rc-select@~11.5.3",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
  "bugs": {
    "url": "http://github.com/react-component/select/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "2.x",
    "rc-motion": "^2.0.1",
    "rc-trigger": "^5.0.4",
    "rc-util": "^5.0.1",
    "rc-virtual-list": "^3.2.0",
    "warning": "^4.0.3"
  },
  "deprecated": false,
  "description": "React Select",
  "devDependencies": {
    "@types/enzyme": "^3.10.5",
    "@types/jest": "^26.0.0",
    "@types/react": "^16.8.19",
    "@types/react-dom": "^16.8.4",
    "@types/warning": "^3.0.0",
    "cross-env": "^7.0.0",
    "enzyme": "^3.3.0",
    "enzyme-to-json": "^3.4.0",
    "eslint": "^7.1.0",
    "father": "^2.13.2",
    "jsonp": "^0.2.1",
    "np": "^6.0.0",
    "rc-dialog": "^8.1.1",
    "typescript": "^3.9.3"
  },
  "engines": {
    "node": ">=8.x"
  },
  "files": [
    "assets/*.css",
    "assets/*.less",
    "es",
    "lib"
  ],
  "homepage": "http://github.com/react-component/select",
  "keywords": [
    "react",
    "react-component",
    "react-select",
    "select"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-select",
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/select.git"
  },
  "scripts": {
    "build": "father doc build --storybook",
    "compile": "father build",
    "lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
    "now-build": "npm run build",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "start": "cross-env NODE_ENV=development father doc dev --storybook",
    "test": "father test"
  },
  "types": "./lib/index.d.ts",
  "version": "11.5.3"
}