feat: add marked

This commit is contained in:
2025-10-17 21:58:26 +03:00
parent 9b0d48214b
commit a856c476d9
6 changed files with 24 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bun-react-template",
"version": "0.1.0",
"name": "obi",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
@@ -10,6 +10,7 @@
},
"dependencies": {
"bun-plugin-tailwind": "^0.1.2",
"marked": "^16.4.1",
"react": "^19",
"react-dom": "^19",
"tailwindcss": "^4.1.11"