mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-09-11 23:09:22 +02:00
feat: add giscus comments system for blog posts
This commit is contained in:
38
package.json
38
package.json
@@ -32,18 +32,19 @@
|
||||
"postinstall": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/montserrat": "4.5.11",
|
||||
"@fontsource/montserrat": "4.5.12",
|
||||
"@fortawesome/fontawesome-svg-core": "6.1.2",
|
||||
"@fortawesome/free-brands-svg-icons": "6.1.2",
|
||||
"@fortawesome/free-solid-svg-icons": "6.1.2",
|
||||
"@fortawesome/react-fontawesome": "0.2.0",
|
||||
"@giscus/react": "2.2.0",
|
||||
"clsx": "1.2.1",
|
||||
"date-and-time": "2.4.1",
|
||||
"gray-matter": "4.0.3",
|
||||
"html-react-parser": "3.0.1",
|
||||
"next": "12.2.2",
|
||||
"html-react-parser": "3.0.4",
|
||||
"next": "12.2.5",
|
||||
"next-mdx-remote": "4.1.0",
|
||||
"next-pwa": "5.5.4",
|
||||
"next-pwa": "5.6.0",
|
||||
"next-themes": "0.2.0",
|
||||
"next-translate": "1.5.0",
|
||||
"react": "18.2.0",
|
||||
@@ -53,9 +54,9 @@
|
||||
"rehype-slug": "5.0.1",
|
||||
"remark-gfm": "3.0.1",
|
||||
"sharp": "0.30.7",
|
||||
"shiki": "0.10.1",
|
||||
"shiki": "0.11.1",
|
||||
"unified": "10.1.2",
|
||||
"unist-util-visit": "4.1.0",
|
||||
"unist-util-visit": "4.1.1",
|
||||
"universal-cookie": "4.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -65,16 +66,16 @@
|
||||
"@saithodev/semantic-release-backmerge": "2.1.2",
|
||||
"@semantic-release/git": "10.0.1",
|
||||
"@tailwindcss/typography": "0.5.4",
|
||||
"@types/node": "18.6.2",
|
||||
"@types/react": "18.0.15",
|
||||
"@types/node": "18.7.11",
|
||||
"@types/react": "18.0.17",
|
||||
"@types/unist": "2.0.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.31.0",
|
||||
"autoprefixer": "10.4.7",
|
||||
"cypress": "10.3.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.34.0",
|
||||
"autoprefixer": "10.4.8",
|
||||
"cypress": "10.6.0",
|
||||
"editorconfig-checker": "4.0.2",
|
||||
"eslint": "8.20.0",
|
||||
"eslint": "8.22.0",
|
||||
"eslint-config-conventions": "3.0.0",
|
||||
"eslint-config-next": "12.2.2",
|
||||
"eslint-config-next": "12.2.5",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
@@ -84,15 +85,14 @@
|
||||
"husky": "8.0.1",
|
||||
"jsonresume-theme-custom": "file:./jsonresume-theme-custom",
|
||||
"lint-staged": "13.0.3",
|
||||
"markdownlint-cli2": "0.5.0",
|
||||
"next-secure-headers": "2.2.0",
|
||||
"postcss": "8.4.14",
|
||||
"markdownlint-cli2": "0.5.1",
|
||||
"postcss": "8.4.16",
|
||||
"prettier": "2.7.1",
|
||||
"prettier-plugin-tailwindcss": "0.1.13",
|
||||
"semantic-release": "19.0.3",
|
||||
"semantic-release": "19.0.4",
|
||||
"start-server-and-test": "1.14.0",
|
||||
"tailwindcss": "3.1.6",
|
||||
"tailwindcss": "3.1.8",
|
||||
"typescript": "4.7.4",
|
||||
"vercel": "27.3.0"
|
||||
"vercel": "28.1.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user