package.json 2.79 KB
{
  "_from": "rc-tree@~4.0.0",
  "_id": "rc-tree@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-C2xlkA+/IypkHBPzbpAJGVWJh2HjeRbYCusA/m5k09WT6hQT0nC7LtLVmnb7QZecdBQPhoOgQh8gPwBR+xEMjQ==",
  "_location": "/rc-tree",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-tree@~4.0.0",
    "name": "rc-tree",
    "escapedName": "rc-tree",
    "rawSpec": "~4.0.0",
    "saveSpec": null,
    "fetchSpec": "~4.0.0"
  },
  "_requiredBy": [
    "/antd",
    "/rc-tree-select"
  ],
  "_resolved": "https://registry.npmjs.org/rc-tree/-/rc-tree-4.0.0.tgz",
  "_shasum": "2f972b4a5e23ea17df05ec9f7ec43de350bea3bf",
  "_spec": "rc-tree@~4.0.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
  "author": {
    "name": "smith3816@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/react-component/tree/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "2.x",
    "rc-motion": "^2.0.1",
    "rc-util": "^5.0.0",
    "rc-virtual-list": "^3.0.1"
  },
  "deprecated": false,
  "description": "tree ui component for react",
  "devDependencies": {
    "@types/jest": "^26.0.4",
    "@types/react": "^16.8.19",
    "@types/react-dom": "^16.8.4",
    "@types/warning": "^3.0.0",
    "@umijs/fabric": "^2.3.1",
    "css-animation": "^1.2.0",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "enzyme-to-json": "^3.0.0",
    "eslint": "^7.0.0",
    "father": "^2.29.8",
    "less": "^3.11.1",
    "np": "^6.0.0",
    "rc-dialog": "^8.1.0",
    "rc-tooltip": "4.x",
    "rc-trigger": "^5.0.7",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "typescript": "^4.0.2"
  },
  "engines": {
    "node": ">=8.x"
  },
  "files": [
    "assets/*.css",
    "assets/*.png",
    "assets/*.gif",
    "assets/*.less",
    "dist",
    "es",
    "lib"
  ],
  "homepage": "http://github.com/react-component/tree",
  "keywords": [
    "react",
    "react-component",
    "react-tree",
    "tree"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-tree",
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/tree.git"
  },
  "scripts": {
    "build": "father doc build --storybook",
    "compile": "father build && lessc assets/index.less assets/index.css",
    "coverage": "father test --coverage",
    "gh-pages": "npm run build && father doc deploy",
    "lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
    "now-build": "npm run build",
    "postpublish": "npm run gh-pages",
    "prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
    "start": "father doc dev --storybook",
    "test": "father test"
  },
  "version": "4.0.0"
}