chat history/code syntax highlighting added

This commit is contained in:
Timothy J. Baek
2023-10-16 01:27:26 -07:00
parent b1095836d5
commit de86193cab
7 changed files with 393 additions and 47 deletions

View File

@@ -33,7 +33,10 @@
"type": "module",
"dependencies": {
"@sveltejs/adapter-node": "^1.3.1",
"highlight.js": "^11.9.0",
"idb": "^7.1.1",
"marked": "^9.1.0",
"svelte-french-toast": "^1.2.0"
"svelte-french-toast": "^1.2.0",
"uuid": "^9.0.1"
}
}
}