package.json 3.08 KB
{
  "_from": "rc-tabs@~11.7.0",
  "_id": "rc-tabs@11.7.2",
  "_inBundle": false,
  "_integrity": "sha512-2M/XE4TdecnjsDylJSs49OmjJuDuix3VmSiNaPd50PMqFc+dc4fEof3J8/ad12enicVOcsH4BEQEms//Kn4DBw==",
  "_location": "/rc-tabs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-tabs@~11.7.0",
    "name": "rc-tabs",
    "escapedName": "rc-tabs",
    "rawSpec": "~11.7.0",
    "saveSpec": null,
    "fetchSpec": "~11.7.0"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-tabs/-/rc-tabs-11.7.2.tgz",
  "_shasum": "d9443e471859b9dad81dc70abbdaefe40b1db5ab",
  "_spec": "rc-tabs@~11.7.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
  "author": {
    "name": "yiminghe@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/react-component/tabs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.11.2",
    "classnames": "2.x",
    "rc-dropdown": "^3.1.3",
    "rc-menu": "^8.6.1",
    "rc-resize-observer": "^0.2.1",
    "rc-util": "^5.5.0"
  },
  "deprecated": false,
  "description": "tabs ui component for react",
  "devDependencies": {
    "@types/classnames": "^2.2.10",
    "@types/enzyme": "^3.10.5",
    "@types/jest": "^25.2.3",
    "@types/react": "^16.9.35",
    "@types/react-dom": "^16.9.8",
    "@umijs/fabric": "^2.0.4",
    "coveralls": "^3.0.6",
    "cross-env": "^7.0.2",
    "enzyme": "^3.7.0",
    "enzyme-adapter-react-16": "^1.7.0",
    "enzyme-to-json": "^3.3.4",
    "eslint": "^7.0.0",
    "fastclick": "~1.0.6",
    "father": "^2.29.2",
    "history": "^1.17.0",
    "immutability-helper": "^3.0.1",
    "less": "^3.11.1",
    "np": "^6.2.0",
    "preact": "^8.2.1",
    "preact-compat": "^3.16.0",
    "react": "^16.0.0",
    "react-dnd": "^10.0.0",
    "react-dnd-html5-backend": "^10.0.0",
    "react-dom": "^16.0.0",
    "react-router": "^3.0.0",
    "react-sticky": "^6.0.3",
    "react-test-renderer": "^16.0.0",
    "sortablejs": "^1.7.0",
    "typescript": "^3.9.2"
  },
  "engines": {
    "node": ">=8.x"
  },
  "files": [
    "lib",
    "es",
    "dist",
    "assets/index.css"
  ],
  "homepage": "http://github.com/react-component/tabs",
  "keywords": [
    "react",
    "react-component",
    "react-tabs"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-tabs",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/tabs.git"
  },
  "scripts": {
    "build": "father doc build --storybook",
    "compile": "father build && npm run compile:style",
    "compile:style": "lessc --js assets/index.less assets/index.css",
    "coverage": "father test --coverage",
    "lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
    "now-build": "npm run build",
    "prepublishOnly": "npm run lint && npm run test && npm run compile && np --yolo --no-publish",
    "start": "cross-env NODE_ENV=development father doc dev --storybook",
    "test": "father test"
  },
  "version": "11.7.2"
}