UNPKG

@opentiny/tiny-engine-block-build

Version:

translate block to webcomponent template

50 lines (49 loc) 1.25 kB
{ "name": "@opentiny/tiny-engine-block-build", "version": "2.6.3", "description": "translate block to webcomponent template", "main": "./dist/web-components.es.js", "type": "module", "scripts": { "build:block": "vite build --mode block" }, "keywords": [ "vue", "vue3", "frontend", "opentiny", "lowcode", "tiny-engine", "webComponent" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/opentiny/tiny-engine", "directory": "packages/builtinComponent" }, "bugs": { "url": "https://github.com/opentiny/tiny-engine/issues" }, "author": "OpenTiny Team", "license": "MIT", "homepage": "https://opentiny.design/tiny-engine", "dependencies": { "@opentiny/tiny-engine-i18n-host": "2.6.3", "@opentiny/tiny-engine-webcomponent-core": "2.6.3", "@opentiny/vue": "~3.20.0", "@opentiny/vue-icon": "~3.20.0", "@opentiny/vue-theme": "~3.20.0", "@vue/shared": "^3.3.11", "vue": "^3.4.15", "vue-i18n": "^9.9.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.1.2", "@vitejs/plugin-vue-jsx": "^4.0.1", "vite": "^5.4.2" }, "gitHead": "d274eef2c6c1e037aa2810fa6690ae1bdf49f27a" }