feat: add posts
This commit is contained in:
15
package.json
15
package.json
@@ -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"
|
||||
|
Reference in New Issue
Block a user