{
  "name": "@opentiny/tiny-engine",
  "version": "2.11.0",
  "type": "module",
  "description": "TinyEngine enables developers to customize low-code platforms, build low-bit platforms online in real time, and support secondary development or integration of low-bit platform capabilities.",
  "homepage": "https://opentiny.design/tiny-engine",
  "keywords": [
    "vue",
    "vue3",
    "frontend",
    "opentiny",
    "lowcode",
    "tiny-engine"
  ],
  "module": "index.js",
  "main": "index.js",
  "files": [
    "dist",
    "assets"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./canvas": "./dist/canvas.js"
  },
  "scripts": {
    "preview": "vite preview",
    "lint": "eslint . --ext .js,.vue,.jsx --fix",
    "build": "cross-env NODE_OPTIONS=--max-old-space-size=6144 vite build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/opentiny/tiny-engine",
    "directory": "packages/design-core"
  },
  "bugs": {
    "url": "https://github.com/opentiny/tiny-engine/issues"
  },
  "author": "OpenTiny Team",
  "license": "MIT",
  "dependencies": {
    "@babel/core": "~7.23.2",
    "@babel/generator": "~7.23.2",
    "@babel/parser": "~7.23.2",
    "@babel/traverse": "~7.23.2",
    "@opentiny/tiny-schema-renderer": "1.0.0-beta.6",
    "@opentiny/tiny-engine-canvas": "workspace:*",
    "@opentiny/tiny-engine-common": "workspace:*",
    "@opentiny/tiny-engine-configurator": "workspace:*",
    "@opentiny/tiny-engine-i18n-host": "workspace:*",
    "@opentiny/tiny-engine-layout": "workspace:*",
    "@opentiny/tiny-engine-meta-register": "workspace:*",
    "@opentiny/tiny-engine-plugin-block": "workspace:*",
    "@opentiny/tiny-engine-plugin-bridge": "workspace:*",
    "@opentiny/tiny-engine-plugin-datasource": "workspace:*",
    "@opentiny/tiny-engine-plugin-help": "workspace:*",
    "@opentiny/tiny-engine-plugin-i18n": "workspace:*",
    "@opentiny/tiny-engine-plugin-materials": "workspace:*",
    "@opentiny/tiny-engine-plugin-page": "workspace:*",
    "@opentiny/tiny-engine-plugin-robot": "workspace:*",
    "@opentiny/tiny-engine-plugin-resource": "workspace:*",
    "@opentiny/tiny-engine-plugin-schema": "workspace:*",
    "@opentiny/tiny-engine-plugin-script": "workspace:*",
    "@opentiny/tiny-engine-plugin-state": "workspace:*",
    "@opentiny/tiny-engine-plugin-tree": "workspace:*",
    "@opentiny/tiny-engine-plugin-tutorial": "workspace:*",
    "@opentiny/tiny-engine-plugin-model-manager": "workspace:*",
    "@opentiny/tiny-engine-setting-design": "workspace:*",
    "@opentiny/tiny-engine-setting-events": "workspace:*",
    "@opentiny/tiny-engine-setting-props": "workspace:*",
    "@opentiny/tiny-engine-setting-styles": "workspace:*",
    "@opentiny/tiny-engine-settings-panel": "workspace:*",
    "@opentiny/tiny-engine-svgs": "workspace:*",
    "@opentiny/tiny-engine-theme-base": "workspace:*",
    "@opentiny/tiny-engine-toolbar-breadcrumb": "workspace:*",
    "@opentiny/tiny-engine-toolbar-clean": "workspace:*",
    "@opentiny/tiny-engine-toolbar-collaboration": "workspace:*",
    "@opentiny/tiny-engine-toolbar-fullscreen": "workspace:*",
    "@opentiny/tiny-engine-toolbar-generate-code": "workspace:*",
    "@opentiny/tiny-engine-toolbar-upload": "workspace:*",
    "@opentiny/tiny-engine-toolbar-lang": "workspace:*",
    "@opentiny/tiny-engine-toolbar-lock": "workspace:*",
    "@opentiny/tiny-engine-toolbar-logo": "workspace:*",
    "@opentiny/tiny-engine-toolbar-media": "workspace:*",
    "@opentiny/tiny-engine-toolbar-preview": "workspace:*",
    "@opentiny/tiny-engine-toolbar-redoundo": "workspace:*",
    "@opentiny/tiny-engine-toolbar-refresh": "workspace:*",
    "@opentiny/tiny-engine-toolbar-save": "workspace:*",
    "@opentiny/tiny-engine-toolbar-setting": "workspace:*",
    "@opentiny/tiny-engine-toolbar-theme-switch": "workspace:*",
    "@opentiny/tiny-engine-toolbar-view-setting": "workspace:*",
    "@opentiny/tiny-engine-toolbar-user": "workspace:*",
    "@opentiny/tiny-engine-utils": "workspace:*",
    "@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
    "@opentiny/tiny-engine-workspace-template-center": "workspace:*",
    "@opentiny/tiny-engine-workspace-application-center": "workspace:*",
    "@vue/repl": "4.6.1",
    "@vueuse/core": "^9.6.0",
    "element-resize-detector": "^1.2.4",
    "eslint-linter-browserify": "8.57.0",
    "file-saver": "^2.0.5",
    "html2canvas": "^1.4.1",
    "monaco-editor": "0.51.0",
    "prettier": "2.7.1",
    "sortablejs": "^1.14.0",
    "vue-i18n": "^9.9.0"
  },
  "devDependencies": {
    "@esbuild-plugins/node-globals-polyfill": "^0.2.3",
    "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
    "@types/node": "^18.0.0",
    "@vitejs/plugin-vue": "^5.1.2",
    "@vitejs/plugin-vue-jsx": "^4.0.1",
    "cross-env": "^7.0.3",
    "eslint": "^8.38.0",
    "less": "^4.1.2",
    "rollup-plugin-polyfill-node": "^0.13.0",
    "vite": "^5.4.2",
    "vite-plugin-static-copy": "^1.0.6"
  },
  "peerDependencies": {
    "@opentiny/vue": "^3.20.0",
    "@opentiny/vue-design-smb": "^3.20.0",
    "@opentiny/vue-icon": "^3.20.0",
    "@opentiny/vue-locale": "^3.20.0",
    "@opentiny/vue-renderless": "^3.20.0",
    "@opentiny/vue-runtime": "^3.20.0",
    "@opentiny/vue-theme": "^3.20.0",
    "vue": "^3.4.23",
    "vue-router": "4.6.3"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead"
  ]
}