{ "name": "standard-site", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "lint": "eslint", "lexicons:sync": "bunx tsx scripts/sync-lexicons.ts" }, "dependencies": { "@atproto/api": "^0.18.8", "@mdx-js/loader": "^3.1.1", "@mdx-js/react": "^3.1.1", "@next/mdx": "^16.1.1", "lucide-react": "^0.562.0", "motion": "^12.23.26", "next": "16.1.0", "react": "19.2.3", "react-dom": "19.2.3", "react-progressive-blur": "^1.0.6", "rehype-slug": "^6.0.0", "remark-frontmatter": "^5.0.0", "remark-gfm": "^4.0.1" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/mdx": "^2.0.13", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.1.0", "tailwindcss": "^4", "typescript": "^5" } }