@yhsoft/web-fabric
Version:
Web 组态 Vue 3 组件,可用于电力、制造等行业
70 lines • 1.75 kB
JSON
{
"id": "web-fabric",
"name": "@yhsoft/web-fabric",
"private": false,
"author": "颖华软件",
"version": "0.3.5",
"type": "module",
"description": "Web 组态 Vue 3 组件,可用于电力、制造等行业",
"files": [
"dist"
],
"main": "./dist/web-fabric.umd.cjs",
"module": "./dist/web-fabric.js",
"exports": {
".": {
"import": "./dist/web-fabric.js",
"require": "./dist/web-fabric.umd.cjs"
}
},
"homepage": "https://rd-docs.yinghuasoft.com/senior/web-fabric.html",
"keywords": [
"web-fabric",
"web 组态",
"component",
"vue3",
"vue-component",
"front-end",
"颖华软件",
"yhsoft"
],
"repository": {
"type": "git",
"url": "https://gitea.yinghuasoft.com/yhsoft/web-fabric"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"license": "MIT",
"dependencies": {
"@antv/x6-plugin-clipboard": "^2.1.6",
"@antv/x6-plugin-export": "^2.1.6",
"@antv/x6-plugin-history": "^2.2.4",
"@antv/x6-plugin-keyboard": "^2.2.3",
"@antv/x6-plugin-minimap": "^2.0.6",
"@antv/x6-plugin-selection": "^2.2.2",
"@antv/x6-plugin-snapline": "^2.1.7",
"@antv/x6-plugin-stencil": "^2.1.5",
"@antv/x6-plugin-transform": "^2.1.8",
"@antv/x6-vue-shape": "^2.1.2"
},
"peerDependencies": {
"@antv/x6": ">= 2.18.1",
"lodash.merge": ">= 4.6.2",
"vue": ">= 3.4.15"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"less": "^4.2.0",
"less-loader": "^12.1.0",
"vite": "^5.0.12",
"vite-plugin-css-injected-by-js": "^3.3.1",
"vue": "^3.4.30"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
}
}