{ "name": "rc-drawer-menu", "version": "1.1.0", "description": "drawer menu animation component for react", "keywords": [ "react", "react-component", "react-drawer-menu", "drawer-menu" ], "homepage": "https://github.com/ant-motion/drawer-menu", "author": "155259966@qq.com", "repository": { "type": "git", "url": "https://github.com/ant-motion/drawer-menu.git" }, "bugs": { "url": "https://github.com/ant-motion/drawer-menu/issues" }, "files": [ "lib", "assets/*.css", "dist", "es" ], "licenses": "MIT", "main": "./lib/index", "module": "./es/index", "config": { "port": 8009, "entry": { "rc-drawer-menu": [ "./assets/index.less", "./src/index.js" ] } }, "scripts": { "dist": "rc-tools run dist", "build": "rc-tools run build", "gh-pages": "rc-tools run gh-pages", "start": "rc-tools run server", "compile": "rc-tools run compile --babel-runtime", "pub": "rc-tools run pub --babel-runtime", "lint": "rc-tools run lint", "karma": "rc-test run karma", "saucelabs": "rc-test run saucelabs", "test": "rc-test run test", "chrome-test": "rc-test run chrome-test", "coverage": "rc-test run coverage" }, "devDependencies": { "antd": "^2.13.8", "core-js": "^2.5.1", "expect.js": "0.3.x", "pre-commit": "1.x", "precommit-hook": "1.x", "rc-dialog": "~5.2.1", "rc-test": "6.x", "rc-tools": "6.x", "react": "^16.0.0", "react-dom": "^16.0.0" }, "precommit": [ "lint" ], "dependencies": { "babel-runtime": "6.x", "classnames": "^2.2.5", "prop-types": "^15.5.0" } }