package.json 2.35 KB
{
  "_from": "rc-checkbox@~2.3.0",
  "_id": "rc-checkbox@2.3.2",
  "_inBundle": false,
  "_integrity": "sha512-afVi1FYiGv1U0JlpNH/UaEXdh6WUJjcWokj/nUN2TgG80bfG+MDdbfHKlLcNNba94mbjy2/SXJ1HDgrOkXGAjg==",
  "_location": "/rc-checkbox",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-checkbox@~2.3.0",
    "name": "rc-checkbox",
    "escapedName": "rc-checkbox",
    "rawSpec": "~2.3.0",
    "saveSpec": null,
    "fetchSpec": "~2.3.0"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-checkbox/-/rc-checkbox-2.3.2.tgz",
  "_shasum": "f91b3678c7edb2baa8121c9483c664fa6f0aefc1",
  "_spec": "rc-checkbox@~2.3.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
  "bugs": {
    "url": "http://github.com/react-component/checkbox/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "^2.2.1"
  },
  "deprecated": false,
  "description": "checkbox ui component for react",
  "devDependencies": {
    "@types/classnames": "^2.2.10",
    "@types/jest": "^26.0.5",
    "@umijs/fabric": "^2.2.2",
    "coveralls": "^3.0.6",
    "enzyme": "^3.0.0",
    "enzyme-adapter-react-16": "^1.0.1",
    "enzyme-to-json": "^3.0.0",
    "eslint": "^7.0.0",
    "father": "^2.13.4",
    "less": "^3.11.1",
    "np": "^6.2.3",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-test-renderer": "^16.0.0"
  },
  "files": [
    "assets/*.css",
    "es",
    "lib"
  ],
  "homepage": "http://github.com/react-component/checkbox",
  "keywords": [
    "react",
    "react-component",
    "react-checkbox",
    "checkbox"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-checkbox",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/checkbox.git"
  },
  "scripts": {
    "build": "father doc build  --storybook",
    "compile": "father build && lessc assets/index.less assets/index.css",
    "coverage": "father test --coverage",
    "gh-pages": "father doc deploy",
    "lint": "eslint . --ext='jsx'",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "start": "father doc dev --storybook",
    "test": "father test"
  },
  "version": "2.3.2"
}