{
  "name": "@yeepay/lowcode-engine",
  "version": "2.3.12",
  "description": "",
  "homepage": "http://gitlab.yeepay.com/fex/lowcode/low-code-editor/packages/engine#readme",
  "repository": {
    "type": "git",
    "url": "git+http://gitlab.yeepay.com/fex/lowcode/low-code-editor.git"
  },
  "bugs": "http://gitlab.yeepay.com/fex/lowcode/low-code-editor/-/issues",
  "keywords": [
    "lowcode",
    "engine"
  ],
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    },
    "./dist/styles/*": {
      "import": "./dist/styles/*",
      "require": "./dist/styles/*"
    },
    "./types/*": {
      "types": "./types/*"
    },
    "./setters": {
      "types": "./types/setters.d.ts",
      "import": "./dist/setters.js",
      "require": "./dist/setters.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "peerDependencies": {
    "@vue/composition-api": "^1.7.0",
    "vue": ">= 2.5 < 3"
  },
  "dependencies": {
    "@faker-js/faker": "^9.2.0",
    "@floating-ui/dom": "^0.4.5",
    "@iconify-json/mdi": "^1.1.66",
    "@vanilla-extract/css": "^1.16.0",
    "@vanilla-extract/dynamic": "^2.1.2",
    "@yeepay/client-utils": "^2.3.0",
    "ant-design-vue": "^1.7.8",
    "axios": "^1.7.0",
    "axios-mock-adapter": "^2.1.0",
    "codemirror": "^5.65.17",
    "comlink": "^4.4.1",
    "crypto-js": "^4.2.0",
    "diff-match-patch": "^1.0.5",
    "fuse.js": "^6.6.2",
    "html-to-image": "^1.11.11",
    "idb": "^7.1.1",
    "jsonlint-mod": "^1.7.6",
    "lodash-es": "^4.17.21",
    "micromatch": "^4.0.5",
    "minisearch": "^7.1.1",
    "modern-normalize": "^1.1.0",
    "monaco-editor": "^0.50.0",
    "nanoid": "^4.0.2",
    "query-string": "^8.2.0",
    "radash": "^12.1.0",
    "sortablejs": "^1.15.2",
    "vcolorpicker": "^1.1.0",
    "vditor": "3.3.9",
    "vue-codemirror": "^4.0.6",
    "vue-cropper": "^0.5.11",
    "vue-router": "^3.6.5",
    "@yeepay/lowcode-renderer": "2.24.3",
    "@yeepay/lowcode-shared": "2.0.21"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/codemirror": "^5.60.15",
    "@types/crypto-js": "^4.2.2",
    "@types/diff-match-patch": "^1.0.36",
    "@types/js-cookie": "^3.0.6",
    "@types/micromatch": "^4.0.7",
    "vite-plugin-monaco-editor": "^1.1.0"
  },
  "scripts": {
    "build": "vite build && nr build-cssfile",
    "build-cssfile": "tsx scripts/build-cssfile.ts",
    "sync": "cnpm-sync @yeepay/lowcode-engine"
  }
}