{
  "name": "@rc-component/drawer",
  "version": "1.4.2",
  "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 && rc-np",
    "start": "dumi dev",
    "test": "rc-test",
    "prettier": "prettier --write .",
    "prepare": "husky"
  },
  "dependencies": {
    "@rc-component/motion": "^1.1.4",
    "@rc-component/portal": "^2.1.3",
    "@rc-component/util": "^1.9.0",
    "clsx": "^2.1.1"
  },
  "devDependencies": {
    "@ant-design/icons": "^5.3.0",
    "@rc-component/father-plugin": "^2.0.2",
    "@rc-component/np": "^1.0.0",
    "@testing-library/jest-dom": "^6.2.0",
    "@testing-library/react": "^16.3.0",
    "@types/jest": "^29.5.11",
    "@types/node": "^25.0.0",
    "@types/raf": "^3.4.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@types/warning": "^3.0.0",
    "antd": "^5.12.7",
    "dumi": "^2.2.0",
    "eslint": "^8.56.0",
    "eslint-plugin-jest": "^29.0.1",
    "eslint-plugin-unicorn": "^51.0.1",
    "father": "^4.0.0",
    "glob": "^10.3.10",
    "husky": "^9.0.10",
    "less": "^4.2.0",
    "lint-staged": "^16.1.5",
    "prettier": "^3.0.0",
    "rc-test": "^7.0.9",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "stylelint": "^17.1.0",
    "stylelint-config-standard-less": "^4.0.0",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": "eslint --fix",
    "*.{css,less}": "stylelint --fix",
    "*.{js,jsx,ts,tsx,json,less,css,md}": "prettier --write"
  }
}
