|
@@ -8,6 +8,7 @@
|
|
|
"name": "webchat-front-client",
|
|
|
"version": "0.0.0",
|
|
|
"dependencies": {
|
|
|
+ "@wangeditor/editor-for-vue": "^5.1.12",
|
|
|
"ant-design-vue": "^4.0.0-rc.6",
|
|
|
"axios": "^1.7.9",
|
|
|
"highlight.js": "^11.11.1",
|
|
@@ -17,7 +18,8 @@
|
|
|
"vue": "^3.5.13",
|
|
|
"vue-markdown-it": "^0.9.4",
|
|
|
"vue-router": "^4.5.0",
|
|
|
- "vue3-emoji-picker": "^1.1.8"
|
|
|
+ "vue3-emoji-picker": "^1.1.8",
|
|
|
+ "wangeditor": "^4.7.15"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@types/markdown-it": "^14.1.2",
|
|
@@ -489,6 +491,19 @@
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@babel/runtime-corejs3": {
|
|
|
+ "version": "7.26.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.26.7.tgz",
|
|
|
+ "integrity": "sha512-55gRV8vGrCIYZnaQHQrD92Lo/hYE3Sj5tmbuf0hhHR7sj2CWhEhHU89hbq+UVDXvFG1zUVXJhUkEq1eAfqXtFw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "core-js-pure": "^3.30.2",
|
|
|
+ "regenerator-runtime": "^0.14.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@babel/template": {
|
|
|
"version": "7.25.9",
|
|
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz",
|
|
@@ -1377,6 +1392,13 @@
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@transloadit/prettier-bytes": {
|
|
|
+ "version": "0.0.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/@transloadit/prettier-bytes/-/prettier-bytes-0.0.7.tgz",
|
|
|
+ "integrity": "sha512-VeJbUb0wEKbcwaSlj5n+LscBl9IPgLPkHVGBkh00cztv6X4L/TJXK58LzFuBKX7/GAfiGhIwH67YTLTlzvIzBA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
"node_modules/@types/estree": {
|
|
|
"version": "1.0.6",
|
|
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
|
|
@@ -1384,6 +1406,13 @@
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/@types/event-emitter": {
|
|
|
+ "version": "0.3.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/event-emitter/-/event-emitter-0.3.5.tgz",
|
|
|
+ "integrity": "sha512-zx2/Gg0Eg7gwEiOIIh5w9TrhKKTeQh7CPCOPNc0el4pLSwzebA8SmnHwZs2dWlLONvyulykSwGSQxQHLhjGLvQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
"node_modules/@types/linkify-it": {
|
|
|
"version": "5.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz",
|
|
@@ -1409,6 +1438,66 @@
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/@uppy/companion-client": {
|
|
|
+ "version": "2.2.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@uppy/companion-client/-/companion-client-2.2.2.tgz",
|
|
|
+ "integrity": "sha512-5mTp2iq97/mYSisMaBtFRry6PTgZA6SIL7LePteOV5x0/DxKfrZW3DEiQERJmYpHzy7k8johpm2gHnEKto56Og==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@uppy/utils": "^4.1.2",
|
|
|
+ "namespace-emitter": "^2.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@uppy/core": {
|
|
|
+ "version": "2.3.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/@uppy/core/-/core-2.3.4.tgz",
|
|
|
+ "integrity": "sha512-iWAqppC8FD8mMVqewavCz+TNaet6HPXitmGXpGGREGrakZ4FeuWytVdrelydzTdXx6vVKkOmI2FLztGg73sENQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@transloadit/prettier-bytes": "0.0.7",
|
|
|
+ "@uppy/store-default": "^2.1.1",
|
|
|
+ "@uppy/utils": "^4.1.3",
|
|
|
+ "lodash.throttle": "^4.1.1",
|
|
|
+ "mime-match": "^1.0.2",
|
|
|
+ "namespace-emitter": "^2.0.1",
|
|
|
+ "nanoid": "^3.1.25",
|
|
|
+ "preact": "^10.5.13"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@uppy/store-default": {
|
|
|
+ "version": "2.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@uppy/store-default/-/store-default-2.1.1.tgz",
|
|
|
+ "integrity": "sha512-xnpTxvot2SeAwGwbvmJ899ASk5tYXhmZzD/aCFsXePh/v8rNvR2pKlcQUH7cF/y4baUGq3FHO/daKCok/mpKqQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
+ "node_modules/@uppy/utils": {
|
|
|
+ "version": "4.1.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@uppy/utils/-/utils-4.1.3.tgz",
|
|
|
+ "integrity": "sha512-nTuMvwWYobnJcytDO3t+D6IkVq/Qs4Xv3vyoEZ+Iaf8gegZP+rEyoaFT2CK5XLRMienPyqRqNbIfRuFaOWSIFw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "lodash.throttle": "^4.1.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@uppy/xhr-upload": {
|
|
|
+ "version": "2.1.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@uppy/xhr-upload/-/xhr-upload-2.1.3.tgz",
|
|
|
+ "integrity": "sha512-YWOQ6myBVPs+mhNjfdWsQyMRWUlrDLMoaG7nvf/G6Y3GKZf8AyjFDjvvJ49XWQ+DaZOftGkHmF1uh/DBeGivJQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@uppy/companion-client": "^2.2.2",
|
|
|
+ "@uppy/utils": "^4.1.2",
|
|
|
+ "nanoid": "^3.1.25"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@uppy/core": "^2.3.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@vitejs/plugin-vue": {
|
|
|
"version": "5.2.1",
|
|
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.1.tgz",
|
|
@@ -1643,6 +1732,173 @@
|
|
|
"integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/@wangeditor/basic-modules": {
|
|
|
+ "version": "1.1.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/@wangeditor/basic-modules/-/basic-modules-1.1.7.tgz",
|
|
|
+ "integrity": "sha512-cY9CPkLJaqF05STqfpZKWG4LpxTMeGSIIF1fHvfm/mz+JXatCagjdkbxdikOuKYlxDdeqvOeBmsUBItufDLXZg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "is-url": "^1.2.4"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@wangeditor/core": "1.x",
|
|
|
+ "dom7": "^3.0.0",
|
|
|
+ "lodash.throttle": "^4.1.1",
|
|
|
+ "nanoid": "^3.2.0",
|
|
|
+ "slate": "^0.72.0",
|
|
|
+ "snabbdom": "^3.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@wangeditor/code-highlight": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@wangeditor/code-highlight/-/code-highlight-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-iazHwO14XpCuIWJNTQTikqUhGKyqj+dUNWJ9288Oym9M2xMVHvnsOmDU2sgUDWVy+pOLojReMPgXCsvvNlOOhw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "prismjs": "^1.23.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@wangeditor/core": "1.x",
|
|
|
+ "dom7": "^3.0.0",
|
|
|
+ "slate": "^0.72.0",
|
|
|
+ "snabbdom": "^3.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@wangeditor/core": {
|
|
|
+ "version": "1.1.19",
|
|
|
+ "resolved": "https://registry.npmjs.org/@wangeditor/core/-/core-1.1.19.tgz",
|
|
|
+ "integrity": "sha512-KevkB47+7GhVszyYF2pKGKtCSj/YzmClsD03C3zTt+9SR2XWT5T0e3yQqg8baZpcMvkjs1D8Dv4fk8ok/UaS2Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@types/event-emitter": "^0.3.3",
|
|
|
+ "event-emitter": "^0.3.5",
|
|
|
+ "html-void-elements": "^2.0.0",
|
|
|
+ "i18next": "^20.4.0",
|
|
|
+ "scroll-into-view-if-needed": "^2.2.28",
|
|
|
+ "slate-history": "^0.66.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@uppy/core": "^2.1.1",
|
|
|
+ "@uppy/xhr-upload": "^2.0.3",
|
|
|
+ "dom7": "^3.0.0",
|
|
|
+ "is-hotkey": "^0.2.0",
|
|
|
+ "lodash.camelcase": "^4.3.0",
|
|
|
+ "lodash.clonedeep": "^4.5.0",
|
|
|
+ "lodash.debounce": "^4.0.8",
|
|
|
+ "lodash.foreach": "^4.5.0",
|
|
|
+ "lodash.isequal": "^4.5.0",
|
|
|
+ "lodash.throttle": "^4.1.1",
|
|
|
+ "lodash.toarray": "^4.4.0",
|
|
|
+ "nanoid": "^3.2.0",
|
|
|
+ "slate": "^0.72.0",
|
|
|
+ "snabbdom": "^3.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@wangeditor/editor": {
|
|
|
+ "version": "5.1.23",
|
|
|
+ "resolved": "https://registry.npmjs.org/@wangeditor/editor/-/editor-5.1.23.tgz",
|
|
|
+ "integrity": "sha512-0RxfeVTuK1tktUaPROnCoFfaHVJpRAIE2zdS0mpP+vq1axVQpLjM8+fCvKzqYIkH0Pg+C+44hJpe3VVroSkEuQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@uppy/core": "^2.1.1",
|
|
|
+ "@uppy/xhr-upload": "^2.0.3",
|
|
|
+ "@wangeditor/basic-modules": "^1.1.7",
|
|
|
+ "@wangeditor/code-highlight": "^1.0.3",
|
|
|
+ "@wangeditor/core": "^1.1.19",
|
|
|
+ "@wangeditor/list-module": "^1.0.5",
|
|
|
+ "@wangeditor/table-module": "^1.1.4",
|
|
|
+ "@wangeditor/upload-image-module": "^1.0.2",
|
|
|
+ "@wangeditor/video-module": "^1.1.4",
|
|
|
+ "dom7": "^3.0.0",
|
|
|
+ "is-hotkey": "^0.2.0",
|
|
|
+ "lodash.camelcase": "^4.3.0",
|
|
|
+ "lodash.clonedeep": "^4.5.0",
|
|
|
+ "lodash.debounce": "^4.0.8",
|
|
|
+ "lodash.foreach": "^4.5.0",
|
|
|
+ "lodash.isequal": "^4.5.0",
|
|
|
+ "lodash.throttle": "^4.1.1",
|
|
|
+ "lodash.toarray": "^4.4.0",
|
|
|
+ "nanoid": "^3.2.0",
|
|
|
+ "slate": "^0.72.0",
|
|
|
+ "snabbdom": "^3.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@wangeditor/editor-for-vue": {
|
|
|
+ "version": "5.1.12",
|
|
|
+ "resolved": "https://registry.npmjs.org/@wangeditor/editor-for-vue/-/editor-for-vue-5.1.12.tgz",
|
|
|
+ "integrity": "sha512-0Ds3D8I+xnpNWezAeO7HmPRgTfUxHLMd9JKcIw+QzvSmhC5xUHbpCcLU+KLmeBKTR/zffnS5GQo6qi3GhTMJWQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peerDependencies": {
|
|
|
+ "@wangeditor/editor": ">=5.1.0",
|
|
|
+ "vue": "^3.0.5"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@wangeditor/list-module": {
|
|
|
+ "version": "1.0.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@wangeditor/list-module/-/list-module-1.0.5.tgz",
|
|
|
+ "integrity": "sha512-uDuYTP6DVhcYf7mF1pTlmNn5jOb4QtcVhYwSSAkyg09zqxI1qBqsfUnveeDeDqIuptSJhkh81cyxi+MF8sEPOQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "peerDependencies": {
|
|
|
+ "@wangeditor/core": "1.x",
|
|
|
+ "dom7": "^3.0.0",
|
|
|
+ "slate": "^0.72.0",
|
|
|
+ "snabbdom": "^3.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@wangeditor/table-module": {
|
|
|
+ "version": "1.1.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/@wangeditor/table-module/-/table-module-1.1.4.tgz",
|
|
|
+ "integrity": "sha512-5saanU9xuEocxaemGdNi9t8MCDSucnykEC6jtuiT72kt+/Hhh4nERYx1J20OPsTCCdVr7hIyQenFD1iSRkIQ6w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "peerDependencies": {
|
|
|
+ "@wangeditor/core": "1.x",
|
|
|
+ "dom7": "^3.0.0",
|
|
|
+ "lodash.isequal": "^4.5.0",
|
|
|
+ "lodash.throttle": "^4.1.1",
|
|
|
+ "nanoid": "^3.2.0",
|
|
|
+ "slate": "^0.72.0",
|
|
|
+ "snabbdom": "^3.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@wangeditor/upload-image-module": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@wangeditor/upload-image-module/-/upload-image-module-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-z81lk/v71OwPDYeQDxj6cVr81aDP90aFuywb8nPD6eQeECtOymrqRODjpO6VGvCVxVck8nUxBHtbxKtjgcwyiA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "peerDependencies": {
|
|
|
+ "@uppy/core": "^2.0.3",
|
|
|
+ "@uppy/xhr-upload": "^2.0.3",
|
|
|
+ "@wangeditor/basic-modules": "1.x",
|
|
|
+ "@wangeditor/core": "1.x",
|
|
|
+ "dom7": "^3.0.0",
|
|
|
+ "lodash.foreach": "^4.5.0",
|
|
|
+ "slate": "^0.72.0",
|
|
|
+ "snabbdom": "^3.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@wangeditor/video-module": {
|
|
|
+ "version": "1.1.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/@wangeditor/video-module/-/video-module-1.1.4.tgz",
|
|
|
+ "integrity": "sha512-ZdodDPqKQrgx3IwWu4ZiQmXI8EXZ3hm2/fM6E3t5dB8tCaIGWQZhmqd6P5knfkRAd3z2+YRSRbxOGfoRSp/rLg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "peerDependencies": {
|
|
|
+ "@uppy/core": "^2.1.4",
|
|
|
+ "@uppy/xhr-upload": "^2.0.7",
|
|
|
+ "@wangeditor/core": "1.x",
|
|
|
+ "dom7": "^3.0.0",
|
|
|
+ "nanoid": "^3.2.0",
|
|
|
+ "slate": "^0.72.0",
|
|
|
+ "snabbdom": "^3.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/ant-design-vue": {
|
|
|
"version": "4.0.0-rc.6",
|
|
|
"resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-4.0.0-rc.6.tgz",
|
|
@@ -1864,6 +2120,17 @@
|
|
|
"url": "https://opencollective.com/core-js"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/core-js-pure": {
|
|
|
+ "version": "3.40.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.40.0.tgz",
|
|
|
+ "integrity": "sha512-AtDzVIgRrmRKQai62yuSIN5vNiQjcJakJb4fbhVw3ehxx7Lohphvw9SGNWKhLFqSxC4ilD0g/L1huAYFQU3Q6A==",
|
|
|
+ "hasInstallScript": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/core-js"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/cross-spawn": {
|
|
|
"version": "7.0.6",
|
|
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
@@ -1885,6 +2152,20 @@
|
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/d": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/d/-/d-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==",
|
|
|
+ "license": "ISC",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "es5-ext": "^0.10.64",
|
|
|
+ "type": "^2.7.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.12"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/dayjs": {
|
|
|
"version": "1.11.13",
|
|
|
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz",
|
|
@@ -1973,6 +2254,16 @@
|
|
|
"integrity": "sha512-bvVTQe1lfaUr1oFzZX80ce9KLDlZ3iU+XGNE/bz9HnGdklTieqsbmsLHe+rT2XWqopvL0PckkYqN7ksmm5pe3w==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/dom7": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/dom7/-/dom7-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-oNlcUdHsC4zb7Msx7JN3K0Nro1dzJ48knvBOnDPKJ2GV9wl1i5vydJZUSyOfrkKFDZEud/jBsTk92S/VGSAe/g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "ssr-window": "^3.0.0-alpha.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/electron-to-chromium": {
|
|
|
"version": "1.5.83",
|
|
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.83.tgz",
|
|
@@ -2002,6 +2293,49 @@
|
|
|
"url": "https://github.com/sponsors/antfu"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/es5-ext": {
|
|
|
+ "version": "0.10.64",
|
|
|
+ "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.64.tgz",
|
|
|
+ "integrity": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==",
|
|
|
+ "hasInstallScript": true,
|
|
|
+ "license": "ISC",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "es6-iterator": "^2.0.3",
|
|
|
+ "es6-symbol": "^3.1.3",
|
|
|
+ "esniff": "^2.0.1",
|
|
|
+ "next-tick": "^1.1.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/es6-iterator": {
|
|
|
+ "version": "2.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz",
|
|
|
+ "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "d": "1",
|
|
|
+ "es5-ext": "^0.10.35",
|
|
|
+ "es6-symbol": "^3.1.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/es6-symbol": {
|
|
|
+ "version": "3.1.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.4.tgz",
|
|
|
+ "integrity": "sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==",
|
|
|
+ "license": "ISC",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "d": "^1.0.2",
|
|
|
+ "ext": "^1.7.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.12"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/esbuild": {
|
|
|
"version": "0.24.2",
|
|
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz",
|
|
@@ -2053,12 +2387,39 @@
|
|
|
"node": ">=6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/esniff": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==",
|
|
|
+ "license": "ISC",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "d": "^1.0.1",
|
|
|
+ "es5-ext": "^0.10.62",
|
|
|
+ "event-emitter": "^0.3.5",
|
|
|
+ "type": "^2.7.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/estree-walker": {
|
|
|
"version": "2.0.2",
|
|
|
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/event-emitter": {
|
|
|
+ "version": "0.3.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz",
|
|
|
+ "integrity": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "d": "1",
|
|
|
+ "es5-ext": "~0.10.14"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/execa": {
|
|
|
"version": "9.5.2",
|
|
|
"resolved": "https://registry.npmjs.org/execa/-/execa-9.5.2.tgz",
|
|
@@ -2086,6 +2447,16 @@
|
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/ext": {
|
|
|
+ "version": "1.7.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz",
|
|
|
+ "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==",
|
|
|
+ "license": "ISC",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "type": "^2.7.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/figures": {
|
|
|
"version": "6.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
|
|
@@ -2249,6 +2620,17 @@
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/html-void-elements": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "funding": {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/wooorm"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/human-signals": {
|
|
|
"version": "8.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-8.0.0.tgz",
|
|
@@ -2259,12 +2641,33 @@
|
|
|
"node": ">=18.18.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/i18next": {
|
|
|
+ "version": "20.6.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.1.tgz",
|
|
|
+ "integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.12.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/idb": {
|
|
|
"version": "7.1.1",
|
|
|
"resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
|
|
|
"integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==",
|
|
|
"license": "ISC"
|
|
|
},
|
|
|
+ "node_modules/immer": {
|
|
|
+ "version": "9.0.21",
|
|
|
+ "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz",
|
|
|
+ "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/immer"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/immutable": {
|
|
|
"version": "5.0.3",
|
|
|
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.0.3.tgz",
|
|
@@ -2288,6 +2691,13 @@
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/is-hotkey": {
|
|
|
+ "version": "0.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/is-hotkey/-/is-hotkey-0.2.0.tgz",
|
|
|
+ "integrity": "sha512-UknnZK4RakDmTgz4PI1wIph5yxSs/mvChWs9ifnlXsKuXgWmOkY/hAE0H/k2MIqH0RlRye0i1oC07MCRSD28Mw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
"node_modules/is-inside-container": {
|
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
|
|
@@ -2355,6 +2765,13 @@
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/is-url": {
|
|
|
+ "version": "1.2.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz",
|
|
|
+ "integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
"node_modules/is-what": {
|
|
|
"version": "4.1.16",
|
|
|
"resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz",
|
|
@@ -2464,6 +2881,56 @@
|
|
|
"integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/lodash.camelcase": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
+ "node_modules/lodash.clonedeep": {
|
|
|
+ "version": "4.5.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
|
|
|
+ "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
+ "node_modules/lodash.debounce": {
|
|
|
+ "version": "4.0.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
|
|
|
+ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
+ "node_modules/lodash.foreach": {
|
|
|
+ "version": "4.5.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz",
|
|
|
+ "integrity": "sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
+ "node_modules/lodash.isequal": {
|
|
|
+ "version": "4.5.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
|
|
|
+ "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==",
|
|
|
+ "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
+ "node_modules/lodash.throttle": {
|
|
|
+ "version": "4.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
|
|
|
+ "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
+ "node_modules/lodash.toarray": {
|
|
|
+ "version": "4.4.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/lodash.toarray/-/lodash.toarray-4.4.0.tgz",
|
|
|
+ "integrity": "sha512-QyffEA3i5dma5q2490+SgCvDN0pXLmRGSyAANuVi0HQ01Pkfr9fuoKQW8wm1wGBnJITs/mS7wQvS6VshUEBFCw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
"node_modules/loose-envify": {
|
|
|
"version": "1.4.0",
|
|
|
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
@@ -2599,6 +3066,16 @@
|
|
|
"node": ">= 0.6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/mime-match": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/mime-match/-/mime-match-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-VXp/ugGDVh3eCLOBCiHZMYWQaTNUHv2IJrut+yXA6+JbLPXHglHwfS/5A5L0ll+jkCY7fIzRJcH6OIunF+c6Cg==",
|
|
|
+ "license": "ISC",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "wildcard": "^1.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/mime-types": {
|
|
|
"version": "2.1.35",
|
|
|
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
@@ -2635,6 +3112,13 @@
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/namespace-emitter": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/namespace-emitter/-/namespace-emitter-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-N/sMKHniSDJBjfrkbS/tpkPj4RAbvW3mr8UAzvlMHyun93XEm83IAvhWtJVHo+RHn/oO8Job5YN4b+wRjSVp5g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
"node_modules/nanoid": {
|
|
|
"version": "3.3.8",
|
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
|
|
@@ -2659,6 +3143,13 @@
|
|
|
"integrity": "sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/next-tick": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==",
|
|
|
+ "license": "ISC",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
"node_modules/node-releases": {
|
|
|
"version": "2.0.19",
|
|
|
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz",
|
|
@@ -2805,6 +3296,17 @@
|
|
|
"node": "^10 || ^12 || >=14"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/preact": {
|
|
|
+ "version": "10.25.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.4.tgz",
|
|
|
+ "integrity": "sha512-jLdZDb+Q+odkHJ+MpW/9U5cODzqnB+fy2EiHSZES7ldV5LK7yjlVzTp7R8Xy6W6y75kfK8iWYtFVH7lvjwrCMA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/preact"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/prettier": {
|
|
|
"version": "2.8.8",
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
|
|
@@ -2837,6 +3339,16 @@
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/prismjs": {
|
|
|
+ "version": "1.29.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz",
|
|
|
+ "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/proxy-from-env": {
|
|
|
"version": "1.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
@@ -3394,6 +3906,61 @@
|
|
|
"node": ">=18"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/slate": {
|
|
|
+ "version": "0.72.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/slate/-/slate-0.72.8.tgz",
|
|
|
+ "integrity": "sha512-/nJwTswQgnRurpK+bGJFH1oM7naD5qDmHd89JyiKNT2oOKD8marW0QSBtuFnwEbL5aGCS8AmrhXQgNOsn4osAw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "immer": "^9.0.6",
|
|
|
+ "is-plain-object": "^5.0.0",
|
|
|
+ "tiny-warning": "^1.0.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/slate-history": {
|
|
|
+ "version": "0.66.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/slate-history/-/slate-history-0.66.0.tgz",
|
|
|
+ "integrity": "sha512-6MWpxGQZiMvSINlCbMW43E2YBSVMCMCIwQfBzGssjWw4kb0qfvj0pIdblWNRQZD0hR6WHP+dHHgGSeVdMWzfng==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "is-plain-object": "^5.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "slate": ">=0.65.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/slate-history/node_modules/is-plain-object": {
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/slate/node_modules/is-plain-object": {
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/snabbdom": {
|
|
|
+ "version": "3.6.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/snabbdom/-/snabbdom-3.6.2.tgz",
|
|
|
+ "integrity": "sha512-ig5qOnCDbugFntKi6c7Xlib8bA6xiJVk8O+WdFrV3wxbMqeHO0hXFQC4nAhPVWfZfi8255lcZkNhtIBINCc4+Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12.17.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/source-map": {
|
|
|
"version": "0.6.1",
|
|
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
@@ -3428,6 +3995,13 @@
|
|
|
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
|
"license": "BSD-3-Clause"
|
|
|
},
|
|
|
+ "node_modules/ssr-window": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/ssr-window/-/ssr-window-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-q+8UfWDg9Itrg0yWK7oe5p/XRCJpJF9OBtXfOPgSJl+u3Xd5KI328RUEvUqSMVM9CiQUEf1QdBzJMkYGErj9QA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
"node_modules/strip-final-newline": {
|
|
|
"version": "4.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-4.0.0.tgz",
|
|
@@ -3514,6 +4088,13 @@
|
|
|
"node": ">=12.22"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/tiny-warning": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
"node_modules/totalist": {
|
|
|
"version": "3.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
|
|
@@ -3528,9 +4109,15 @@
|
|
|
"version": "2.8.1",
|
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
|
- "dev": true,
|
|
|
"license": "0BSD"
|
|
|
},
|
|
|
+ "node_modules/type": {
|
|
|
+ "version": "2.7.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/type/-/type-2.7.3.tgz",
|
|
|
+ "integrity": "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==",
|
|
|
+ "license": "ISC",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
"node_modules/uc.micro": {
|
|
|
"version": "2.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|
|
@@ -3931,6 +4518,17 @@
|
|
|
"node": ">=16.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/wangeditor": {
|
|
|
+ "version": "4.7.15",
|
|
|
+ "resolved": "https://registry.npmjs.org/wangeditor/-/wangeditor-4.7.15.tgz",
|
|
|
+ "integrity": "sha512-aPTdREd8BxXVyJ5MI+LU83FQ7u1EPd341iXIorRNYSOvoimNoZ4nPg+yn3FGbB93/owEa6buLw8wdhYnMCJQLg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.11.2",
|
|
|
+ "@babel/runtime-corejs3": "^7.11.2",
|
|
|
+ "tslib": "^2.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/warning": {
|
|
|
"version": "4.0.3",
|
|
|
"resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz",
|
|
@@ -3956,6 +4554,13 @@
|
|
|
"node": ">= 8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/wildcard": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-DXukZJxpHA8LuotRwL0pP1+rS6CS7FF2qStDDE1C7DDg2rLud2PXRMuEDYIPhgEezwnlHNL4c+N6MfMTjCGTng==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true
|
|
|
+ },
|
|
|
"node_modules/yallist": {
|
|
|
"version": "3.1.1",
|
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|