forked from opentiny/tiny-engine
137 lines
5.4 KiB
JSON
137 lines
5.4 KiB
JSON
{
|
|
"name": "@opentiny/tiny-engine",
|
|
"version": "1.0.0-beta.4",
|
|
"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"
|
|
],
|
|
"scripts": {
|
|
"dev": "cross-env NODE_OPTIONS=--max-old-space-size=10240 VITE_API_MOCK=mock vite",
|
|
"serve": "cross-env NODE_OPTIONS=--max-old-space-size=10240 vite",
|
|
"build:alpha": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --mode alpha",
|
|
"build:prod": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --mode prod",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .js,.vue,.jsx --fix"
|
|
},
|
|
"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-controller": "workspace:*",
|
|
"@opentiny/tiny-engine-dsl-vue": "workspace:*",
|
|
"@opentiny/tiny-engine-http": "workspace:*",
|
|
"@opentiny/tiny-engine-i18n-host": "workspace:*",
|
|
"@opentiny/tiny-engine-plugin-block": "workspace:*",
|
|
"@opentiny/tiny-engine-plugin-bridge": "workspace:*",
|
|
"@opentiny/tiny-engine-plugin-data": "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-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-svgs": "workspace:*",
|
|
"@opentiny/tiny-engine-theme-dark": "workspace:*",
|
|
"@opentiny/tiny-engine-theme-light": "workspace:*",
|
|
"@opentiny/tiny-engine-toolbar-breadcrumb": "workspace:*",
|
|
"@opentiny/tiny-engine-toolbar-checkinout": "workspace:*",
|
|
"@opentiny/tiny-engine-toolbar-clean": "workspace:*",
|
|
"@opentiny/tiny-engine-toolbar-collaboration": "workspace:*",
|
|
"@opentiny/tiny-engine-toolbar-fullscreen": "workspace:*",
|
|
"@opentiny/tiny-engine-toolbar-generate-vue": "workspace:*",
|
|
"@opentiny/tiny-engine-toolbar-lang": "workspace:*",
|
|
"@opentiny/tiny-engine-toolbar-layout": "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-utils": "workspace:*",
|
|
"@opentiny/tiny-engine-webcomponent-core": "workspace:*",
|
|
"@opentiny/vue": "~3.14.0",
|
|
"@opentiny/vue-design-smb": "~3.14.0",
|
|
"@opentiny/vue-renderless": "~3.14.0",
|
|
"@opentiny/vue-theme": "~3.14.0",
|
|
"@vue/babel-plugin-jsx": "1.1.1",
|
|
"@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.33.0",
|
|
"prettier": "2.7.1",
|
|
"sortablejs": "^1.14.0",
|
|
"vue": "3.4.23",
|
|
"vue-i18n": "^9.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.21.3",
|
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
|
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
|
"@opentiny/tiny-engine-i18n-host": "workspace:*",
|
|
"@types/node": "^18.0.0",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"assert": "^2.0.0",
|
|
"buffer": "^6.0.3",
|
|
"cross-env": "^7.0.3",
|
|
"esbuild": "^0.21.5",
|
|
"esbuild-plugin-copy": "^2.1.1",
|
|
"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",
|
|
"path": "^0.12.7",
|
|
"rimraf": "^3.0.2",
|
|
"rollup-plugin-polyfill-node": "^0.12.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"rollup-plugin-visualizer": "^5.8.3",
|
|
"shelljs": "^0.8.5",
|
|
"svg-sprite-loader": "^6.0.11",
|
|
"vite": "^4.3.7",
|
|
"vite-plugin-monaco-editor": "^1.1.0",
|
|
"vite-plugin-static-copy": "^0.16.0",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vue-eslint-parser": "^8.0.1"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|