package.json 2.7 KB
{
  "_from": "rc-input-number@~6.1.0",
  "_id": "rc-input-number@6.1.1",
  "_inBundle": false,
  "_integrity": "sha512-9t2xf1G0YEism7FAXAvF1huBk7ZNABPBf6NL+3/aDL123WiT/vhhod4cldiDWTM1Yb2EDKR//ZIa546ScdsUaA==",
  "_location": "/rc-input-number",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-input-number@~6.1.0",
    "name": "rc-input-number",
    "escapedName": "rc-input-number",
    "rawSpec": "~6.1.0",
    "saveSpec": null,
    "fetchSpec": "~6.1.0"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-input-number/-/rc-input-number-6.1.1.tgz",
  "_shasum": "818c426942d1b4dc4d6d2639d741ca67773a9118",
  "_spec": "rc-input-number@~6.1.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
  "author": {
    "name": "tsjxyz@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/react-component/input-number/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "^2.2.5",
    "rc-util": "^5.0.1"
  },
  "deprecated": false,
  "description": "React input-number component",
  "devDependencies": {
    "@types/classnames": "^2.2.9",
    "@types/jest": "^26.0.0",
    "@types/react": "^16.9.2",
    "@types/react-dom": "^16.9.0",
    "@umijs/fabric": "^2.0.0",
    "cross-env": "^7.0.0",
    "enzyme": "^3.1.1",
    "enzyme-adapter-react-16": "^1.0.1",
    "enzyme-to-json": "^3.1.2",
    "eslint": "^7.1.0",
    "expect.js": "~0.3.1",
    "father": "^2.22.0",
    "less": "^3.12.2",
    "np": "^6.0.0",
    "rc-tooltip": "^4.0.3",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "sinon": "^9.0.1",
    "typescript": "^4.0.2"
  },
  "files": [
    "lib",
    "es",
    "assets/*.css"
  ],
  "homepage": "https://github.com/react-component/input-number",
  "keywords": [
    "react",
    "react-component",
    "react-input-number",
    "input-number"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-input-number",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/input-number.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/ --ext .ts,.tsx,.jsx,.js,.md",
    "postpublish": "npm run gh-pages",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
    "start": "cross-env NODE_ENV=development father doc dev --storybook",
    "test": "father test"
  },
  "version": "6.1.1"
}