{
  "name": "styled-antd",
  "version": "0.4.0",
  "type": "module",
  "description": "Styled Antd 是一个专门为 antd 组件库设计的 css-in-js 样式解决方案。",
  "repository": {
    "type": "git",
    "url": "https://github.com/WaldenLiang/styled-antd.git"
  },
  "bugs": {
    "url": "https://github.com/WaldenLiang/styled-antd/issues"
  },
  "homepage": "https://github.com/WaldenLiang/styled-antd",
  "author": "Walden Liang<waldenliang@outlook.com>",
  "license": "ISC",
  "keywords": [
    "styled-antd",
    "antd-design",
    "antd",
    "ant",
    "css",
    "styled",
    "className",
    "components",
    "css-in-js",
    "theming",
    "theme",
    "responsive",
    "react",
    "style"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "browser": {
        "require": "./dist/index.cjs",
        "default": "./dist/index.js"
      },
      "default": {
        "require": "./dist/index.cjs",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview",
    "prepare": "husky install",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "test": "jest",
    "release": "release-it"
  },
  "dependencies": {
    "csstype": "^3.1.2",
    "lodash.mergewith": "^4.6.2"
  },
  "peerDependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "antd": "^5.11.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@ant-design/icons": "^5.2.6",
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@release-it/conventional-changelog": "^8.0.1",
    "@storybook/addon-essentials": "^7.5.3",
    "@storybook/addon-interactions": "^7.5.3",
    "@storybook/addon-links": "^7.5.3",
    "@storybook/addon-onboarding": "^1.0.8",
    "@storybook/blocks": "^7.5.3",
    "@storybook/react": "^7.5.3",
    "@storybook/react-vite": "^7.5.3",
    "@storybook/testing-library": "^0.2.2",
    "@testing-library/jest-dom": "^6.1.4",
    "@testing-library/react": "^14.1.2",
    "@types/jest": "^29.5.8",
    "@types/lodash.mergewith": "^4.6.9",
    "@types/node": "^20.9.1",
    "@types/react": "^18.2.37",
    "@types/react-dom": "^18.2.15",
    "@typescript-eslint/eslint-plugin": "^6.10.0",
    "@typescript-eslint/parser": "^6.10.0",
    "@vitejs/plugin-react": "^4.2.0",
    "antd": "^5.11.0",
    "eslint": "^8.53.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.4",
    "eslint-plugin-storybook": "^0.6.15",
    "framer-motion": "^10.16.5",
    "husky": "^8.0.3",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "lint-staged": "^15.1.0",
    "prettier": "^3.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "release-it": "^17.0.0",
    "storybook": "^7.5.3",
    "ts-jest": "^29.1.1",
    "typescript": "^5.2.2",
    "vite": "^5.0.0",
    "vite-plugin-dts": "^3.6.3"
  }
}
