{
  "name": "@zhouchangju/standard-chart",
  "version": "1.10.2-alpha-20250806",
  "description": "标准范式组件",
  "keywords": [
    "柱状图",
    "动态",
    "组件",
    "可视化"
  ],
  "author": "",
  "license": "ISC",
  "exports": {
    "import": "./index.esm.js",
    "require": "./index.umd.js",
    "browser": "./index.umd.js"
  },
  "main": "./index.umd.js",
  "module": "./index.esm.js",
  "browser": "./index.umd.js",
  "types": "./types/index.d.ts",
  "files": [
    "build/",
    "types/",
    "index.esm.js",
    "index.umd.js"
  ],
  "sideEffects": [
    "*.less",
    "src/installExtension.ts",
    "src/installTheme.ts",
    "src/installFont.ts"
  ],
  "scripts": {
    "build:docs-html": "generate-md --layout github --input ./docs --output ./docs-html",
    "serve": "node scripts/serve.cjs",
    "lint:js": "eslint src/ --no-eslintrc --config=.eslintrc.cjs --ext=.js,.ts --fix --quiet --cache --cache-location=node_modules/.cache/.eslintcache --format=pretty",
    "lint": "npm run lint:js",
    "test": "jest --passWithNoTests",
    "test:visual": "node test/runTest/server.js",
    "test-watch": "jest --passWithNoTests --watch",
    "mktest": "node test/testBuild/mktest.js",
    "tsc:types:check": "tsc --noEmit",
    "tsc:types:build": "tsc --emitDeclarationOnly",
    "tsc:types:build-watch": "tsc --emitDeclarationOnly --watch",
    "build:types": "node scripts/run-cli.cjs \"npm run tsc:types:build\"",
    "build-watch:types": "node scripts/run-cli.cjs \"npm run tsc:types:build-watch\" --silent",
    "build": "npm run test && npm run build:types && cross-env NODE_ENV=production rollup --config",
    "build:cdn": "npm run test && npm run build:types && cross-env NODE_ENV=production BUILD_TARGET=cdn rollup --config",
    "build-watch": "cross-env NODE_ENV=development rollup --config --watch",
    "build-watch-serve": "cross-env NODE_ENV=development rollup --config --watch --serve",
    "esbuild-build-watch": "cross-env NODE_ENV=development node scripts/esbuild-watch.mjs",
    "esbuild-build-watch-serve": "cross-env NODE_ENV=development node scripts/esbuild-watch.mjs --serve",
    "dev": "concurrently --raw --kill-others \"npm:build-watch\" \"npm:build-watch:types\"",
    "dev-serve": "concurrently --raw --kill-others \"npm:build-watch-serve\" \"npm:build-watch:types\"",
    "esbuild-dev": "concurrently --raw --kill-others \"npm:esbuild-build-watch\" \"npm:build-watch:types\"",
    "esbuild-dev-serve": "concurrently --raw --kill-others \"npm:esbuild-build-watch-serve\" \"npm:build-watch:types\"",
    "postinstall": "patch-package",
    "postprepare": "node scripts/enableEChartsLibsDTS.mjs",
    "prerelease": "npm run test",
    "prepublishOnly": "npm run build"
  },
  "husky": {
    "hooks": {
      "commit-msg": "node .check-commit-msg.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "http://gitlab.myhexin.com/cifox/datav/dynamic-chart.git"
  },
  "devDependencies": {
    "@babel/core": "^7.17.10",
    "@babel/plugin-proposal-decorators": "^7.17.9",
    "@babel/plugin-transform-runtime": "^7.17.10",
    "@babel/preset-env": "^7.17.10",
    "@babel/preset-typescript": "^7.16.7",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-replace": "^4.0.0",
    "@rollup/plugin-strip": "^2.1.0",
    "@rollup/plugin-terser": "^0.4.3",
    "@rollup/plugin-url": "^7.0.0",
    "@rollup/plugin-virtual": "^2.1.0",
    "@types/d3-force": "^3.0.4",
    "@types/d3-hierarchy": "^3.1.2",
    "@types/d3-scale": "^4.0.3",
    "@types/debug": "^4.1.7",
    "@types/jest": "^28.1.1",
    "@types/sass": "1.43.1",
    "@typescript-eslint/eslint-plugin": "^5.23.0",
    "@typescript-eslint/parser": "^5.23.0",
    "babel-jest": "^28.1.1",
    "browser-sync": "^2.27.10",
    "concurrently": "^7.2.1",
    "cross-env": "^7.0.3",
    "esbuild": "^0.14.42",
    "esbuild-plugin-inline-worker": "0.1.1",
    "esbuild-style-plugin": "^1.6.0",
    "eslint": "^8.15.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-sonarjs": "^1.0.21",
    "eslint-formatter-pretty": "^4.1.0",
    "eslint-plugin-compat": "^4.0.2",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-sonarjs": "^0.13.0",
    "eslint-plugin-tsdoc": "^0.2.16",
    "fs-extra": "^10.1.0",
    "husky": "^4.3.0",
    "jest": "^28.1.1",
    "jest-environment-jsdom": "^28.1.1",
    "less": "^4.1.2",
    "markdown-styles": "^3.2.0",
    "prettier": "2.6.2",
    "rollup": "^2.75.5",
    "rollup-plugin-esbuild": "^4.9.1",
    "rollup-plugin-filesize": "^9.1.2",
    "rollup-plugin-progress": "^1.1.2",
    "rollup-plugin-styles": "^4.0.0",
    "rollup-plugin-visualizer": "^5.6.0",
    "rollup-plugin-web-worker-loader": "1.6.1",
    "typescript": "^4.6.4"
  },
  "dependencies": {
    "@babel/polyfill": "^7.12.1",
    "@babel/runtime": "^7.20.7",
    "core-js": "^3.22.5",
    "d3-force": "^3.0.0",
    "d3-hierarchy": "^3.1.2",
    "d3-polygon": "^3.0.1",
    "d3-scale": "^4.0.2",
    "d3-voronoi-map": "^2.1.0",
    "d3-voronoi-map-tween": "^0.0.1",
    "debug": "^4.3.4",
    "deepmerge": "^4.2.2",
    "echarts": "5.3.3",
    "patch-package": "^6.4.7",
    "seedrandom": "^2.4.3",
    "zrender": "5.3.2"
  }
}