48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@opentiny/tiny-engine-layout",
|
|
"version": "2.4.0",
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.js",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/opentiny/tiny-engine/issues"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/opentiny/tiny-engine",
|
|
"directory": "packages/layout"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@opentiny/tiny-engine-common": "workspace:*",
|
|
"@opentiny/tiny-engine-meta-register": "workspace:*",
|
|
"@opentiny/tiny-engine-utils": "workspace:*",
|
|
"@vueuse/core": "^9.6.0",
|
|
"vue-draggable-next": "2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
|
|
"@vitejs/plugin-vue": "^5.1.2",
|
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
"less": "^4.2.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-renderless": "^3.20.0",
|
|
"@opentiny/vue-theme": "^3.20.0",
|
|
"vue": "^3.4.23"
|
|
}
|
|
}
|