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-menu/package.json

80 lines
1.9 KiB

{
"name": "rc-menu",
"version": "9.2.1",
"description": "menu ui component for react",
"keywords": [
"react",
"react-component",
"menu",
"ui",
"react-menu"
],
"files": [
"es",
"lib",
"assets/*.css",
"assets/*.less"
],
"main": "./lib/index",
"module": "./es/index",
"homepage": "http://github.com/react-component/menu",
"maintainers": [
"yiminghe@gmail.com",
"hualei5280@gmail.com"
],
"repository": {
"type": "git",
"url": "git@github.com:react-component/menu.git"
},
"bugs": {
"url": "http://github.com/react-component/menu/issues"
},
"license": "MIT",
"scripts": {
"start": "dumi dev",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d .doc",
"compile": "father build && lessc assets/index.less assets/index.css",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"lint": "eslint src/ --ext .tsx,.ts,.jsx,.js",
"test": "father test",
"coverage": "father test --coverage",
"now-build": "npm run build"
},
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "2.x",
"rc-motion": "^2.4.3",
"rc-overflow": "^1.2.0",
"rc-trigger": "^5.1.2",
"rc-util": "^5.12.0",
"shallowequal": "^1.1.0"
},
"devDependencies": {
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.23",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/warning": "^3.0.0",
"cross-env": "^7.0.0",
"dumi": "^1.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.0.2",
"enzyme-to-json": "^3.4.0",
"eslint": "^7.0.0",
"father": "^2.22.0",
"father-build": "^1.18.6",
"gh-pages": "^3.1.0",
"less": "^3.10.3",
"np": "^6.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"regenerator-runtime": "^0.13.7",
"typescript": "^4.0.5"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}