{
  "name": "@dfsj/echarts",
  "version": "3.7.0-alpha.5",
  "description": "专业的水文曲线组件或构造函数以及通用的echart二次封装图表",
  "keywords": [
    "echart",
    "ts"
  ],
  "typings": "./types",
  "author": "yangbo <1747837358@qq.com>",
  "homepage": "",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "browser": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "test": "node ./__tests__/echart.test.js",
    "watch": "rollup --config ./rollup.config.ts --configPlugin typescript -w",
    "build": "rollup --config ./rollup.config.ts --configPlugin typescript"
  },
  "devDependencies": {
    "@dfsj/rollup": "workspace:^",
    "@dfsj/utils": "workspace:^",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^20.11.3"
  },
  "dependencies": {
    "@babel/runtime": "^7.24.0",
    "@vueuse/core": "^10.5.0",
    "commons-math-interpolation": "2.2.3",
    "dayjs": "^1.11.7",
    "echarts": "^5.5.1",
    "element-plus": "^2.9.1",
    "element-resize-detector": "^1.2.4",
    "lodash-es": "^4.17.21",
    "numeral": "2.0.6",
    "simplex-noise": "3.0.1",
    "vue": "^3.5.13",
    "xlsx": "^0.18.5"
  },
  "peerDependencies": {
    "commons-math-interpolation": "2.2.3",
    "dayjs": "^1.11.7",
    "echarts": "^5.5.1",
    "numeral": "2.0.6"
  },
  "gitHead": "546649711e5f511b6efc6e684f20b267d5ca290d",
  "publishConfig": {
    "access": "public"
  }
}
