2021-01-09 17:50:45 +08:00
|
|
|
{
|
2021-01-10 13:49:22 +08:00
|
|
|
"name": "tailwind-nextjs-starter-blog",
|
2021-08-08 15:59:30 +08:00
|
|
|
"version": "1.0.0",
|
2021-01-09 17:50:45 +08:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-06-23 18:32:29 +08:00
|
|
|
"start": "next-remote-watch ./data",
|
|
|
|
"dev": "next dev",
|
2021-01-13 20:17:09 +08:00
|
|
|
"build": "next build && node ./scripts/generate-sitemap",
|
2021-01-09 17:50:45 +08:00
|
|
|
"serve": "next start",
|
2021-05-23 11:49:22 +08:00
|
|
|
"analyze": "cross-env ANALYZE=true next build",
|
2021-06-23 18:45:21 +08:00
|
|
|
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts",
|
2021-04-16 17:26:41 -05:00
|
|
|
"prepare": "husky install"
|
2021-01-09 17:50:45 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-04-02 22:12:06 +08:00
|
|
|
"@tailwindcss/forms": "^0.3.2",
|
|
|
|
"@tailwindcss/typography": "^0.4.0",
|
|
|
|
"autoprefixer": "^10.2.5",
|
2021-07-25 19:09:11 +08:00
|
|
|
"esbuild": "^0.12.15",
|
2021-01-09 17:50:45 +08:00
|
|
|
"gray-matter": "^4.0.2",
|
2021-05-11 15:05:33 +01:00
|
|
|
"image-size": "1.0.0",
|
2021-07-25 19:09:11 +08:00
|
|
|
"mdx-bundler": "^5.1.2",
|
2021-06-23 18:32:29 +08:00
|
|
|
"next": "11.0.1",
|
2021-04-02 22:12:06 +08:00
|
|
|
"next-themes": "^0.0.14",
|
2021-06-23 18:32:29 +08:00
|
|
|
"postcss": "^8.3.5",
|
2021-04-02 22:12:06 +08:00
|
|
|
"preact": "^10.5.13",
|
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2",
|
|
|
|
"reading-time": "1.3.0",
|
2021-06-26 18:46:45 +08:00
|
|
|
"rehype-katex": "^5.0.0",
|
2021-07-22 21:15:21 +08:00
|
|
|
"rehype-prism-plus": "0.0.2",
|
2021-01-09 17:50:45 +08:00
|
|
|
"remark-autolink-headings": "6.0.1",
|
2021-05-11 15:05:33 +01:00
|
|
|
"remark-footnotes": "^3.0.0",
|
2021-06-26 18:46:45 +08:00
|
|
|
"remark-gfm": "^1.0.0",
|
|
|
|
"remark-math": "^4.0.0",
|
2021-01-09 17:50:45 +08:00
|
|
|
"remark-slug": "6.0.0",
|
2021-06-23 18:32:29 +08:00
|
|
|
"tailwindcss": "^2.2.2"
|
2021-01-09 17:50:45 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-23 18:32:29 +08:00
|
|
|
"@next/bundle-analyzer": "11.0.1",
|
2021-01-09 17:50:45 +08:00
|
|
|
"@svgr/webpack": "^5.5.0",
|
2021-05-23 11:49:22 +08:00
|
|
|
"cross-env": "^7.0.3",
|
2021-07-04 16:12:36 +08:00
|
|
|
"dedent": "^0.7.0",
|
2021-06-23 18:32:29 +08:00
|
|
|
"eslint": "^7.29.0",
|
|
|
|
"eslint-config-next": "11.0.1",
|
2021-05-11 15:05:33 +01:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-01-12 23:35:36 +08:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
|
|
"eslint-plugin-prettier": "^3.3.1",
|
2021-01-09 17:50:45 +08:00
|
|
|
"file-loader": "^6.0.0",
|
2021-05-11 15:05:33 +01:00
|
|
|
"globby": "11.0.3",
|
2021-04-11 19:00:34 -05:00
|
|
|
"husky": "^6.0.0",
|
2021-07-04 16:12:36 +08:00
|
|
|
"inquirer": "^8.1.1",
|
2021-05-11 15:05:33 +01:00
|
|
|
"lint-staged": "^11.0.0",
|
2021-04-02 22:35:26 +08:00
|
|
|
"next-remote-watch": "^1.0.0",
|
2021-01-09 17:50:45 +08:00
|
|
|
"prettier": "2.2.1",
|
|
|
|
"rehype": "11.0.0",
|
|
|
|
"remark-frontmatter": "3.0.0",
|
|
|
|
"remark-parse": "9.0.0",
|
2021-05-11 15:05:33 +01:00
|
|
|
"remark-stringify": "9.0.1",
|
2021-04-02 22:12:06 +08:00
|
|
|
"unified": "9.2.1",
|
2021-01-09 17:50:45 +08:00
|
|
|
"unist-util-visit": "2.0.3"
|
2021-01-12 23:35:36 +08:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.+(js|jsx|ts|tsx)": [
|
|
|
|
"eslint --fix"
|
|
|
|
],
|
|
|
|
"*.+(js|jsx|ts|tsx|json|css|md|mdx)": [
|
|
|
|
"prettier --write"
|
|
|
|
]
|
2021-01-09 17:50:45 +08:00
|
|
|
}
|
|
|
|
}
|