flow-topology-vue3
Version:
flow-topology-vue3是一个用于创建流拓扑图的Vue 3组件库。它提供了一组可重用的组件和实用程序,以帮助您构建交互式的、具有视觉吸引力的流程图、流程图或表示数据流的任何其他类型的图
43 lines • 1.22 kB
JSON
{
"name": "flow-topology-vue3",
"private": false,
"version": "1.0.0",
"type": "module",
"main": "dist/flow-topology-vue3.umd.js",
"module": "dist/flow-topology-vue3.es.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"description": "flow-topology-vue3是一个用于创建流拓扑图的Vue 3组件库。它提供了一组可重用的组件和实用程序,以帮助您构建交互式的、具有视觉吸引力的流程图、流程图或表示数据流的任何其他类型的图",
"keywords": [
"vue",
"vue3",
"typescript",
"flow",
"topology",
"sop"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prepublishOnly": "vue-tsc --noEmit && npm run build"
},
"dependencies": {
"html2canvas": "^1.4.1",
"mitt": "^3.0.1",
"normalize.css": "^8.0.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@types/node": "^22.15.29",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"typescript": "~5.7.2",
"unplugin-vue-components": "^28.7.0",
"vite": "^6.2.0",
"vite-plugin-dts": "^4.5.4",
"vue-tsc": "^2.2.4"
}
}