feat: add posts

This commit is contained in:
Andrea
2023-03-01 20:39:41 +01:00
parent 18e1c1e2e6
commit 806ef1ec90
18 changed files with 3810 additions and 858 deletions

View File

@@ -8,13 +8,23 @@
"typecheck": "tsc"
},
"dependencies": {
"@code-hike/mdx": "^0.8.0",
"@code-hike/mdx": "^0.8.1-next.0",
"@prisma/client": "^4.11.0",
"@remix-run/node": "^1.13.0",
"@remix-run/react": "^1.13.0",
"@remix-run/serve": "^1.13.0",
"esbuild": "0.17.10",
"front-matter": "4.0.2",
"isbot": "^3.6.5",
"mdx-bundler": "9.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"rehype-autolink-headings": "6.1.1",
"rehype-highlight": "6.0.0",
"rehype-slug": "5.1.0",
"rehype-toc": "3.0.2",
"remark-gfm": "3.0.1",
"shiki": "^0.14.1"
},
"devDependencies": {
"@remix-run/dev": "^1.13.0",
@@ -22,6 +32,7 @@
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"eslint": "^8.27.0",
"prisma": "^4.11.0",
"react-icons": "^4.7.1",
"tailwindcss": "^3.2.7",
"typescript": "^4.8.4"