package.json•1.65 kB
{
"name": "homepage",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"prepare": "panda codegen",
"openapi": "tsx --conditions=import generate-openapi.ts",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@fumadocs/mdx-remote": "^1.4.2",
"@uidotdev/usehooks": "^2.4.1",
"autoprefixer": "^10.4.21",
"cobe": "^0.6.5",
"date-fns": "^4.1.0",
"feed": "^5.1.0",
"framer-motion": "^12.23.24",
"fumadocs-core": "15.8.5",
"fumadocs-mdx": "12.0.3",
"fumadocs-openapi": "^9.5.1",
"fumadocs-ui": "15.8.5",
"lodash": "^4.17.21",
"lucide-react": "^0.545.0",
"marked": "^16.4.0",
"mermaid": "^11.12.0",
"next": "15.5.5",
"ogl": "^1.0.11",
"prettier": "3.5.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-scrollama": "^2.4.2",
"shiki": "^3.13.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@pandacss/dev": "^1.4.2",
"@types/lodash": "^4.17.20",
"@types/mdx": "^2.0.13",
"@types/node": "24.7.2",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
},
"resolutions": {
"@radix-ui/react-accordion": "1.2.4",
"@radix-ui/react-collapsible": "1.1.4",
"@radix-ui/react-dialog": "1.1.7",
"@radix-ui/react-direction": "1.1.1",
"@radix-ui/react-navigation-menu": "1.2.6",
"@radix-ui/react-popover": "1.1.7",
"@radix-ui/react-scroll-area": "1.2.4",
"@radix-ui/react-slot": "1.2.0",
"@radix-ui/react-tabs": "1.1.4"
},
"packageManager": "yarn@4.5.0"
}