Install necessary dependencies

This commit is contained in:
Marcus Blättermann 2022-11-13 18:02:02 +01:00
parent 7e6d280797
commit 1925ae9683
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D
2 changed files with 921 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,19 +13,31 @@
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "^13.0.2",
"@rehooks/online-status": "^1.1.2",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"browser-monads": "^1.0.0",
"classnames": "^2.3.2",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"html-to-react": "^1.5.0",
"jinja-to-js": "^3.2.3",
"next": "13.0.2",
"next-mdx-remote": "^4.2.0",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-github-btn": "^1.4.0",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^9.4.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-react": "^9.0.1",
"remark-unwrap-images": "^3.0.1",
"sass": "^1.56.1",
"svg-react-loader": "^0.4.6",
"typescript": "4.8.4",
"unist-util-visit": "^4.1.1"
},