1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

feat: usage of VSCode Dark+ syntax highlighting in posts

This commit is contained in:
Divlo
2022-02-23 00:38:50 +01:00
parent 0e0036b737
commit a467ea7aff
11 changed files with 380 additions and 187 deletions

View File

@@ -42,7 +42,6 @@
"classnames": "2.3.1",
"date-and-time": "2.1.2",
"gray-matter": "4.0.3",
"highlight.js": "11.4.0",
"html-react-parser": "1.4.8",
"next": "12.1.0",
"next-mdx-remote": "4.0.0",
@@ -52,10 +51,13 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"read-pkg": "7.1.0",
"rehype-highlight": "5.0.2",
"rehype-raw": "6.1.1",
"rehype-slug": "5.0.1",
"remark-gfm": "3.0.1",
"sharp": "0.30.1",
"shiki": "0.10.1",
"unified": "10.1.1",
"unist-util-visit": "4.1.0",
"universal-cookie": "4.0.4"
},
"devDependencies": {
@@ -71,6 +73,7 @@
"@types/jest": "27.4.0",
"@types/node": "17.0.19",
"@types/react": "17.0.39",
"@types/unist": "2.0.6",
"@typescript-eslint/eslint-plugin": "5.12.1",
"autoprefixer": "10.4.2",
"cypress": "9.5.0",
@@ -97,7 +100,7 @@
"semantic-release": "19.0.2",
"start-server-and-test": "1.14.0",
"tailwindcss": "3.0.23",
"typescript": "4.5.5",
"typescript": "4.4.4",
"vercel": "24.0.0"
}
}