forgeplus-react/node_modules/rc-mentions/package.json

93 lines
2.4 KiB
JSON

{
"_args": [
[
"rc-mentions@0.4.2",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "rc-mentions@0.4.2",
"_id": "rc-mentions@0.4.2",
"_inBundle": false,
"_integrity": "sha512-DTZurQzacLXOfVuiHydGzqkq7cFMHXF18l2jZ9PhWUn2cqvOSY3W4osN0Pq29AOMOBpcxdZCzgc7Lb0r/bgkDw==",
"_location": "/rc-mentions",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-mentions@0.4.2",
"name": "rc-mentions",
"escapedName": "rc-mentions",
"rawSpec": "0.4.2",
"saveSpec": null,
"fetchSpec": "0.4.2"
},
"_requiredBy": [
"/antd"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-mentions/-/rc-mentions-0.4.2.tgz",
"_spec": "0.4.2",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"bugs": {
"url": "http://github.com/react-component/mentions/issues"
},
"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"
},
"description": "React Mentions",
"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"
},
"files": [
"assets/*.css",
"es",
"dist",
"lib"
],
"homepage": "http://github.com/react-component/mentions",
"keywords": [
"react",
"react-component",
"react-mentions",
"mentions"
],
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"name": "rc-mentions",
"peerDependencies": {
"react": "*"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/mentions.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build",
"lint": "eslint src/ --ext .tsx,.ts",
"now-build": "npm run build",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch",
"start": "father doc dev --storybook",
"test": "father test"
},
"version": "0.4.2"
}