custom-app
Version:
ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������
113 lines (112 loc) • 2.92 kB
JSON
{
"_args": [
[
"rc-mentions@0.3.1",
"G:\\dhcc-app-dll"
]
],
"_from": "rc-mentions@0.3.1",
"_id": "rc-mentions@0.3.1",
"_inBundle": false,
"_integrity": "sha512-fa5dN3IMTahJfAga1nmma9OymK/ZBV/MZfV11h4kjDmCAVETv5EbAlV0mn6Y+JajvXS6n/XFoPUSF+nwK/AeWw==",
"_location": "/rc-mentions",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-mentions@0.3.1",
"name": "rc-mentions",
"escapedName": "rc-mentions",
"rawSpec": "0.3.1",
"saveSpec": null,
"fetchSpec": "0.3.1"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/rc-mentions/-/rc-mentions-0.3.1.tgz",
"_spec": "0.3.1",
"_where": "G:\\dhcc-app-dll",
"bugs": {
"url": "http://github.com/react-component/mentions/issues"
},
"config": {
"port": 8093
},
"dependencies": {
"@ant-design/create-react-context": "^0.2.4",
"babel-runtime": "^6.23.0",
"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",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"enzyme-to-json": "^3.1.4",
"lint-staged": "^8.1.0",
"lodash.debounce": "^4.0.8",
"pre-commit": "1.x",
"querystring": "^0.2.0",
"rc-tools": "^9.5.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"typescript": "^3.2.2"
},
"files": [
"assets/*.css",
"es",
"lib"
],
"homepage": "http://github.com/react-component/mentions",
"keywords": [
"react",
"react-component",
"react-mentions",
"mentions"
],
"license": "MIT",
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"npm run pre-commit",
"git add"
]
},
"main": "./lib/index",
"module": "./es/index",
"name": "rc-mentions",
"pre-commit": [
"lint-staged"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/mentions.git"
},
"scripts": {
"build": "rc-tools run build",
"compile": "rc-tools run compile --babel-runtime",
"coverage": "rc-tools run test --coverage",
"gh-pages": "rc-tools run gh-pages",
"init-tslint": "rc-tools run gen-lint-config",
"lint": "rc-tools run lint",
"lint-staged": "lint-staged",
"lint:fix": "rc-tools run lint --fix",
"now-build": "npm run build",
"pre-commit": "rc-tools run pre-commit",
"prepublish": "rc-tools run guard",
"prettier": "rc-tools run prettier",
"pub": "rc-tools run pub --babel-runtime",
"start": "rc-tools run storybook",
"storybook": "rc-tools run storybook",
"test": "rc-tools run test"
},
"version": "0.3.1"
}