[site/seo]: add postbuild for sitemap and cleanup packages
This commit is contained in:
parent
4c0c3770b6
commit
efe69b8f10
File diff suppressed because it is too large
Load Diff
|
|
@ -3,6 +3,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
|
"postbuild": "NODE_OPTIONS='--experimental-json-modules' node ./scripts/generate-sitemap.mjs",
|
||||||
"export": "next export",
|
"export": "next export",
|
||||||
"start": "next start"
|
"start": "next start"
|
||||||
},
|
},
|
||||||
|
|
@ -10,34 +11,31 @@
|
||||||
"@floating-ui/react-dom-interactions": "^0.6.0",
|
"@floating-ui/react-dom-interactions": "^0.6.0",
|
||||||
"@headlessui/react": "^1.4.1",
|
"@headlessui/react": "^1.4.1",
|
||||||
"@heroicons/react": "^1.0.4",
|
"@heroicons/react": "^1.0.4",
|
||||||
"@mdx-js/loader": "^2.0.0",
|
|
||||||
"@mdx-js/react": "^2.0.0",
|
|
||||||
"@next/mdx": "^12.1.0",
|
|
||||||
"@silvenon/remark-smartypants": "^1.0.0",
|
|
||||||
"@tailwindcss/typography": "^0.5.2",
|
"@tailwindcss/typography": "^0.5.2",
|
||||||
"contentlayer": "^0.1.2",
|
"contentlayer": "^0.1.2",
|
||||||
"framer-motion": "^6.3.3",
|
"framer-motion": "^6.3.3",
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"hast-util-to-string": "^2.0.0",
|
|
||||||
"next": "^12.1.0",
|
"next": "^12.1.0",
|
||||||
"next-contentlayer": "^0.1.2",
|
"next-contentlayer": "^0.1.2",
|
||||||
"next-seo": "^4.28.1",
|
"next-seo": "^4.28.1",
|
||||||
"next-themes": "^0.1.1",
|
"next-themes": "^0.1.1",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"react-player": "^2.10.0",
|
"react-lite-youtube-embed": "^2.2.2",
|
||||||
|
"sharp": "^0.30.5"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"autoprefixer": "^10.2.6",
|
||||||
|
"globby": "^13.1.1",
|
||||||
|
"hast-util-to-string": "^2.0.0",
|
||||||
|
"postcss": "^8.3.5",
|
||||||
|
"prettier": "^2.6.2",
|
||||||
"rehype-autolink-headings": "^6.1.1",
|
"rehype-autolink-headings": "^6.1.1",
|
||||||
"rehype-slug": "^5.0.1",
|
"rehype-slug": "^5.0.1",
|
||||||
"remark-gfm": "^3.0.0",
|
"remark-gfm": "^3.0.0",
|
||||||
"remark-parse": "^10.0.1",
|
"remark-parse": "^10.0.1",
|
||||||
"remark-slug": "^7.0.0",
|
|
||||||
"remark-toc": "^8.0.0",
|
|
||||||
"remark-wiki-link-plus": "^1.0.0",
|
"remark-wiki-link-plus": "^1.0.0",
|
||||||
|
"tailwindcss": "^3.0.0",
|
||||||
"unist-util-find": "^1.0.2"
|
"unist-util-find": "^1.0.2"
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"autoprefixer": "^10.2.6",
|
|
||||||
"postcss": "^8.3.5",
|
|
||||||
"tailwindcss": "^3.0.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue