package.json 2.58 KB
{
  "_from": "rc-rate@~2.9.0",
  "_id": "rc-rate@2.9.1",
  "_inBundle": false,
  "_integrity": "sha512-MmIU7FT8W4LYRRHJD1sgG366qKtSaKb67D0/vVvJYR0lrCuRrCiVQ5qhfT5ghVO4wuVIORGpZs7ZKaYu+KMUzA==",
  "_location": "/rc-rate",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-rate@~2.9.0",
    "name": "rc-rate",
    "escapedName": "rc-rate",
    "rawSpec": "~2.9.0",
    "saveSpec": null,
    "fetchSpec": "~2.9.0"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-rate/-/rc-rate-2.9.1.tgz",
  "_shasum": "e43cb95c4eb90a2c1e0b16ec6614d8c43530a731",
  "_spec": "rc-rate@~2.9.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
  "bugs": {
    "url": "https://github.com/react-component/rate/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "^2.2.5",
    "rc-util": "^5.0.1"
  },
  "deprecated": false,
  "description": "React Star Rate 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",
    "father": "^2.22.0",
    "np": "^7.0.0",
    "rc-tooltip": "^5.0.1",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "typescript": "^4.0.5"
  },
  "engines": {
    "node": ">=8.x"
  },
  "files": [
    "lib",
    "es",
    "assets/*.css"
  ],
  "homepage": "https://github.com/react-component/rate",
  "keywords": [
    "react",
    "react-component",
    "react-rate",
    "rate"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-rate",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-component/rate.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": "2.9.1"
}