deps: add react-markdown

This commit is contained in:
2026-04-10 00:51:36 +02:00
parent 7db4b71984
commit 26b798f2d5
2 changed files with 6641 additions and 4 deletions

6636
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -14,19 +14,20 @@
"next": "15.5.7", "next": "15.5.7",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"react-markdown": "^10.1.0",
"remark": "^15.0.1", "remark": "^15.0.1",
"remark-html": "^16.0.1", "remark-html": "^16.0.1",
"tailwindcss-motion": "^1.1.1" "tailwindcss-motion": "^1.1.1"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5", "@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20", "@types/node": "^20",
"@types/react": "^19", "@types/react": "^19",
"@types/react-dom": "^19", "@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"eslint": "^9", "eslint": "^9",
"eslint-config-next": "15.5.2", "eslint-config-next": "15.5.2",
"@eslint/eslintrc": "^3" "tailwindcss": "^4",
"typescript": "^5"
} }
} }