Actually fix broken nextjs

This commit is contained in:
Timothy Pidashev
2024-06-05 18:09:14 -07:00
parent ef9522cf3e
commit 4c97f4f52d
21 changed files with 226 additions and 4065 deletions

View File

@@ -5,37 +5,20 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start --hostname 0.0.0.0",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.3",
"@react-three/drei": "^9.102.6",
"@react-three/fiber": "^8.15.19",
"@types/mdx": "^2.0.13",
"framer-motion": "^11.0.14",
"gray-matter": "^4.0.3",
"mdx": "^0.3.1",
"next": "14.1.3",
"next-mdx-remote": "^5.0.0",
"framer-motion": "^11.2.10",
"next": "14.2.3",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.8.1",
"rehype-highlight": "^7.0.0",
"three": "^0.162.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@types/node": "20.14.1",
"autoprefixer": "^10.4.18",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8.4.36",
"tailwindcss": "^3.4.1",
"typescript": "5.4.5"
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}