{
  "name": "@eciol/share-ui",
  "version": "2.1.4",
  "homepage": "https://github.com/vbenjs/vue-vben-admin",
  "bugs": {
    "url": "https://github.com/vbenjs/vue-vben-admin/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
    "directory": "packages/ui/share-ui"
  },
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "development": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "pnpm vite build",
    "clean": "pnpm rimraf .turbo node_modules dist",
    "lint": "pnpm eslint ."
  },
  "dependencies": {
    "@ant-design/icons-vue": "^6.1.0",
    "@iconify/vue": "^4.1.1",
    "@logicflow/core": "^1.2.9",
    "@logicflow/extension": "^1.2.9",
    "@eciol/assets": "workspace:*",
    "@eciol/hooks": "workspace:*",
    "@eciol/locale": "workspace:*",
    "@eciol/shared": "workspace:*",
    "@eciol/types": "workspace:*",
    "codemirror": "^5.65.12",
    "qrcode": "^1.5.1",
    "tinymce": "^5.10.7",
    "vditor": "^3.9.4",
    "vue-json-pretty": "^2.2.4"
  },
  "devDependencies": {
    "vite-plugin-svg-icons": "^2.0.1"
  },
  "publishConfig": {
    "exports": {
      ".": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      }
    }
  }
}
