{
  "name": "@ibiz-template-package/vue2-de-chart-view",
  "version": "0.0.2-beta.0",
  "description": "ibiz full-dynamic-vue 模板项目扩展插件示例",
  "author": "chitanda",
  "license": "MIT",
  "type": "module",
  "main": "dist/ibiz-template-plugin.es.js",
  "module": "dist/ibiz-template-plugin.es.js",
  "types": "dist/types/index.d.ts",
  "system": "dist/index.legacy.js",
  "files": [
    "dist",
    "src",
    "CHANGELOG.md",
    "README.md"
  ],
  "scripts": {
    "dev": "vite build --watch",
    "build": "vue-tsc --noEmit && vite build",
    "preview": "vite preview",
    "publish:next": "npm publish --access public --tag next",
    "publish:npm": "npm publish --access public"
  },
  "styles": [
    "dist/style.css"
  ],
  "dependencies": {
    "@ibiz-template/command": "^0.0.1-beta.50",
    "@ibiz-template/controller": "^0.0.1-beta.59",
    "@ibiz-template/core": "^0.0.1-beta.57",
    "@ibiz-template/model": "^0.0.1-beta.59",
    "@ibiz-template/runtime": "^0.0.1-beta.59",
    "@ibiz-template/service": "^0.0.1-beta.59",
    "@ibiz-template/theme": "^0.0.1-beta.59",
    "@ibiz-template/vue-util": "^0.0.1-beta.59",
    "@ibiz/dynamic-model-api": "^2.1.22",
    "async-validator": "^4.2.5",
    "axios": "^1.3.5",
    "dayjs": "^1.11.7",
    "echarts": "^5.4.2",
    "lodash-es": "^4.17.21",
    "pluralize": "^8.0.0",
    "qs": "^6.11.1",
    "qx-util": "^0.4.8",
    "ramda": "^0.29.0",
    "vue": "^2.7.14",
    "vue-router": "^3.6.5"
  },
  "peerDependencies": {
    "@ibiz-template/command": "^0.0.1-beta.50",
    "@ibiz-template/controller": "^0.0.1-beta.59",
    "@ibiz-template/core": "^0.0.1-beta.57",
    "@ibiz-template/model": "^0.0.1-beta.59",
    "@ibiz-template/runtime": "^0.0.1-beta.59",
    "@ibiz-template/service": "^0.0.1-beta.59",
    "@ibiz-template/theme": "^0.0.1-beta.59",
    "@ibiz-template/vue-util": "^0.0.1-beta.59",
    "@ibiz/dynamic-model-api": "^2.1.22",
    "async-validator": "^4.2.5",
    "axios": "^1.3.4",
    "dayjs": "^1.11.7",
    "lodash-es": "^4.17.21",
    "monaco-editor": "^0.36.1",
    "pluralize": "^8.0.0",
    "qs": "^6.11.0",
    "qx-util": "^0.4.8",
    "ramda": "^0.28.0",
    "vue": "^2.7.14",
    "vue-router": "^3.6.5"
  },
  "devDependencies": {
    "@types/ramda": "^0.28.23",
    "@qx-chitanda/vite-plugin-lib-legacy": "^4.1.0",
    "@vitejs/plugin-vue2": "^2.2.0",
    "@vitejs/plugin-vue2-jsx": "^1.1.0",
    "eslint": "^8.37.0",
    "rollup-plugin-visualizer": "^5.9.0",
    "sass": "^1.60.0",
    "terser": "^5.16.8",
    "typescript": "^5.0.3",
    "vite": "^4.2.1",
    "vite-plugin-dts": "^2.2.0",
    "vite-plugin-eslint": "^1.8.1",
    "vue-eslint-parser": "^9.1.1",
    "vue-tsc": "^1.2.0"
  }
}