评论插件 Giscus

This commit is contained in:
tangly1024
2022-03-28 18:08:14 +08:00
parent 71c7e6738a
commit a0943e631a
4 changed files with 63 additions and 4 deletions

View File

@@ -16,9 +16,11 @@
"dev": "next dev",
"build": "next build && next-sitemap --config next-sitemap.config.js",
"start": "next start",
"post-build": "next-sitemap --config next-sitemap.config.js"
"post-build": "next-sitemap --config next-sitemap.config.js",
"bundle-report": "ANALYZE=true yarn build"
},
"dependencies": {
"@giscus/react": "^1.1.2",
"@next/bundle-analyzer": "^12.1.1",
"@popperjs/core": "^2.9.3",
"animate.css": "^4.1.1",
@@ -54,7 +56,8 @@
"eslint-plugin-react": "^7.23.2",
"next-sitemap": "^1.6.203",
"postcss": "^8.2.15",
"tailwindcss": "^2.1.2"
"tailwindcss": "^2.1.2",
"webpack-bundle-analyzer": "^4.5.0"
},
"resolutions": {
"axios": ">=0.21.1"