forgeplus-react/node_modules/rc-rate/package.json

105 lines
2.6 KiB
JSON

{
"_args": [
[
"rc-rate@2.10.0",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "rc-rate@2.10.0",
"_id": "rc-rate@2.10.0",
"_inBundle": false,
"_integrity": "sha512-TCjEpKPeN1m0EnGDDbb1KyxjNTJRzoReiPdtbrBJEey4Ryf/UGOQ6vqmz2yC6DJdYVDVUoZPdoz043ryh0t/nQ==",
"_location": "/rc-rate",
"_phantomChildren": {
"react-is": "16.13.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-rate@2.10.0",
"name": "rc-rate",
"escapedName": "rc-rate",
"rawSpec": "2.10.0",
"saveSpec": null,
"fetchSpec": "2.10.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/rc-rate/-/rc-rate-2.10.0.tgz",
"_spec": "2.10.0",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"bugs": {
"url": "https://github.com/react-component/rate/issues"
},
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.5",
"rc-util": "^5.0.1"
},
"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",
"dumi": "^2.1.2",
"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",
"father-build": "^1.18.6",
"gh-pages": "^3.1.0",
"less": "^3.0.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": {
"compile": "father build && lessc assets/index.less assets/index.css",
"coverage": "father test --coverage",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d .doc",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"now-build": "npm run docs:build",
"postpublish": "npm run docs:build && npm run docs:deploy",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"start": "dumi dev",
"test": "father test"
},
"version": "2.10.0"
}