{
  "name": "@dodoex/components",
  "version": "3.2.0",
  "description": "UI component library",
  "source": "src/index.ts",
  "types": "dist/types/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "scripts": {
    "typescript": "tsc --project tsconfig.json --emitDeclarationOnly",
    "build": "rollup -c",
    "watch": "yarn run rollup -c --watch",
    "publish-sample": "npm publish --access public",
    "prerelease": "yarn run build",
    "release": "semantic-release",
    "release:local": "np --any-branch --no-cleanup --no-tests",
    "release.npm-publish-beta": "npm publish --tag beta"
  },
  "author": "",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "dodo",
    "ui",
    "components"
  ],
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "license": "GPL-3.0-or-later",
  "dependencies": {
    "@babel/runtime": "^7.17.0",
    "@dodoex/icons": "^2.1.0",
    "@emotion/react": "^11.10.0",
    "@emotion/styled": "^11.10.0",
    "@mui/base": "5.0.0-beta.58",
    "@mui/system": "5.8.4",
    "@szhsin/react-accordion": "^1.2.1",
    "any-touch": "^2.2.0",
    "clsx": "^1.2.1",
    "lottie-web": "^5.12.2"
  },
  "peerDependencies": {
    "lodash": "^4.17.21",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^5.0.7",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.1",
    "@rollup/plugin-url": "^8.0.2",
    "@svgr/rollup": "^6.2.1",
    "np": "^7.6.1",
    "rollup": "^4.18.0",
    "rollup-plugin-clear": "^2.0.7",
    "tslib": "^2.4.0",
    "typescript": "^5.6.3"
  }
}