{
  "name": "@ant-design/happy-work-theme",
  "version": "2.0.0",
  "description": "Ant Design happy work theme",
  "keywords": [
    "react",
    "ant-design",
    "theme"
  ],
  "homepage": "https://github.com/ant-design/happy-work-theme",
  "bugs": {
    "url": "https://github.com/ant-design/happy-work-theme/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ant-design/happy-work-theme.git"
  },
  "license": "MIT",
  "author": "",
  "main": "./lib/index",
  "module": "./es/index",
  "files": [
    "es",
    "lib",
    "assets/**/*.css",
    "assets/**/*.less"
  ],
  "scripts": {
    "build": "dumi build",
    "compile": "father build",
    "coverage": "rc-test --coverage",
    "lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
    "now-build": "npm run build",
    "prepublishOnly": "npm run compile && rc-np --yolo --no-publish",
    "start": "dumi dev",
    "test": "rc-test --no-cache"
  },
  "dependencies": {
    "@ant-design/cssinjs": "^2.0.1",
    "@ant-design/fast-color": "^3.0.0",
    "@babel/runtime": "^7.18.3",
    "@rc-component/motion": "^1.1.6",
    "@rc-component/util": "^1.5.0",
    "clsx": "^2.1.1"
  },
  "devDependencies": {
    "@rc-component/father-plugin": "^2.0.0",
    "@rc-component/np": "^1.0.4",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^16.3.0",
    "@types/jest": "^26.0.15",
    "@types/node": "^25.0.0",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "antd": "^6.1.0",
    "cross-env": "^10.1.0",
    "dumi": "^2.1.0",
    "eslint": "^8.56.0",
    "eslint-plugin-unicorn": "^55.0.0",
    "father": "^4.0.0",
    "rc-test": "^7.0.13",
    "react": "^18",
    "react-dom": "^18",
    "regenerator-runtime": "^0.13.7",
    "typescript": "^5.0.0",
    "@umijs/fabric": "^4.0.1"
  },
  "peerDependencies": {
    "antd": ">=6.1.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "engines": {
    "node": ">=8.x"
  }
}