{
  "name": "@dq-next/dchart",
  "version": "1.1.7",
  "description": "> 笃诚投研数据可视化图表",
  "author": "hanwh@shducheng.com.cn",
  "homepage": "",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/index.umd.js",
  "module": "./index.ts",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js"
    },
    "./dist/style.css": {
      "import": "./dist/style.css",
      "require": "./dist/style.css"
    }
  },
  "dependencies": {
    "@ant-design/icons-vue": "^6.1.0",
    "@dq-next/http-apis": "^1.0.7",
    "@dq-next/icon": "^1.0.6",
    "@dq-next/utils": "^1.0.6",
    "@types/lodash": "4.17.5",
    "@vueuse/core": "^8.3.0",
    "ant-design-vue": "3.2.20",
    "echarts": "5.5.1",
    "lodash": "4.17.5",
    "svg-mark": "1.1.8",
    "vue-i18n": "^9.1.9",
    "@dq-next/types": "^1.0.9"
  },
  "devDependencies": {
    "typescript": "4.4.3"
  },
  "scripts": {
    "build": "vite build --config vite.config.lib.ts",
    "test": "node ./__tests__/@dq-next/dchart.test.js"
  }
}