This commit is contained in:
2025-02-26 14:44:05 +08:00
parent e0f8235c4f
commit db87a1d675
6 changed files with 48 additions and 1 deletions

10
package-lock.json generated
View File

@@ -17,6 +17,7 @@
"github-markdown-css": "^5.8.1",
"highlight.js": "^11.11.1",
"marked": "^15.0.7",
"marked-alert": "^2.1.2",
"marked-highlight": "^2.2.1",
"naive-ui": "^2.41.0",
"normalize.css": "^8.0.1",
@@ -1860,6 +1861,15 @@
"node": ">= 18"
}
},
"node_modules/marked-alert": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/marked-alert/-/marked-alert-2.1.2.tgz",
"integrity": "sha512-EFNRZ08d8L/iEIPLTlQMDjvwIsj03gxWCczYTht6DCiHJIZhMk4NK5gtPY9UqAYb09eV5VGT+jD4lp396E0I+w==",
"license": "MIT",
"peerDependencies": {
"marked": ">=7.0.0"
}
},
"node_modules/marked-highlight": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/marked-highlight/-/marked-highlight-2.2.1.tgz",