|
|
@ -11,12 +11,17 @@
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@electron-toolkit/preload": "^3.0.0",
|
|
|
|
"@electron-toolkit/preload": "^3.0.0",
|
|
|
|
"@electron-toolkit/utils": "^3.0.0",
|
|
|
|
"@electron-toolkit/utils": "^3.0.0",
|
|
|
|
|
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
|
|
|
|
|
|
"@logicflow/core": "^2.0.16",
|
|
|
|
|
|
|
|
"@logicflow/extension": "^2.0.21",
|
|
|
|
|
|
|
|
"@types/sortablejs": "^1.15.8",
|
|
|
|
"axios": "^1.10.0",
|
|
|
|
"axios": "^1.10.0",
|
|
|
|
"element-plus": "^2.10.2",
|
|
|
|
"element-plus": "^2.10.2",
|
|
|
|
"mockjs": "^1.1.0",
|
|
|
|
"mockjs": "^1.1.0",
|
|
|
|
"pinia": "^3.0.3",
|
|
|
|
"pinia": "^3.0.3",
|
|
|
|
"vite-plugin-mock": "^3.0.2",
|
|
|
|
"vite-plugin-mock": "^3.0.2",
|
|
|
|
"vue-router": "^4.5.1"
|
|
|
|
"vue-router": "^4.5.1",
|
|
|
|
|
|
|
|
"vuedraggable": "^2.24.3"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
|
"@electron-toolkit/eslint-config": "^1.0.2",
|
|
|
|
"@electron-toolkit/eslint-config": "^1.0.2",
|
|
|
@ -82,6 +87,11 @@
|
|
|
|
"node": ">=6.0.0"
|
|
|
|
"node": ">=6.0.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/@antv/hierarchy": {
|
|
|
|
|
|
|
|
"version": "0.6.14",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@antv/hierarchy/-/hierarchy-0.6.14.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-V3uknf7bhynOqQDw2sg+9r9DwZ9pc6k/EcqyTFdfXB1+ydr7urisP0MipIuimucvQKN+Qkd+d6w601r1UIroqQ=="
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/@babel/code-frame": {
|
|
|
|
"node_modules/@babel/code-frame": {
|
|
|
|
"version": "7.23.5",
|
|
|
|
"version": "7.23.5",
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz",
|
|
|
@ -1577,6 +1587,40 @@
|
|
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/@logicflow/core": {
|
|
|
|
|
|
|
|
"version": "2.0.16",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@logicflow/core/-/core-2.0.16.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-KoNdY5g7WcAtfk7sMe+uOOso28mw6dwCHgLKmnzC0nenASD0HGWhFq+Yo7ktHP2asMXUISPb9hbQA221NcYZdg==",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"classnames": "^2.3.2",
|
|
|
|
|
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
|
|
|
|
"mobx": "^5.15.7",
|
|
|
|
|
|
|
|
"mobx-preact": "^3.0.0",
|
|
|
|
|
|
|
|
"mobx-utils": "^5.6.1",
|
|
|
|
|
|
|
|
"mousetrap": "^1.6.5",
|
|
|
|
|
|
|
|
"preact": "^10.17.1",
|
|
|
|
|
|
|
|
"uuid": "^9.0.0"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/@logicflow/extension": {
|
|
|
|
|
|
|
|
"version": "2.0.21",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@logicflow/extension/-/extension-2.0.21.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-SdYBOnDlCEOEElScGFIprgxqH0fv39ur7suyYzhiWUaWjL/TpvIESgqcR/ujE9aolFNTtzv2USc6xPcrouc4PQ==",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"@antv/hierarchy": "^0.6.11",
|
|
|
|
|
|
|
|
"@logicflow/core": "2.0.16",
|
|
|
|
|
|
|
|
"classnames": "^2.3.2",
|
|
|
|
|
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
|
|
|
|
"medium-editor": "^5.23.3",
|
|
|
|
|
|
|
|
"mobx": "^5.15.7",
|
|
|
|
|
|
|
|
"preact": "^10.17.1",
|
|
|
|
|
|
|
|
"rangy": "^1.3.1",
|
|
|
|
|
|
|
|
"vanilla-picker": "^2.12.3"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
|
|
|
"@logicflow/core": "2.0.16"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/@malept/cross-spawn-promise": {
|
|
|
|
"node_modules/@malept/cross-spawn-promise": {
|
|
|
|
"version": "1.1.1",
|
|
|
|
"version": "1.1.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/@malept/cross-spawn-promise/-/cross-spawn-promise-1.1.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@malept/cross-spawn-promise/-/cross-spawn-promise-1.1.1.tgz",
|
|
|
@ -2175,6 +2219,11 @@
|
|
|
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
|
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/@sphinxxxx/color-conversion": {
|
|
|
|
|
|
|
|
"version": "2.2.2",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@sphinxxxx/color-conversion/-/color-conversion-2.2.2.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw=="
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/@szmarczak/http-timer": {
|
|
|
|
"node_modules/@szmarczak/http-timer": {
|
|
|
|
"version": "4.0.6",
|
|
|
|
"version": "4.0.6",
|
|
|
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
|
@ -2653,6 +2702,11 @@
|
|
|
|
"integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==",
|
|
|
|
"integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==",
|
|
|
|
"dev": true
|
|
|
|
"dev": true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/@types/sortablejs": {
|
|
|
|
|
|
|
|
"version": "1.15.8",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/@types/sortablejs/-/sortablejs-1.15.8.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-b79830lW+RZfwaztgs1aVPgbasJ8e7AXtZYHTELNXZPsERt4ymJdjV4OccDbHQAvHrCcFpbF78jkm0R6h/pZVg=="
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/@types/verror": {
|
|
|
|
"node_modules/@types/verror": {
|
|
|
|
"version": "1.10.9",
|
|
|
|
"version": "1.10.9",
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/verror/-/verror-1.10.9.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/verror/-/verror-1.10.9.tgz",
|
|
|
@ -3917,6 +3971,11 @@
|
|
|
|
"node": ">=8"
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/classnames": {
|
|
|
|
|
|
|
|
"version": "2.5.1",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/classnames/-/classnames-2.5.1.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow=="
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/cli-truncate": {
|
|
|
|
"node_modules/cli-truncate": {
|
|
|
|
"version": "2.1.0",
|
|
|
|
"version": "2.1.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz",
|
|
|
@ -5654,6 +5713,11 @@
|
|
|
|
"he": "bin/he"
|
|
|
|
"he": "bin/he"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/hoist-non-react-statics": {
|
|
|
|
|
|
|
|
"version": "2.5.5",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw=="
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/hookable": {
|
|
|
|
"node_modules/hookable": {
|
|
|
|
"version": "5.5.3",
|
|
|
|
"version": "5.5.3",
|
|
|
|
"resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
|
|
|
|
"resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
|
|
|
@ -6466,6 +6530,11 @@
|
|
|
|
"node": ">=10"
|
|
|
|
"node": ">=10"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/medium-editor": {
|
|
|
|
|
|
|
|
"version": "5.23.3",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/medium-editor/-/medium-editor-5.23.3.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-he9/TdjX8f8MGdXGfCs8AllrYnqXJJvjNkDKmPg3aPW/uoIrlRqtkFthrwvmd+u4QyzEiadhCCM0EwTiRdUCJw=="
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/memoize-one": {
|
|
|
|
"node_modules/memoize-one": {
|
|
|
|
"version": "6.0.0",
|
|
|
|
"version": "6.0.0",
|
|
|
|
"resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
|
|
|
|
"resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
|
|
|
@ -6640,6 +6709,35 @@
|
|
|
|
"pathe": "^2.0.1"
|
|
|
|
"pathe": "^2.0.1"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/mobx": {
|
|
|
|
|
|
|
|
"version": "5.15.7",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/mobx/-/mobx-5.15.7.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-wyM3FghTkhmC+hQjyPGGFdpehrcX1KOXsDuERhfK2YbJemkUhEB+6wzEN639T21onxlfYBmriA1PFnvxTUhcKw==",
|
|
|
|
|
|
|
|
"funding": {
|
|
|
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
|
|
|
"url": "https://opencollective.com/mobx"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/mobx-preact": {
|
|
|
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/mobx-preact/-/mobx-preact-3.0.0.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-ijan/cBs3WmRye87E5+3JmoFBB00KDAwNA3pm7bMwYLPHBAXlN86aC3gdrXw8aKzM5RI8V3a993PphzPv6P4FA==",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"hoist-non-react-statics": "^2.3.1"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
|
|
|
"mobx": "5.x",
|
|
|
|
|
|
|
|
"preact": ">=8"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/mobx-utils": {
|
|
|
|
|
|
|
|
"version": "5.6.2",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/mobx-utils/-/mobx-utils-5.6.2.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-a/WlXyGkp6F12b01sTarENpxbmlRgPHFyR1Xv2bsSjQBm5dcOtd16ONb40/vOqck8L99NHpI+C9MXQ+SZ8f+yw==",
|
|
|
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
|
|
|
"mobx": "^4.13.1 || ^5.13.1"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/mockjs": {
|
|
|
|
"node_modules/mockjs": {
|
|
|
|
"version": "1.1.0",
|
|
|
|
"version": "1.1.0",
|
|
|
|
"resolved": "https://registry.npmmirror.com/mockjs/-/mockjs-1.1.0.tgz",
|
|
|
|
"resolved": "https://registry.npmmirror.com/mockjs/-/mockjs-1.1.0.tgz",
|
|
|
@ -6651,6 +6749,11 @@
|
|
|
|
"random": "bin/random"
|
|
|
|
"random": "bin/random"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/mousetrap": {
|
|
|
|
|
|
|
|
"version": "1.6.5",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/mousetrap/-/mousetrap-1.6.5.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-QNo4kEepaIBwiT8CDhP98umTetp+JNfQYBWvC1pc6/OAibuXtRcxZ58Qz8skvEHYvURne/7R8T5VoOI7rDsEUA=="
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/ms": {
|
|
|
|
"node_modules/ms": {
|
|
|
|
"version": "2.1.3",
|
|
|
|
"version": "2.1.3",
|
|
|
|
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
|
|
|
|
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
|
|
|
@ -7230,6 +7333,15 @@
|
|
|
|
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
|
|
|
|
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
|
|
|
|
"dev": true
|
|
|
|
"dev": true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/preact": {
|
|
|
|
|
|
|
|
"version": "10.26.9",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/preact/-/preact-10.26.9.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-SSjF9vcnF27mJK1XyFMNJzFd5u3pQiATFqoaDy03XuN00u4ziveVVEGt5RKJrDR8MHE/wJo9Nnad56RLzS2RMA==",
|
|
|
|
|
|
|
|
"funding": {
|
|
|
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
|
|
|
"url": "https://opencollective.com/preact"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/prelude-ls": {
|
|
|
|
"node_modules/prelude-ls": {
|
|
|
|
"version": "1.2.1",
|
|
|
|
"version": "1.2.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
|
@ -7356,6 +7468,11 @@
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/rangy": {
|
|
|
|
|
|
|
|
"version": "1.3.2",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/rangy/-/rangy-1.3.2.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-fS1C4MOyk8T+ZJZdLcgrukPWxkyDXa+Hd2Kj+Zg4wIK71yrWgmjzHubzPMY1G+WD9EgGxMp3fIL0zQ1ickmSWA=="
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/read-cache": {
|
|
|
|
"node_modules/read-cache": {
|
|
|
|
"version": "1.0.0",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"resolved": "https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz",
|
|
|
|
"resolved": "https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz",
|
|
|
@ -7764,6 +7881,11 @@
|
|
|
|
"npm": ">= 3.0.0"
|
|
|
|
"npm": ">= 3.0.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/sortablejs": {
|
|
|
|
|
|
|
|
"version": "1.10.2",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/sortablejs/-/sortablejs-1.10.2.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-YkPGufevysvfwn5rfdlGyrGjt7/CRHwvRPogD/lC+TnvcN29jDpCifKP+rBqf+LRldfXSTh+0CGLcSg0VIxq3A=="
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/source-map": {
|
|
|
|
"node_modules/source-map": {
|
|
|
|
"version": "0.6.1",
|
|
|
|
"version": "0.6.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
|
@ -8629,6 +8751,26 @@
|
|
|
|
"node": ">= 0.4.0"
|
|
|
|
"node": ">= 0.4.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/uuid": {
|
|
|
|
|
|
|
|
"version": "9.0.1",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
|
|
|
|
|
|
"funding": [
|
|
|
|
|
|
|
|
"https://github.com/sponsors/broofa",
|
|
|
|
|
|
|
|
"https://github.com/sponsors/ctavan"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"bin": {
|
|
|
|
|
|
|
|
"uuid": "dist/bin/uuid"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/vanilla-picker": {
|
|
|
|
|
|
|
|
"version": "2.12.3",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/vanilla-picker/-/vanilla-picker-2.12.3.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-qVkT1E7yMbUsB2mmJNFmaXMWE2hF8ffqzMMwe9zdAikd8u2VfnsVY2HQcOUi2F38bgbxzlJBEdS1UUhOXdF9GQ==",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"@sphinxxxx/color-conversion": "^2.2.2"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/verror": {
|
|
|
|
"node_modules/verror": {
|
|
|
|
"version": "1.10.1",
|
|
|
|
"version": "1.10.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/verror/-/verror-1.10.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/verror/-/verror-1.10.1.tgz",
|
|
|
@ -8811,6 +8953,14 @@
|
|
|
|
"typescript": "*"
|
|
|
|
"typescript": "*"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/vuedraggable": {
|
|
|
|
|
|
|
|
"version": "2.24.3",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmmirror.com/vuedraggable/-/vuedraggable-2.24.3.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-6/HDXi92GzB+Hcs9fC6PAAozK1RLt1ewPTLjK0anTYguXLAeySDmcnqE8IC0xa7shvSzRjQXq3/+dsZ7ETGF3g==",
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"sortablejs": "1.10.2"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/webpack-virtual-modules": {
|
|
|
|
"node_modules/webpack-virtual-modules": {
|
|
|
|
"version": "0.6.2",
|
|
|
|
"version": "0.6.2",
|
|
|
|
"resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
|
|
|
|
"resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
|
|
|
|