43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"postbuild": "NODE_OPTIONS='--experimental-json-modules' node ./scripts/generate-sitemap.mjs",
|
|
"export": "next export",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/react-dom-interactions": "^0.6.0",
|
|
"@headlessui/react": "^1.4.1",
|
|
"@heroicons/react": "^1.0.4",
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"contentlayer": "^0.1.2",
|
|
"framer-motion": "^6.3.3",
|
|
"gray-matter": "^4.0.3",
|
|
"next": "^12.1.0",
|
|
"next-contentlayer": "^0.1.2",
|
|
"next-seo": "^4.28.1",
|
|
"next-themes": "^0.1.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"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-toc": "^3.0.2",
|
|
"rehype-slug": "^5.0.1",
|
|
"remark-gfm": "^3.0.0",
|
|
"remark-parse": "^10.0.1",
|
|
"remark-wiki-link-plus": "^1.0.0",
|
|
"tailwindcss": "^3.0.0",
|
|
"unist-util-find": "^1.0.2"
|
|
}
|
|
}
|