develop the hero section of the landing page

This commit is contained in:
fgrreloaded
2025-02-14 11:07:17 +05:30
parent aa2f5d6fe9
commit d12849501a
18 changed files with 11206 additions and 36 deletions

View File

@@ -10,23 +10,24 @@
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"fumadocs-core": "15.0.6",
"fumadocs-mdx": "11.5.3",
"fumadocs-ui": "15.0.6",
"lucide-react": "^0.475.0",
"next": "15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"fumadocs-ui": "15.0.6",
"fumadocs-core": "15.0.6",
"fumadocs-mdx": "11.5.3"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.5",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3",
"@types/mdx": "^2.0.13",
"@tailwindcss/postcss": "^4.0.5",
"tailwindcss": "^4.0.5",
"postcss": "^8.5.1",
"eslint": "^8",
"eslint-config-next": "15.1.6"
"eslint-config-next": "15.1.6",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.5",
"typescript": "^5.7.3"
}
}