tiny-engine/dl-flow-frontend/packages/controller/package.json

51 lines
1.3 KiB
JSON

{
"name": "@opentiny/tiny-engine-controller",
"version": "1.0.2",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "vite build"
},
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist"
],
"exports": {
".": "./dist/index.js",
"./utils": "./dist/utils.js",
"./adapter": "./dist/adapter.js"
},
"repository": {
"type": "git",
"url": "https://github.com/opentiny/tiny-engine",
"directory": "packages/controller"
},
"bugs": {
"url": "https://github.com/opentiny/tiny-engine/issues"
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-builtin-component": "workspace:*",
"@opentiny/tiny-engine-canvas": "workspace:*",
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"@vue/shared": "^3.3.4",
"@vueuse/core": "^10.9.0",
"monaco-editor": "0.33.0",
"socket.io-client": "^4.7.4",
"vue": "3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
}
}