You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
InternshipProject/node_modules/rc-mentions/package.json

67 lines
1.6 KiB

{
"name": "rc-mentions",
"version": "1.6.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 --yolo --no-publish --any-branch",
"lint": "eslint src/ --ext .tsx,.ts",
"test": "father test",
"now-build": "npm run build"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"devDependencies": {
"@types/classnames": "^2.2.6",
"@types/enzyme": "^3.1.15",
"@types/react": "^17.0.13",
"@types/react-dom": "^17.0.8",
"@types/warning": "^3.0.0",
"@umijs/fabric": "^2.0.8",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.1.4",
"eslint": "^8.9.0",
"father": "^2.13.6",
"lodash.debounce": "^4.0.8",
"np": "^7.0.0",
"react": "^17.0.2",
"react-dom": "^16.0.0",
"typescript": "^4.0.3"
},
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.6",
"rc-menu": "^9.0.0",
"rc-textarea": "^0.3.0",
"rc-trigger": "^5.0.4",
"rc-util": "^5.0.1"
}
}