106 lines
2.7 KiB
JSON
106 lines
2.7 KiB
JSON
{
|
|
"_from": "rc-menu@~8.0.1",
|
|
"_id": "rc-menu@8.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-a37l9MfzjXt8/q5en6ukjD2PoVsHCzWeRPdFK9eWi6hF5/9M3mfxgUt1LruQvaJKMQUxDyN5+4M8FsYULXJALw==",
|
|
"_location": "/rc-menu",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "rc-menu@~8.0.1",
|
|
"name": "rc-menu",
|
|
"escapedName": "rc-menu",
|
|
"rawSpec": "~8.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~8.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd",
|
|
"/rc-mentions"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rc-menu/-/rc-menu-8.0.3.tgz",
|
|
"_shasum": "d553eaa892da6c02c74c9b1d2e778f140ace4d99",
|
|
"_spec": "rc-menu@~8.0.1",
|
|
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
|
|
"bugs": {
|
|
"url": "http://github.com/react-component/menu/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"classnames": "2.x",
|
|
"mini-store": "^3.0.1",
|
|
"rc-animate": "^2.10.1",
|
|
"rc-trigger": "^4.0.0",
|
|
"rc-util": "^4.13.0",
|
|
"resize-observer-polyfill": "^1.5.0",
|
|
"scroll-into-view-if-needed": "^2.2.20",
|
|
"shallowequal": "^1.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "menu ui component for react",
|
|
"devDependencies": {
|
|
"@types/jest": "^25.1.0",
|
|
"@types/react": "^16.8.19",
|
|
"@types/react-dom": "^16.8.4",
|
|
"@types/warning": "^3.0.0",
|
|
"cross-env": "^7.0.0",
|
|
"css-animation": "^2.0.4",
|
|
"enzyme": "^3.3.0",
|
|
"enzyme-adapter-react-16": "^1.0.2",
|
|
"enzyme-to-json": "^3.4.0",
|
|
"father": "^2.22.0",
|
|
"less": "^3.10.3",
|
|
"np": "^6.0.0",
|
|
"prop-types": "^15.5.6",
|
|
"react": "^16.9.0",
|
|
"react-dom": "^16.9.0",
|
|
"typescript": "^3.5.2"
|
|
},
|
|
"files": [
|
|
"es",
|
|
"lib",
|
|
"assets/*.css",
|
|
"assets/*.less"
|
|
],
|
|
"homepage": "http://github.com/react-component/menu",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"menu",
|
|
"ui",
|
|
"react-menu"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index",
|
|
"maintainers": [
|
|
{
|
|
"name": "yiminghe@gmail.com"
|
|
},
|
|
{
|
|
"name": "hualei5280@gmail.com"
|
|
}
|
|
],
|
|
"module": "./es/index",
|
|
"name": "rc-menu",
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/react-component/menu.git"
|
|
},
|
|
"scripts": {
|
|
"build": "father doc build --storybook",
|
|
"compile": "father build && lessc assets/index.less assets/index.css",
|
|
"coverage": "father test --coverage",
|
|
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
|
|
"now-build": "npm run build",
|
|
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
|
|
"start": "cross-env NODE_ENV=development father doc dev --storybook",
|
|
"test": "father test"
|
|
},
|
|
"version": "8.0.3"
|
|
}
|