{
  "name": "@cobo/cobo-ui-toolkit",
  "version": "2.3.5",
  "description": "",
  "type": "module",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "types": "lib/esm/index.d.ts",
  "files": [
    "lib"
  ],
  "lint-staged": {
    "**/src/**/*.{js,jsx,ts,tsx}": [
      "eslint --fix"
    ],
    "**/src/**/*.{css,less}": [
      "stylelint --fix"
    ]
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.24.9",
    "@babel/plugin-transform-runtime": "^7.28.0",
    "@babel/preset-env": "^7.24.8",
    "@babel/preset-react": "^7.27.1",
    "@babel/preset-typescript": "^7.27.1",
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "@eslint/js": "^9.30.1",
    "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
    "@jest/globals": "^29.7.0",
    "@rollup/plugin-alias": "^5.1.0",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@svgr/rollup": "^8.1.0",
    "@tailwindcss/cli": "^4.1.11",
    "@tailwindcss/postcss": "^4.1.11",
    "@testing-library/dom": "^10.3.1",
    "@testing-library/jest-dom": "^6.4.6",
    "@testing-library/react": "^16.0.0",
    "@types/jest": "^29.5.12",
    "@types/jsonwebtoken": "^9.0.6",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^20.14.10",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@umijs/lint": "^4.4.11",
    "antd": "^5",
    "autoprefixer": "^10.4.21",
    "class-variance-authority": "^0.7.0",
    "classnames": "^2.5.1",
    "cross-env": "^7.0.3",
    "eslint": "^9.30.1",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-prettier": "^5.5.1",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "globals": "^16.3.0",
    "husky": "^9.0.11",
    "identity-obj-proxy": "^3.0.0",
    "inquirer": "^12.9.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-svg-transformer": "^1.0.0",
    "less": "^4.2.0",
    "lint-staged": "^15.2.7",
    "postcss": "^8.5.6",
    "postcss-less": "^6.0.0",
    "prettier": "^3.3.2",
    "prettier-plugin-organize-imports": "^4.1.0",
    "prettier-plugin-packagejson": "^2.5.18",
    "prettier-plugin-tailwindcss": "^0.6.5",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rollup": "^4.20.0",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-preserve-directives": "^0.4.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.36.0",
    "rollup-plugin-visualizer": "^5.12.0",
    "semver": "^7.7.2",
    "stylelint": "^16.21.1",
    "stylelint-config-standard": "^38.0.0",
    "stylelint-config-tailwindcss": "^1.0.0",
    "stylelint-less": "^3.0.1",
    "stylelint-prettier": "^5.0.3",
    "tailwindcss": "^3.4.17",
    "ts-node": "^10.9.2",
    "tsc-alias": "^1.8.16",
    "tslib": "^2.6.3",
    "typescript": "^5.5.3",
    "typescript-eslint": "^8.36.0"
  },
  "dependencies": {
    "@ant-design/icons": "5.x",
    "@babel/runtime-corejs3": "^7.28.0",
    "@tanstack/react-query": "^5.84.1",
    "ahooks": "^3.8.1",
    "bignumber.js": "^9.3.1",
    "dayjs": "^1.11.13",
    "i18next": "^23.12.2",
    "input-otp": "^1.5.0",
    "jsonwebtoken": "^9.0.2",
    "lodash-es": "^4.17.21",
    "rc-motion": "^2.9.2",
    "react-i18next": "^15.0.1",
    "react-image": "^4.1.0",
    "tailwind-merge": "^3.3.1"
  },
  "peerDependencies": {
    "antd": "^5.26.5",
    "react": ">=18.3.1 <20",
    "react-dom": ">=18.3.1 <20"
  },
  "scripts": {
    "build": "pnpm clean && NODE_ENV=production rollup -c rollup.config.mjs --bundleConfigAsCjs",
    "build:dev": "pnpm clean && NODE_ENV=development rollup -c rollup.config.mjs --bundleConfigAsCjs",
    "analyze": "pnpm clean && NODE_ENV=production rollup -c --environment ANALYZE:true --bundleConfigAsCjs",
    "clean": "rm -rf lib",
    "test": "jest",
    "lint": "pnpm lint:es && pnpm lint:css",
    "lint:css": "stylelint \"{src,site}/**/*.{css,less}\"",
    "lint:es": "eslint \"{src,site}/**/*.{js,jsx,ts,tsx}\"",
    "release": "node scripts/release.js"
  }
}