added marked library

This commit is contained in:
2025-10-28 22:01:28 +05:30
parent ad5d567f8a
commit a29c92ccc2
2 changed files with 14 additions and 1 deletions

12
package-lock.json generated
View File

@@ -13,6 +13,7 @@
"@mui/icons-material": "latest",
"@mui/material": "latest",
"markdown-to-jsx": "latest",
"marked": "latest",
"react": "latest",
"react-dom": "latest"
},
@@ -1908,6 +1909,17 @@
}
}
},
"node_modules/marked": {
"version": "16.4.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-16.4.1.tgz",
"integrity": "sha512-ntROs7RaN3EvWfy3EZi14H4YxmT6A5YvywfhO+0pm+cH/dnSQRmdAmoFIc3B9aiwTehyk7pESH4ofyBY+V5hZg==",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 20"
}
},
"node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",