augurymetal.com/package.json
dependabot[bot] 6ad8a83f41
Bump katex, rehype-katex and micromark-extension-math
Bumps [katex](https://github.com/KaTeX/KaTeX) to 0.16.10 and updates ancestor dependencies [katex](https://github.com/KaTeX/KaTeX), [rehype-katex](https://github.com/remarkjs/remark-math) and [micromark-extension-math](https://github.com/micromark/micromark-extension-math). These dependencies need to be updated together.


Updates `katex` from 0.13.24 to 0.16.10
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.13.24...v0.16.10)

Updates `rehype-katex` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/remarkjs/remark-math/releases)
- [Commits](https://github.com/remarkjs/remark-math/compare/rehype-katex@6.0.2...rehype-katex@6.0.3)

Updates `micromark-extension-math` from 2.0.2 to 2.1.2
- [Release notes](https://github.com/micromark/micromark-extension-math/releases)
- [Commits](https://github.com/micromark/micromark-extension-math/compare/2.0.2...2.1.2)

---
updated-dependencies:
- dependency-name: katex
  dependency-type: indirect
- dependency-name: rehype-katex
  dependency-type: direct:production
- dependency-name: micromark-extension-math
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 19:42:55 +00:00

80 lines
2.4 KiB
JSON

{
"name": "tailwind-nextjs-starter-blog",
"version": "1.5.1",
"private": true,
"scripts": {
"start": "cross-env SOCKET=true node ./scripts/next-remote-watch.js ./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": {
"@fontsource/inter": "4.5.2",
"@mailchimp/mailchimp_marketing": "^3.0.58",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.0",
"esbuild": "^0.13.13",
"github-slugger": "^1.3.0",
"gray-matter": "^4.0.2",
"image-size": "1.0.0",
"mdx-bundler": "^8.0.0",
"next": "^13.5.4",
"next-themes": "^0.0.14",
"postcss": "^8.4.31",
"preact": "^10.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reading-time": "1.3.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-citation": "^0.2.0",
"rehype-katex": "^6.0.3",
"rehype-preset-minify": "6.0.0",
"rehype-prism-plus": "^1.1.3",
"rehype-slug": "^5.0.0",
"remark-footnotes": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sharp": "^0.32.6",
"smoothscroll-polyfill": "^0.4.4",
"tailwindcss": "^3.0.18",
"unist-util-visit": "^4.0.0",
"yet-another-react-lightbox": "^3.11.1"
},
"devDependencies": {
"@next/bundle-analyzer": "12.0.9",
"@svgr/webpack": "^6.1.2",
"@types/react": "^17.0.39",
"@types/tailwindcss": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"cross-env": "^7.0.3",
"dedent": "^0.7.0",
"eslint": "^8.19.0",
"eslint-config-next": "^13.4.6",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.2.1",
"file-loader": "^6.0.0",
"globby": "11.0.3",
"husky": "^6.0.0",
"inquirer": "^8.1.1",
"lint-staged": "^11.0.0",
"next-remote-watch": "^1.0.0",
"prettier": "^2.4.1",
"prettier-plugin-tailwindcss": "^0.1.4",
"socket.io": "^4.4.0",
"socket.io-client": "^4.4.0",
"typescript": "^4.8.3"
},
"lint-staged": {
"*.+(js|jsx|ts|tsx)": [
"eslint --fix"
],
"*.+(js|jsx|ts|tsx|json|css|md|mdx)": [
"prettier --write"
]
}
}