57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
|
{
|
||
|
"name": "tailwind-blog",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "next dev",
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"serve": "next start",
|
||
|
"analyze": "ANALYZE=true next build"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@mapbox/rehype-prism": "^0.5.0",
|
||
|
"@mdx-js/loader": "^1.6.20",
|
||
|
"@mdx-js/react": "^1.6.22",
|
||
|
"@next/mdx": "^10.0.5",
|
||
|
"@tailwindcss/forms": "^0.2.1",
|
||
|
"@tailwindcss/typography": "^0.3.1",
|
||
|
"autoprefixer": "^10.1.0",
|
||
|
"gray-matter": "^4.0.2",
|
||
|
"image-size": "0.9.3",
|
||
|
"just-kebab-case": "^1.1.0",
|
||
|
"next": "10.0.5",
|
||
|
"next-google-fonts": "^1.2.1",
|
||
|
"next-mdx-remote": "^2.0.0",
|
||
|
"next-seo": "4.17.0",
|
||
|
"next-themes": "^0.0.10",
|
||
|
"postcss": "^8.2.1",
|
||
|
"preact": "^10.5.7",
|
||
|
"react": "16.13.1",
|
||
|
"react-dom": "16.13.1",
|
||
|
"reading-time": "1.2.1",
|
||
|
"rehype-katex": "^4.0.0",
|
||
|
"remark-autolink-headings": "6.0.1",
|
||
|
"remark-code-titles": "0.1.1",
|
||
|
"remark-footnotes": "^2.0.0",
|
||
|
"remark-math": "3.0.1",
|
||
|
"remark-slug": "6.0.0",
|
||
|
"tailwindcss": "^2.0.2",
|
||
|
"tinytime": "^0.2.6"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@next/bundle-analyzer": "^10.0.0",
|
||
|
"@svgr/webpack": "^5.5.0",
|
||
|
"file-loader": "^6.0.0",
|
||
|
"globby": "11.0.1",
|
||
|
"next-compose-plugins": "^2.2.1",
|
||
|
"prettier": "2.2.1",
|
||
|
"rehype": "11.0.0",
|
||
|
"remark-frontmatter": "3.0.0",
|
||
|
"remark-parse": "9.0.0",
|
||
|
"remark-stringify": "9.0.0",
|
||
|
"unified": "9.2.0",
|
||
|
"unist-util-visit": "2.0.3"
|
||
|
}
|
||
|
}
|