Files
icehrm/web/node_modules/rc-mentions/package.json
2020-05-20 18:47:29 +02:00

88 lines
2.3 KiB
JSON

{
"_from": "rc-mentions@~1.1.0",
"_id": "rc-mentions@1.1.0",
"_inBundle": false,
"_integrity": "sha512-uOVMiQ5Jxfo3mbpOZsZt20Alid0268lX9eBR2I/chly0qhNbmSB71iLOHGkbL7zuHd50GF/eSr9fXJJQKUYG1Q==",
"_location": "/rc-mentions",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-mentions@~1.1.0",
"name": "rc-mentions",
"escapedName": "rc-mentions",
"rawSpec": "~1.1.0",
"saveSpec": null,
"fetchSpec": "~1.1.0"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/rc-mentions/-/rc-mentions-1.1.0.tgz",
"_shasum": "fa4994b94eee03e5254a0a600839ed19e1f9f0e9",
"_spec": "rc-mentions@~1.1.0",
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
"bugs": {
"url": "http://github.com/react-component/mentions/issues"
},
"bundleDependencies": false,
"dependencies": {
"classnames": "^2.2.6",
"rc-menu": "^8.0.1",
"rc-trigger": "^4.0.0",
"rc-util": "^4.6.0"
},
"deprecated": false,
"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": "1.1.0"
}