amis-rpc-design/node_modules/rc-drawer/package.json
2023-10-07 19:42:30 +08:00

79 lines
1.9 KiB
JSON

{
"name": "rc-drawer",
"version": "6.4.1",
"description": "drawer component for react",
"keywords": [
"react",
"react-component",
"react-drawer",
"drawer",
"drawer-menu",
"rc-drawer-menu",
"react-drawer-menu",
"animation",
"drawer-motion",
"drawer-animation"
],
"homepage": "https://github.com/react-component/drawer",
"bugs": {
"url": "https://github.com/react-component/drawer/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/react-component/drawer.git"
},
"license": "MIT",
"author": "155259966@qq.com",
"main": "./lib/index",
"module": "./es/index",
"files": [
"lib",
"assets/*.css",
"es"
],
"scripts": {
"build": "dumi build",
"compile": "father build && lessc assets/index.less assets/index.css",
"lint": "eslint src/ --ext .tsx,.ts",
"now-build": "npm run build",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"start": "dumi dev",
"test": "rc-test"
},
"dependencies": {
"@babel/runtime": "^7.10.1",
"@rc-component/portal": "^1.1.1",
"classnames": "^2.2.6",
"rc-motion": "^2.6.1",
"rc-util": "^5.36.0"
},
"devDependencies": {
"@rc-component/father-plugin": "^1.0.0",
"@ant-design/icons": "^4.7.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^14.0.0",
"@types/classnames": "^2.2.9",
"@types/jest": "^27.0.2",
"@types/raf": "^3.4.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/warning": "^3.0.0",
"rc-test": "^7.0.9",
"antd": "^4.20.2",
"dumi": "^2.2.0",
"eslint": "^7.0.0",
"father": "^4.0.0",
"glob": "^7.1.6",
"less": "^3.10.3",
"np": "^7.5.0",
"prettier": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}