Cchilinglingv2.0.0
26b32b22创建于 2024年12月12日历史提交
{
  "name": "@opentiny/tiny-engine-common",
  "version": "2.0.0",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build"
  },
  "main": "dist/index.js",
  "module": "dist/index.js",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./js/": "./dist/js/"
  },
  "files": [
    "dist",
    "js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/opentiny/tiny-engine",
    "directory": "packages/common"
  },
  "bugs": {
    "url": "https://github.com/opentiny/tiny-engine/issues"
  },
  "author": "OpenTiny Team",
  "license": "MIT",
  "homepage": "https://opentiny.design/tiny-engine",
  "dependencies": {
    "@babel/generator": "~7.23.2",
    "@babel/parser": "~7.23.2",
    "@babel/traverse": "~7.23.2",
    "@opentiny/tiny-engine-dsl-vue": "workspace:*",
    "@opentiny/tiny-engine-i18n-host": "workspace:*",
    "@opentiny/tiny-engine-meta-register": "workspace:*",
    "@opentiny/tiny-engine-utils": "workspace:*",
    "@vue/shared": "^3.3.4",
    "axios": "~0.28.0",
    "css-tree": "^2.3.1",
    "eslint-linter-browserify": "8.57.0",
    "monaco-editor": "0.33.0",
    "prettier": "2.7.1",
    "vue-draggable-next": "2.1.0"
  },
  "devDependencies": {
    "@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
    "@vitejs/plugin-vue": "^5.1.2",
    "@vitejs/plugin-vue-jsx": "^4.0.1",
    "glob": "^10.3.4",
    "vite": "^5.4.2"
  },
  "peerDependencies": {
    "@opentiny/vue": "^3.14.0",
    "@opentiny/vue-icon": "^3.14.0",
    "@opentiny/vue-locale": "^3.14.0",
    "@opentiny/vue-renderless": "^3.14.0",
    "vue": "^3.4.15",
    "vue-i18n": "^9.9.0"
  }
}