|
@@ -25,11 +25,11 @@
|
|
|
"vue-router": "^4.5.1"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@antv/x6-plugin-stencil": "^2.1.5",
|
|
|
"@electron-toolkit/eslint-config-prettier": "3.0.0",
|
|
|
"@electron-toolkit/eslint-config-ts": "^3.0.0",
|
|
|
"@electron-toolkit/tsconfig": "^1.0.1",
|
|
|
"@typed-mxgraph/typed-mxgraph": "^1.0.8",
|
|
|
+ "@types/insert-css": "^2.0.3",
|
|
|
"@types/node": "^22.14.1",
|
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
|
"electron": "^35.1.5",
|
|
@@ -76,29 +76,6 @@
|
|
|
"utility-types": "^3.10.0"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/@antv/x6-plugin-stencil": {
|
|
|
- "version": "2.1.5",
|
|
|
- "resolved": "https://registry.npmmirror.com/@antv/x6-plugin-stencil/-/x6-plugin-stencil-2.1.5.tgz",
|
|
|
- "integrity": "sha512-q7wx7XRMFkUKPv3WsHkvZda6O1GW+6q6H/+c1lcrwlQoEKOFv1Djc4Hu2J4SGhV2z98P2JLfVJiT5m7YoOoCHw==",
|
|
|
- "dev": true,
|
|
|
- "license": "MIT",
|
|
|
- "dependencies": {
|
|
|
- "@antv/x6-plugin-dnd": "^2.x"
|
|
|
- },
|
|
|
- "peerDependencies": {
|
|
|
- "@antv/x6": "^2.x"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/@antv/x6-plugin-stencil/node_modules/@antv/x6-plugin-dnd": {
|
|
|
- "version": "2.1.1",
|
|
|
- "resolved": "https://registry.npmmirror.com/@antv/x6-plugin-dnd/-/x6-plugin-dnd-2.1.1.tgz",
|
|
|
- "integrity": "sha512-v0szzik1RkadPDn4Qi5mOSaB2AeI78D40/YuCYbPVzplG+HydGsHwO3MLTgJPQ+R5n0eM0W5F850p1VfTOHR7g==",
|
|
|
- "dev": true,
|
|
|
- "license": "MIT",
|
|
|
- "peerDependencies": {
|
|
|
- "@antv/x6": "^2.x"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/@babel/code-frame": {
|
|
|
"version": "7.27.1",
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
@@ -1941,6 +1918,13 @@
|
|
|
"integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/@types/insert-css": {
|
|
|
+ "version": "2.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/insert-css/-/insert-css-2.0.3.tgz",
|
|
|
+ "integrity": "sha512-QgdWn3Mi9D1qqjCKy4PeC+tCasItQYOTk/S9icmHi8dgPx43aotI3cvyHsDaTN18uyYQ1kq/EIdJI0Dzsnm1Kg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/@types/json-schema": {
|
|
|
"version": "7.0.15",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
|