{ "name": "aria-docs", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "format": "prettier --write .", "links": "blc http://localhost:3000/ -ro --exclude 'https://discord.rocicorp.dev/' --exclude 'https://bsky.app/profile/zero.rocicorp.dev' --exclude 'https://x.com/rocicorp_zero'" }, "dependencies": { "@radix-ui/react-collapsible": "^1.1.0", "@radix-ui/react-dialog": "^1.1.1", "@radix-ui/react-dropdown-menu": "^2.1.1", "@radix-ui/react-scroll-area": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", "broken-link-checker": "^0.7.8", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.435.0", "next": "^14.2.6", "next-mdx-remote": "^5.0.0", "next-themes": "^0.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", "rehype-autolink-headings": "^7.1.0", "rehype-code-titles": "^1.2.0", "rehype-prism-plus": "^2.0.0", "rehype-slug": "^6.0.0", "remark-gfm": "^4.0.0", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@rocicorp/prettier-config": "^0.2.0", "@tailwindcss/typography": "^0.5.14", "@types/hast": "^3.0.4", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/unist": "^3.0.3", "autoprefixer": "^10.4.20", "eslint": "^8", "eslint-config-next": "^14.2.6", "highlight.js": "^11.10.0", "postcss": "^8", "react-highlight": "^0.15.0", "tailwindcss": "^3.4.10", "typescript": "^5" }, "prettier": "@rocicorp/prettier-config" }