93 lines
2.3 KiB
JSON
93 lines
2.3 KiB
JSON
{
|
|
"_from": "rc-rate@~2.5.1",
|
|
"_id": "rc-rate@2.5.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3iJkNJT8xlHklPCdeZtUZmJmRVUbr6AHRlfSsztfYTXVlHrv2TcPn3XkHsH+12j812WVB7gvilS2j3+ffjUHXg==",
|
|
"_location": "/rc-rate",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "rc-rate@~2.5.1",
|
|
"name": "rc-rate",
|
|
"escapedName": "rc-rate",
|
|
"rawSpec": "~2.5.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~2.5.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rc-rate/-/rc-rate-2.5.1.tgz",
|
|
"_shasum": "55fc5fd23ea9dcc72250b9a889803479f4842961",
|
|
"_spec": "rc-rate@~2.5.1",
|
|
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
|
|
"bugs": {
|
|
"url": "https://github.com/react-component/rate/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"config": {
|
|
"port": 8000
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.5",
|
|
"prop-types": "^15.5.8",
|
|
"rc-util": "^4.3.0",
|
|
"react-lifecycles-compat": "^3.0.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "React Star Rate Component",
|
|
"devDependencies": {
|
|
"enzyme": "^3.1.1",
|
|
"jest": "^21.2.1",
|
|
"lint-staged": "^8.1.0",
|
|
"pre-commit": "1.x",
|
|
"rc-tools": "^9.2.0",
|
|
"rc-tooltip": "^3.7.3",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"es",
|
|
"assets/*.css"
|
|
],
|
|
"homepage": "https://github.com/react-component/rate",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"react-rate",
|
|
"rate"
|
|
],
|
|
"licenses": "MIT",
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"npm run pre-commit",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "./lib/index",
|
|
"module": "./es/index",
|
|
"name": "rc-rate",
|
|
"pre-commit": [
|
|
"lint-staged"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/react-component/rate.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rc-tools run build",
|
|
"compile": "rc-tools run compile --babel-runtime",
|
|
"coverage": "rc-tools run test --coverage",
|
|
"gh-pages": "rc-tools run gh-pages",
|
|
"lint": "rc-tools run lint",
|
|
"lint-staged": "lint-staged",
|
|
"pre-commit": "rc-tools run pre-commit",
|
|
"pub": "rc-tools run pub",
|
|
"start": "rc-tools run server",
|
|
"test": "rc-tools run test"
|
|
},
|
|
"version": "2.5.1"
|
|
}
|