Compare commits
5 Commits
a70d5aed9e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7480632312 | |||
| fe4338721a | |||
| 6e96618617 | |||
| ed46e3b3df | |||
| ec0ad02d70 |
9095
package-lock.json
generated
9095
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@ -20,13 +20,13 @@
|
|||||||
"@tailwindcss/forms": "^0.5.9",
|
"@tailwindcss/forms": "^0.5.9",
|
||||||
"@tailwindcss/typography": "^0.5.15",
|
"@tailwindcss/typography": "^0.5.15",
|
||||||
"autoprefixer": "^10.4.21",
|
"autoprefixer": "^10.4.21",
|
||||||
"esbuild": "^0.14.0",
|
"esbuild": "^0.25.5",
|
||||||
"github-slugger": "^2.0.0",
|
"github-slugger": "^2.0.0",
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"image-size": "1.2.0",
|
"image-size": "1.2.0",
|
||||||
"mdx-bundler": "^8.0.0",
|
"mdx-bundler": "^10.1.1",
|
||||||
"next": "^15.3.4",
|
"next": "^15.3.4",
|
||||||
"next-themes": "^0.4.4",
|
"next-themes": "^0.4.6",
|
||||||
"postcss": "^8.5.6",
|
"postcss": "^8.5.6",
|
||||||
"preact": "^10.26.9",
|
"preact": "^10.26.9",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
@ -34,15 +34,15 @@
|
|||||||
"react-medium-image-zoom": "^4.3.5",
|
"react-medium-image-zoom": "^4.3.5",
|
||||||
"reading-time": "1.5.0",
|
"reading-time": "1.5.0",
|
||||||
"rehype-autolink-headings": "^7.1.0",
|
"rehype-autolink-headings": "^7.1.0",
|
||||||
"rehype-citation": "^2.2.2",
|
"rehype-citation": "^2.3.1",
|
||||||
"rehype-katex": "^7.0.1",
|
"rehype-katex": "^7.0.1",
|
||||||
"rehype-preset-minify": "7.0.1",
|
"rehype-preset-minify": "7.0.1",
|
||||||
"rehype-prism-plus": "^2.0.0",
|
"rehype-prism-plus": "^2.0.1",
|
||||||
"rehype-slug": "^6.0.0",
|
"rehype-slug": "^6.0.0",
|
||||||
"remark-footnotes": "^4.0.1",
|
"remark-footnotes": "^4.0.1",
|
||||||
"remark-gfm": "^3.0.1",
|
"remark-gfm": "^3.0.1",
|
||||||
"remark-math": "^6.0.0",
|
"remark-math": "^6.0.0",
|
||||||
"sharp": "^0.33.5",
|
"sharp": "^0.34.2",
|
||||||
"tailwindcss": "^3.4.17",
|
"tailwindcss": "^3.4.17",
|
||||||
"unist-util-visit": "^5.0.0"
|
"unist-util-visit": "^5.0.0"
|
||||||
},
|
},
|
||||||
@ -50,17 +50,17 @@
|
|||||||
"@svgr/webpack": "^8.1.0",
|
"@svgr/webpack": "^8.1.0",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"dedent": "^1.6.0",
|
"dedent": "^1.6.0",
|
||||||
"eslint": "^8.0.0",
|
"eslint": "^9.30.1",
|
||||||
"eslint-config-next": "15.3.4",
|
"eslint-config-next": "15.3.4",
|
||||||
"eslint-config-prettier": "^10.1.5",
|
"eslint-config-prettier": "^10.1.5",
|
||||||
"eslint-plugin-prettier": "^5.5.0",
|
"eslint-plugin-prettier": "^5.5.1",
|
||||||
"file-loader": "^6.2.0",
|
"file-loader": "^6.2.0",
|
||||||
"globby": "14.1.0",
|
"globby": "14.1.0",
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
"inquirer": "^12.6.3",
|
"inquirer": "^12.7.0",
|
||||||
"lint-staged": "^15.3.0",
|
"lint-staged": "^16.1.2",
|
||||||
"next-remote-watch": "^2.0.0",
|
"next-remote-watch": "^2.0.0",
|
||||||
"prettier": "^3.6.0",
|
"prettier": "^3.6.2",
|
||||||
"prettier-plugin-tailwindcss": "^0.6.13",
|
"prettier-plugin-tailwindcss": "^0.6.13",
|
||||||
"socket.io": "^4.8.1",
|
"socket.io": "^4.8.1",
|
||||||
"socket.io-client": "^4.8.1"
|
"socket.io-client": "^4.8.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user