{ "name": "rc-mentions", "version": "0.4.2", "description": "React Mentions", "keywords": [ "react", "react-component", "react-mentions", "mentions" ], "main": "./lib/index", "module": "./es/index", "files": [ "assets/*.css", "es", "dist", "lib" ], "homepage": "http://github.com/react-component/mentions", "repository": { "type": "git", "url": "git@github.com:react-component/mentions.git" }, "bugs": { "url": "http://github.com/react-component/mentions/issues" }, "license": "MIT", "scripts": { "start": "father doc dev --storybook", "build": "father doc build --storybook", "compile": "father build", "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch", "lint": "eslint src/ --ext .tsx,.ts", "test": "father test", "now-build": "npm run build" }, "peerDependencies": { "react": "*" }, "devDependencies": { "@types/classnames": "^2.2.6", "@types/enzyme": "^3.1.15", "@types/react": "^16.7.17", "@types/react-dom": "^16.0.11", "@types/warning": "^3.0.0", "@umijs/fabric": "^1.1.9", "enzyme": "^3.11.0", "enzyme-to-json": "^3.1.4", "father": "^2.13.6", "lodash.debounce": "^4.0.8", "np": "^5.0.3", "react": "^16.0.0", "react-dom": "^16.0.0", "typescript": "^3.2.2" }, "dependencies": { "@ant-design/create-react-context": "^0.2.4", "classnames": "^2.2.6", "rc-menu": "^7.4.22", "rc-trigger": "^2.6.2", "rc-util": "^4.6.0", "react-lifecycles-compat": "^3.0.4" } }