{
  "name": "@pointcloud/pcloud-components",
  "version": "1.0.5",
  "private": false,
  "description": "pointcloud react 组件库",
  "keywords": [
    "pointcloud",
    "react",
    "components",
    "ui"
  ],
  "homepage": "https://frank17008.github.io/pcloud-components/",
  "license": "MIT",
  "author": "frankdong",
  "module": "dist/esm/index.js",
  "typings": "dist/esm/index.d.ts",
  "files": [
    "dist",
    "README_USER.md"
  ],
  "scripts": {
    "build": "father build",
    "build:watch": "father dev",
    "clean:docs": "node scripts/clean-dir.js docs-dist",
    "clean:tmp": "node scripts/clean-dir.js tmp",
    "dev": "dumi dev",
    "docker:build": "docker build -f Dockerfile -t Harbor地址/仓库名称/镜像名称:latest ./",
    "docker:build:arm64": "docker buildx build --platform=linux/arm64 -f Dockerfile -t Harbor地址/仓库名称/镜像名称:latest ./",
    "docker:delete": "docker rmi Harbor地址/仓库名称/镜像名称:latest",
    "docker:push": "npm run docs:build && npm run docker:build && docker push Harbor地址/仓库名称/镜像名称:latest && npm run docker:delete",
    "docs:build": "npm run clean:docs && dumi build",
    "doctor": "father doctor",
    "lint": "npm run lint:es && npm run lint:css",
    "lint:css": "stylelint \"{src,config,docs,scripts,.dumi/theme}/**/*.{css,less}\"",
    "lint:es": "eslint \"{src,config,docs,scripts,.dumi/theme}/**/*.{js,jsx,ts,tsx}\"",
    "prepare": "husky install && dumi setup",
    "prepublishOnly": "father doctor && npm run lint && npm run build",
    "prettier": "prettier -c --write \"{src,config,docs,scripts,.dumi/theme}/**\"",
    "release": "dotenv -e .env -- release-it --ci",
    "start": "npm run clean:tmp && npm run dev",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{md,json}": [
      "prettier --write --no-error-on-unmatched-pattern"
    ],
    "*.{css,less}": [
      "stylelint --fix",
      "prettier --write"
    ],
    "*.{js,jsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{ts,tsx}": [
      "eslint --fix",
      "prettier --parser=typescript --write"
    ]
  },
  "dependencies": {
    "@babel/runtime": "7.21.0",
    "classnames": "^2.3.2",
    "cropperjs": "^2.0.0",
    "react-color": "^2.19.3",
    "react-countup": "^6.5.0",
    "react-infinite-scroll-component": "^6.1.0",
    "react-org-tree": "^1.0.1",
    "react-rnd": "^10.5.2",
    "sortablejs": "^1.15.6",
    "wordcloud": "^1.2.3"
  },
  "devDependencies": {
    "@ant-design/icons": "^4.8.3",
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@release-it/conventional-changelog": "^7.0.0",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.1",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^29.5.14",
    "@types/react": "18",
    "@types/react-dom": "18",
    "@types/wordcloud": "^1.2.2",
    "@umijs/lint": "^4.0.0",
    "antd": "^4.24.16",
    "dotenv-cli": "^10.0.0",
    "dumi": "^2.4.21",
    "eslint": "^8.23.0",
    "father": "4.6.8",
    "husky": "^8.0.1",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "lint-staged": "13.0.3",
    "moment": "^2.30.1",
    "prettier": "2.7.1",
    "prettier-plugin-organize-imports": "3.0.0",
    "prettier-plugin-packagejson": "2.2.18",
    "react": "18",
    "react-dom": "18",
    "release-it": "^16.1.2",
    "stylelint": "^14.9.1",
    "ts-jest": "^29.4.6"
  },
  "peerDependencies": {
    "@ant-design/icons": "^4.8.3",
    "antd": "^4.24.16",
    "react": "18",
    "react-dom": "18"
  },
  "engines": {
    "node": ">=16.20.0",
    "npm": ">=8.19.4",
    "pnpm": ">=8.15.9"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "pnpm": {
    "overrides": {
      "path-to-regexp": "^1.9.0",
      "nth-check": "^2.0.1"
    }
  }
}
