feat: added latex generation

This commit is contained in:
Morten Olsen
2022-03-29 23:01:49 +02:00
parent 90fdaeb406
commit d1d77ed915
68 changed files with 1506 additions and 290 deletions

View File

@@ -11,16 +11,25 @@
"@fontsource/pacifico": "^4.5.3",
"@react-three/drei": "^8.18.6",
"@react-three/fiber": "^7.0.26",
"date-fns": "^2.28.0",
"next": "^12.1.0",
"node-latex": "^3.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.1",
"reflect-metadata": "^0.1.13",
"rehype-img-size": "^1.0.1",
"remark-html": "^15.0.1",
"styled-components": "^5.3.3",
"three": "^0.138.3"
"three": "^0.138.3",
"typedi": "^0.10.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.8",
"@babel/plugin-transform-modules-commonjs": "^7.17.7",
"@babel/register": "^7.17.7",
"@next/bundle-analyzer": "^12.1.0",
"@types/fs-extra": "^9.0.13",
"@types/marked": "^4.0.3",
@@ -29,17 +38,24 @@
"@types/three": "^0.138.0",
"@types/yaml": "^1.9.7",
"babel-plugin-styled-components": "^2.0.6",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"babel-register-esm": "^1.2.1",
"file-loader": "^6.2.0",
"framer-motion": "^6.2.8",
"fs-extra": "^10.0.1",
"html-entities": "^2.3.3",
"marked": "^4.0.12",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.4",
"next-mdx-remote": "^4.0.0",
"remark": "^14.0.2",
"remark-behead": "^3.0.0",
"os": "^0.1.2",
"reading-time": "^1.5.0",
"remark": "^13.0.0",
"remark-behead": "^2.3.3",
"remark-slug": "^7.0.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"unist-util-visit": "2.0.3",
"url-loader": "^4.1.1",
"yaml": "^1.10.2",
"yarn": "^1.22.18"