This commit is contained in:
suvodip ghosh
2025-06-12 06:42:01 +00:00
parent b8e20ab510
commit 22fade091d
14 changed files with 914 additions and 156 deletions

10
package-lock.json generated
View File

@@ -25,6 +25,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"image-resize-compress": "^2.1.1",
"lucide-react": "^0.484.0",
"marked": "^15.0.8",
"menubar": "^9.5.1",
@@ -7737,6 +7738,15 @@
],
"license": "BSD-3-Clause"
},
"node_modules/image-resize-compress": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/image-resize-compress/-/image-resize-compress-2.1.1.tgz",
"integrity": "sha512-aF4O1ZzAM0wDziIQZdqlxvDBe163J1Kiu+hSXbYNaGDcD4ggqAgRLLtRmpspnpJPHa4PkhVjwOshzBMHbOWESQ==",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/import-fresh": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",