|
|
|
@ -9,6 +9,7 @@
|
|
|
|
|
"license": "AGPL-3.0-or-later", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@ckpack/vue-color": "^1.2.0", |
|
|
|
|
"@iconify/vue": "^4.0.1", |
|
|
|
|
"@types/file-saver": "^2.0.5", |
|
|
|
|
"@vue-flow/additional-components": "^1.2.0", |
|
|
|
|
"@vue-flow/core": "^1.3.0", |
|
|
|
@ -34,6 +35,7 @@
|
|
|
|
|
"sortablejs": "^1.15.0", |
|
|
|
|
"tinycolor2": "^1.4.2", |
|
|
|
|
"unique-names-generator": "^4.7.1", |
|
|
|
|
"v3-infinite-loading": "^1.2.2", |
|
|
|
|
"validator": "^13.7.0", |
|
|
|
|
"vue-dompurify-html": "^3.0.0", |
|
|
|
|
"vue-github-button": "^3.0.3", |
|
|
|
@ -86,6 +88,7 @@
|
|
|
|
|
"unplugin-icons": "^0.14.7", |
|
|
|
|
"unplugin-vue-components": "^0.22.4", |
|
|
|
|
"vite-plugin-monaco-editor": "^1.1.0", |
|
|
|
|
"vite-plugin-purge-icons": "^0.9.0", |
|
|
|
|
"vitest": "^0.18.0", |
|
|
|
|
"windicss": "^3.5.6" |
|
|
|
|
} |
|
|
|
@ -1204,6 +1207,15 @@
|
|
|
|
|
"@iconify/types": "*" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@iconify/iconify": { |
|
|
|
|
"version": "2.2.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@iconify/iconify/-/iconify-2.2.1.tgz", |
|
|
|
|
"integrity": "sha512-WJzw+3iicrF/tbjbxxRinSgy5FHdJoz/egTqwi3xCDkNRJPq482RX1iyaWrjNuY2vMNSPkQMuqHvZDXgA+WnwQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "http://github.com/sponsors/cyberalien" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@iconify/types": { |
|
|
|
|
"version": "1.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@iconify/types/-/types-1.1.0.tgz", |
|
|
|
@ -1224,6 +1236,25 @@
|
|
|
|
|
"local-pkg": "^0.4.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@iconify/vue": { |
|
|
|
|
"version": "4.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-4.0.1.tgz", |
|
|
|
|
"integrity": "sha512-k4VwcSQpGqJpoyqENRRviFuXlVcquLvQ6BKLNJ6o2amZo7u+3HyALSO79Xyz7Sg68szQGstOk6weaKUF0DJbog==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@iconify/types": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/cyberalien" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"vue": ">=3" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@iconify/vue/node_modules/@iconify/types": { |
|
|
|
|
"version": "2.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", |
|
|
|
|
"integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==" |
|
|
|
|
}, |
|
|
|
|
"node_modules/@intlify/bundle-utils": { |
|
|
|
|
"version": "2.2.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@intlify/bundle-utils/-/bundle-utils-2.2.2.tgz", |
|
|
|
@ -2568,6 +2599,49 @@
|
|
|
|
|
"integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/@purge-icons/core": { |
|
|
|
|
"version": "0.9.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@purge-icons/core/-/core-0.9.1.tgz", |
|
|
|
|
"integrity": "sha512-sx8/a30MbbqQVEqhuMPE1wJpdVRRbEmwEPZpFzVkcDixzX4p+R2A0WVxqkb0xfHUBAVQwrSE2SeAyniIQLqbLw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@iconify/iconify": "2.1.2", |
|
|
|
|
"axios": "^0.26.0", |
|
|
|
|
"debug": "^4.3.3", |
|
|
|
|
"fast-glob": "^3.2.11", |
|
|
|
|
"fs-extra": "^10.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@purge-icons/core/node_modules/@iconify/iconify": { |
|
|
|
|
"version": "2.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@iconify/iconify/-/iconify-2.1.2.tgz", |
|
|
|
|
"integrity": "sha512-QcUzFeEWkE/mW+BVtEGmcWATClcCOIJFiYUD/PiCWuTcdEA297o8D4oN6Ra44WrNOHu1wqNW4J0ioaDIiqaFOQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"cross-fetch": "^3.1.5" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "http://github.com/sponsors/cyberalien" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@purge-icons/core/node_modules/axios": { |
|
|
|
|
"version": "0.26.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz", |
|
|
|
|
"integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"follow-redirects": "^1.14.8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@purge-icons/generated": { |
|
|
|
|
"version": "0.9.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@purge-icons/generated/-/generated-0.9.0.tgz", |
|
|
|
|
"integrity": "sha512-s2t+1oVtGDV6KtqfCXtUOhxfeYvOdDF90IVm+nMs/6bUP0HeGZLslguuL/AibpwtfL4FA/oCsIu/RhwapgAdJw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@iconify/iconify": ">=2.0.0-rc.6" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@rollup/plugin-alias": { |
|
|
|
|
"version": "4.0.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-4.0.2.tgz", |
|
|
|
@ -5755,6 +5829,35 @@
|
|
|
|
|
"integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/cross-fetch": { |
|
|
|
|
"version": "3.1.5", |
|
|
|
|
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", |
|
|
|
|
"integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"node-fetch": "2.6.7" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/cross-fetch/node_modules/node-fetch": { |
|
|
|
|
"version": "2.6.7", |
|
|
|
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", |
|
|
|
|
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"whatwg-url": "^5.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": "4.x || >=6.0.0" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"encoding": "^0.1.0" |
|
|
|
|
}, |
|
|
|
|
"peerDependenciesMeta": { |
|
|
|
|
"encoding": { |
|
|
|
|
"optional": true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/cross-spawn": { |
|
|
|
|
"version": "7.0.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", |
|
|
|
@ -14167,6 +14270,19 @@
|
|
|
|
|
"rollup-plugin-inject": "^3.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/rollup-plugin-purge-icons": { |
|
|
|
|
"version": "0.9.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/rollup-plugin-purge-icons/-/rollup-plugin-purge-icons-0.9.1.tgz", |
|
|
|
|
"integrity": "sha512-hRDKBsPUz47UMdBufki2feTmBF2ClEJlYqL7N6vpVAHSLd7V2BJUaNKOF7YYbLMofVVF+9hm44YSkYO6k9hUgg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@purge-icons/core": "^0.9.1", |
|
|
|
|
"@purge-icons/generated": "^0.9.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">= 12" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/rollup-plugin-terser": { |
|
|
|
|
"version": "7.0.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz", |
|
|
|
@ -16075,6 +16191,11 @@
|
|
|
|
|
"node": ">= 0.4.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/v3-infinite-loading": { |
|
|
|
|
"version": "1.2.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/v3-infinite-loading/-/v3-infinite-loading-1.2.2.tgz", |
|
|
|
|
"integrity": "sha512-MWJc6yChnqeUasBFJ3Enu8IGPcQgRMSTrAEtT1MsHBEx+QjwvNTaY8o+8V9DgVt1MVhQSl3MC55hsaWLJmpRMw==" |
|
|
|
|
}, |
|
|
|
|
"node_modules/v8-compile-cache": { |
|
|
|
|
"version": "2.3.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", |
|
|
|
@ -16673,6 +16794,23 @@
|
|
|
|
|
"monaco-editor": ">=0.33.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/vite-plugin-purge-icons": { |
|
|
|
|
"version": "0.9.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/vite-plugin-purge-icons/-/vite-plugin-purge-icons-0.9.1.tgz", |
|
|
|
|
"integrity": "sha512-oS0Y9Iq6vGnTDVRzB8xJNhA/gGlyR0lfCICU6+9FRKdrO5PnT34fRjvd8YWEsegCrk91+w3GVZc0HJDj/dPp5Q==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@purge-icons/core": "^0.9.1", |
|
|
|
|
"@purge-icons/generated": "^0.9.0", |
|
|
|
|
"rollup-plugin-purge-icons": "^0.9.1" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">= 12" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"vite": "^2.0.0-beta.3 || ^3.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/vite-plugin-windicss": { |
|
|
|
|
"version": "1.8.7", |
|
|
|
|
"resolved": "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-1.8.7.tgz", |
|
|
|
@ -18461,6 +18599,12 @@
|
|
|
|
|
"@iconify/types": "*" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@iconify/iconify": { |
|
|
|
|
"version": "2.2.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@iconify/iconify/-/iconify-2.2.1.tgz", |
|
|
|
|
"integrity": "sha512-WJzw+3iicrF/tbjbxxRinSgy5FHdJoz/egTqwi3xCDkNRJPq482RX1iyaWrjNuY2vMNSPkQMuqHvZDXgA+WnwQ==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"@iconify/types": { |
|
|
|
|
"version": "1.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@iconify/types/-/types-1.1.0.tgz", |
|
|
|
@ -18481,6 +18625,21 @@
|
|
|
|
|
"local-pkg": "^0.4.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@iconify/vue": { |
|
|
|
|
"version": "4.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@iconify/vue/-/vue-4.0.1.tgz", |
|
|
|
|
"integrity": "sha512-k4VwcSQpGqJpoyqENRRviFuXlVcquLvQ6BKLNJ6o2amZo7u+3HyALSO79Xyz7Sg68szQGstOk6weaKUF0DJbog==", |
|
|
|
|
"requires": { |
|
|
|
|
"@iconify/types": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@iconify/types": { |
|
|
|
|
"version": "2.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", |
|
|
|
|
"integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@intlify/bundle-utils": { |
|
|
|
|
"version": "2.2.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@intlify/bundle-utils/-/bundle-utils-2.2.2.tgz", |
|
|
|
@ -19424,6 +19583,48 @@
|
|
|
|
|
"integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"@purge-icons/core": { |
|
|
|
|
"version": "0.9.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@purge-icons/core/-/core-0.9.1.tgz", |
|
|
|
|
"integrity": "sha512-sx8/a30MbbqQVEqhuMPE1wJpdVRRbEmwEPZpFzVkcDixzX4p+R2A0WVxqkb0xfHUBAVQwrSE2SeAyniIQLqbLw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"@iconify/iconify": "2.1.2", |
|
|
|
|
"axios": "^0.26.0", |
|
|
|
|
"debug": "^4.3.3", |
|
|
|
|
"fast-glob": "^3.2.11", |
|
|
|
|
"fs-extra": "^10.0.1" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@iconify/iconify": { |
|
|
|
|
"version": "2.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@iconify/iconify/-/iconify-2.1.2.tgz", |
|
|
|
|
"integrity": "sha512-QcUzFeEWkE/mW+BVtEGmcWATClcCOIJFiYUD/PiCWuTcdEA297o8D4oN6Ra44WrNOHu1wqNW4J0ioaDIiqaFOQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"cross-fetch": "^3.1.5" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"axios": { |
|
|
|
|
"version": "0.26.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz", |
|
|
|
|
"integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"follow-redirects": "^1.14.8" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@purge-icons/generated": { |
|
|
|
|
"version": "0.9.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@purge-icons/generated/-/generated-0.9.0.tgz", |
|
|
|
|
"integrity": "sha512-s2t+1oVtGDV6KtqfCXtUOhxfeYvOdDF90IVm+nMs/6bUP0HeGZLslguuL/AibpwtfL4FA/oCsIu/RhwapgAdJw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"@iconify/iconify": ">=2.0.0-rc.6" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@rollup/plugin-alias": { |
|
|
|
|
"version": "4.0.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-4.0.2.tgz", |
|
|
|
@ -21733,6 +21934,26 @@
|
|
|
|
|
"integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"cross-fetch": { |
|
|
|
|
"version": "3.1.5", |
|
|
|
|
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", |
|
|
|
|
"integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"node-fetch": "2.6.7" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"node-fetch": { |
|
|
|
|
"version": "2.6.7", |
|
|
|
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", |
|
|
|
|
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"whatwg-url": "^5.0.0" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"cross-spawn": { |
|
|
|
|
"version": "7.0.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", |
|
|
|
@ -27878,6 +28099,16 @@
|
|
|
|
|
"rollup-plugin-inject": "^3.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"rollup-plugin-purge-icons": { |
|
|
|
|
"version": "0.9.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/rollup-plugin-purge-icons/-/rollup-plugin-purge-icons-0.9.1.tgz", |
|
|
|
|
"integrity": "sha512-hRDKBsPUz47UMdBufki2feTmBF2ClEJlYqL7N6vpVAHSLd7V2BJUaNKOF7YYbLMofVVF+9hm44YSkYO6k9hUgg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"@purge-icons/core": "^0.9.1", |
|
|
|
|
"@purge-icons/generated": "^0.9.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"rollup-plugin-terser": { |
|
|
|
|
"version": "7.0.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz", |
|
|
|
@ -29313,6 +29544,11 @@
|
|
|
|
|
"integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"v3-infinite-loading": { |
|
|
|
|
"version": "1.2.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/v3-infinite-loading/-/v3-infinite-loading-1.2.2.tgz", |
|
|
|
|
"integrity": "sha512-MWJc6yChnqeUasBFJ3Enu8IGPcQgRMSTrAEtT1MsHBEx+QjwvNTaY8o+8V9DgVt1MVhQSl3MC55hsaWLJmpRMw==" |
|
|
|
|
}, |
|
|
|
|
"v8-compile-cache": { |
|
|
|
|
"version": "2.3.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", |
|
|
|
@ -29624,6 +29860,17 @@
|
|
|
|
|
"dev": true, |
|
|
|
|
"requires": {} |
|
|
|
|
}, |
|
|
|
|
"vite-plugin-purge-icons": { |
|
|
|
|
"version": "0.9.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/vite-plugin-purge-icons/-/vite-plugin-purge-icons-0.9.1.tgz", |
|
|
|
|
"integrity": "sha512-oS0Y9Iq6vGnTDVRzB8xJNhA/gGlyR0lfCICU6+9FRKdrO5PnT34fRjvd8YWEsegCrk91+w3GVZc0HJDj/dPp5Q==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"@purge-icons/core": "^0.9.1", |
|
|
|
|
"@purge-icons/generated": "^0.9.0", |
|
|
|
|
"rollup-plugin-purge-icons": "^0.9.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"vite-plugin-windicss": { |
|
|
|
|
"version": "1.8.7", |
|
|
|
|
"resolved": "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-1.8.7.tgz", |
|
|
|
|