{ "name": "rc-menu", "version": "7.5.5", "description": "menu ui component for react", "keywords": [ "react", "react-component", "menu", "ui", "react-menu" ], "files": [ "es", "lib", "assets/*.css", "assets/*.less" ], "main": "./lib/index", "module": "./es/index", "homepage": "http://github.com/react-component/menu", "maintainers": [ "yiminghe@gmail.com", "hualei5280@gmail.com" ], "repository": { "type": "git", "url": "git@github.com:react-component/menu.git" }, "bugs": { "url": "http://github.com/react-component/menu/issues" }, "license": "MIT", "scripts": { "start": "cross-env NODE_ENV=development father doc dev --storybook", "build": "father doc build --storybook", "compile": "father build && lessc assets/index.less assets/index.css", "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch", "lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js", "test": "father test", "coverage": "father test --coverage", "now-build": "npm run build" }, "peerDependencies": { "react": "*", "react-dom": "*" }, "dependencies": { "classnames": "2.x", "dom-scroll-into-view": "1.x", "mini-store": "^2.0.0", "mutationobserver-shim": "^0.3.2", "rc-animate": "^2.10.1", "rc-trigger": "^2.3.0", "rc-util": "^4.13.0", "resize-observer-polyfill": "^1.5.0", "shallowequal": "^1.1.0" }, "devDependencies": { "@types/jest": "^24.0.18", "@types/react": "^16.8.19", "@types/react-dom": "^16.8.4", "@types/warning": "^3.0.0", "cross-env": "^6.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": "^5.0.3", "prop-types": "^15.5.6", "react": "^16.9.0", "react-dom": "^16.9.0", "typescript": "^3.5.2" } }