chore: sync with master v0.4.0

This commit is contained in:
Timothy Lin
2021-06-24 00:02:00 +08:00
12 changed files with 2041 additions and 1206 deletions
+10 -11
View File
@@ -1,13 +1,14 @@
{
"name": "tailwind-nextjs-starter-blog",
"version": "0.3.4",
"version": "0.4.0",
"private": true,
"scripts": {
"start": "cross-env TAILWIND_MODE=watch next-remote-watch ./data",
"dev": "cross-env TAILWIND_MODE=watch next dev",
"start": "next-remote-watch ./data",
"dev": "next dev",
"build": "next build && node ./scripts/generate-sitemap",
"serve": "next start",
"analyze": "cross-env ANALYZE=true next build",
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts",
"prepare": "husky install"
},
"dependencies": {
@@ -17,10 +18,10 @@
"autoprefixer": "^10.2.5",
"gray-matter": "^4.0.2",
"image-size": "1.0.0",
"next": "10.2.3",
"next": "11.0.1",
"next-mdx-remote": "^3.0.1",
"next-themes": "^0.0.14",
"postcss": "^8.2.15",
"postcss": "^8.3.5",
"preact": "^10.5.13",
"react": "17.0.2",
"react-dom": "17.0.2",
@@ -31,23 +32,21 @@
"remark-footnotes": "^3.0.0",
"remark-math": "^3.0.1",
"remark-slug": "6.0.0",
"tailwindcss": "^2.1.1"
"tailwindcss": "^2.2.2"
},
"devDependencies": {
"@next/bundle-analyzer": "10.2.3",
"@next/bundle-analyzer": "11.0.1",
"@svgr/webpack": "^5.5.0",
"cross-env": "^7.0.3",
"eslint": "^7.17.0",
"eslint": "^7.29.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.0.0",
"globby": "11.0.3",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"next-compose-plugins": "^2.2.1",
"next-remote-watch": "^1.0.0",
"prettier": "2.2.1",
"rehype": "11.0.0",