mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "@morten-olsen/personal-webpage",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build && next export"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/black-ops-one": "^4.5.9",
|
|
"@fontsource/merriweather": "^4.5.14",
|
|
"@fontsource/pacifico": "^4.5.9",
|
|
"@fontsource/space-grotesk": "^4.5.10",
|
|
"@fontsource/vt323": "^4.5.10",
|
|
"@morten-olsen/markdown-loader": "workspace:^",
|
|
"@morten-olsen/personal-webpage-articles": "workspace:^",
|
|
"@morten-olsen/personal-webpage-profile": "workspace:^",
|
|
"@react-three/fiber": "^8.9.1",
|
|
"chroma-js": "^2.4.2",
|
|
"next": "^12.1.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^8.0.4",
|
|
"react-wrap-balancer": "^0.4.0",
|
|
"styled-components": "^5.3.6",
|
|
"three": "^0.147.0"
|
|
},
|
|
"devDependencies": {
|
|
"@morten-olsen/goodwrites-webpack-loader": "workspace:^",
|
|
"@types/chroma-js": "^2.1.4",
|
|
"@types/three": "^0.146.0",
|
|
"next-compose-plugins": "^2.2.1",
|
|
"responsive-loader": "^3.1.2",
|
|
"sharp": "^0.31.3"
|
|
}
|
|
}
|