mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"name": "personal",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fec/remark-images": "^0.6.0-alpha",
|
|
"@fontsource/fredoka": "^4.5.0",
|
|
"@fontsource/fredoka-one": "^4.5.3",
|
|
"@fontsource/merriweather": "^4.5.6",
|
|
"@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.2",
|
|
"node-latex": "^3.1.0",
|
|
"react": "^17",
|
|
"react-dom": "^17",
|
|
"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",
|
|
"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/canvas-multiline-text": "^1.0.0",
|
|
"@types/ejs": "^3.1.0",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/marked": "^4.0.3",
|
|
"@types/react": "^17.0.41",
|
|
"@types/styled-components": "^5.1.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",
|
|
"canvas": "^2.9.1",
|
|
"canvas-multiline-text": "^1.0.3",
|
|
"ejs": "^3.1.6",
|
|
"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",
|
|
"node-html-to-image": "^3.2.4",
|
|
"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"
|
|
}
|
|
}
|