{ "name": "docs-new", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "next", "build": "next build", "start": "next start", "postbuild": "next-sitemap --config ./next-sitemap.config.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@clerk/nextjs": "^5.2.8", "@stackblitz/sdk": "^1.11.0", "@vercel/og": "^0.6.2", "classnames": "^2.5.1", "next": "^14.2.5", "next-sitemap": "^4.2.3", "nextra": "3.0.0-alpha.28", "nextra-theme-blog": "3.0.0-alpha.28", "nextra-theme-docs": "3.0.0-alpha.28", "posthog-js": "^1.151.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.2.1", "react-youtube": "^10.1.0", "usehooks-ts": "^3.1.0" }, "devDependencies": { "@types/node": "20.14.11", "autoprefixer": "^10.4.19", "postcss": "^8.4.39", "tailwindcss": "^3.4.6", "typescript": "5.5.3" } }