tutorial toc

This commit is contained in:
Felix Roos
2022-05-19 17:16:28 +02:00
parent ae81f6d573
commit c643f10530
10 changed files with 5257 additions and 183 deletions
+7
View File
@@ -8,6 +8,7 @@
"build": "vite build",
"preview": "vite preview"
},
"type": "module",
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
@@ -20,7 +21,13 @@
"@types/react-dom": "^17.0.2",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"install": "^0.13.0",
"npm": "^8.10.0",
"postcss": "^8.4.13",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"remark-toc": "^8.0.1",
"sass": "^1.51.0",
"tailwindcss": "^3.0.24",
"vite": "^2.9.9",
"vite-plugin-mdx": "^3.5.10"