{
  "name": "react-devui",
  "version": "0.0.0",
  "private": true,
  "description": "React Component Library",
  "homepage": "https://github.com/DevCloudFE/react-devui",
  "license": "MIT",
  "scripts": {
    "build:affected": "nx affected --target=build --parallel=7",
    "build:icons": "ts-node -P ./tools/tsconfig.json ./tools/ui-icons.ts",
    "build:vscode-extension": "nx build vscode-extension && cd dist/packages/vscode-extension && yarn install && vsce package --yarn",
    "lint:affected": "nx affected --target=lint --parallel=7",
    "lint:affected:fix": "nx affected --target=lint --parallel=7 --fix",
    "lint:style": "stylelint **/*.{css,scss,html,md}",
    "lint:style:fix": "yarn lint:style --fix",
    "prepare": "husky install && ts-node -P ./tools/tsconfig.json ./tools/husky.ts",
    "prepublishOnly": "nx run-many --target=build --parallel=7 --exclude=site,vscode-extension",
    "publish:vscode-extension": "yarn build:vscode-extension && cd dist/packages/vscode-extension && vsce publish --yarn",
    "serve:site": "nx serve site",
    "test:affected": "nx affected --target=test --parallel=7",
    "test:ui": "nx run ui:test",
    "util:base64-data": "ts-node -P ./tools/tsconfig.json ./tools/base64-data.ts",
    "util:check-update": "yarn upgrade-interactive --latest",
    "util:platform-project": "ts-node -P ./tools/tsconfig.json ./tools/platform-project.ts",
    "util:sort-package-json": "sort-package-json 'package.json' 'packages/*/package.json'",
    "util:update-dependencies": "ts-node -P ./tools/tsconfig.json ./tools/update-dependencies.ts",
    "preversion": "yarn util:update-dependencies --check",
    "version": "prettier lerna.json --write"
  },
  "dependencies": {},
  "devDependencies": {
    "@amap/amap-jsapi-loader": "^1.0.1",
    "@amap/amap-jsapi-types": "^0.0.10",
    "@ant-design/icons-svg": "^4.2.1",
    "@commitlint/cli": "^17.3.0",
    "@commitlint/config-conventional": "^17.3.0",
    "@nrwl/cli": "15.2.1",
    "@nrwl/eslint-plugin-nx": "15.2.1",
    "@nrwl/jest": "15.2.1",
    "@nrwl/linter": "15.2.1",
    "@nrwl/nx-cloud": "15.0.2",
    "@nrwl/react": "15.2.1",
    "@nrwl/tao": "15.2.1",
    "@nrwl/web": "15.2.1",
    "@nrwl/workspace": "15.2.1",
    "@stackblitz/sdk": "^1.8.1",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@types/fs-extra": "^9.0.13",
    "@types/glob": "^8.0.0",
    "@types/inquirer": "^8.2.5",
    "@types/jest": "28.1.1",
    "@types/lodash": "^4.14.191",
    "@types/marked": "^4.0.8",
    "@types/node": "16.18.0",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.9",
    "@types/vscode": "^1.74.0",
    "@types/yaml-front-matter": "^4.1.0",
    "@typescript-eslint/eslint-plugin": "^5.46.1",
    "@typescript-eslint/parser": "^5.46.1",
    "axios": "^1.2.1",
    "axios-mock-adapter": "^1.21.2",
    "babel-jest": "28.1.1",
    "bootstrap": "^5.2.3",
    "codesandbox": "^2.2.3",
    "colors": "^1.4.0",
    "core-js": "^3.26.1",
    "dayjs": "^1.11.7",
    "echarts": "^5.4.1",
    "eslint": "^8.29.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsdoc": "^39.6.4",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-markdown": "^3.0.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.31.11",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.1",
    "eslint-plugin-tsdoc": "^0.2.17",
    "fs-extra": "^11.1.0",
    "glob": "^8.0.3",
    "highlight.js": "^11.7.0",
    "husky": "^8.0.2",
    "i18next": "^22.4.3",
    "immer": "^9.0.16",
    "inquirer": "^8.2.5",
    "is-builtin-module": "^3.2.0",
    "jest": "28.1.1",
    "jest-environment-jsdom": "28.1.1",
    "jsurl": "^0.1.5",
    "lerna": "^6.1.0",
    "lodash": "^4.17.21",
    "marked": "^4.2.4",
    "nx": "15.2.1",
    "postcss-html": "^1.5.0",
    "postcss-markdown": "^1.2.0",
    "prettier": "^2.8.1",
    "rcl-store": "^1.0.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-i18next": "^12.1.1",
    "react-router-dom": "^6.4.5",
    "react-test-renderer": "^18.2.0",
    "regenerator-runtime": "^0.13.11",
    "rfs": "^9.0.6",
    "rxjs": "^7.6.0",
    "rxjs-for-await": "^1.0.0",
    "sass": "^1.56.2",
    "sort-package-json": "^2.1.0",
    "stylelint": "^14.16.0",
    "stylelint-config-prettier": "^9.0.4",
    "stylelint-config-recess-order": "^3.0.0",
    "stylelint-config-recommended-scss": "^8.0.0",
    "stylelint-config-standard": "^29.0.0",
    "stylelint-scss": "^4.3.0",
    "table": "^6.8.1",
    "ts-jest": "28.0.5",
    "ts-node": "^10.9.1",
    "tslib": "^2.4.1",
    "typescript": "~4.9.4",
    "yaml-front-matter": "^4.1.1"
  },
  "engines": {
    "node": "14.x || 16.x",
    "npm": "Please use yarn instead of NPM to install dependencies",
    "yarn": ">=1.22.4 <2"
  }
}