tiny-engine/packages/design-core/package.json

137 lines
5.1 KiB
JSON

{
"name": "@opentiny/tiny-engine",
"version": "2.4.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=8192 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-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-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-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-lang": "workspace:*",
"@opentiny/tiny-engine-toolbar-layout": "workspace:*",
"@opentiny/tiny-engine-toolbar-lock": "workspace:*",
"@opentiny/tiny-engine-toolbar-logo": "workspace:*",
"@opentiny/tiny-engine-toolbar-logout": "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-utils": "workspace:*",
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
"@opentiny/tiny-engine-webcomponent-core": "workspace:*",
"@vue/babel-plugin-jsx": "^1.2.5",
"@vue/repl": "^2.9.0",
"@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",
"eslint-plugin-vue": "^8.0.0",
"fs-extra": "^10.1.0",
"husky": "^8.0.0",
"lerna": "^7.2.0",
"less": "^4.1.2",
"lint-staged": "^13.2.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"vite": "^5.4.2"
},
"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"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}