{ "$schema": "https://json.schemastore.org/package.json", "name": "@discordjs/guide", "version": "0.1.0", "description": "Imagine a bot... the most popular way to build discord bots", "private": true, "scripts": { "build:check": "tsc --noEmit", "build:local": "cross-env NEXT_PUBLIC_LOCAL_DEV=true pnpm run build:prod", "build:prod": "pnpm run build:next", "build:next": "next build", "preview": "next start", "dev": "next dev -p 3001 --turbopack", "lint": "pnpm run build:check && prettier --check . && cross-env TIMING=1 eslint --format=pretty src ", "format": "pnpm run build:check && prettier --write . && cross-env TIMING=1 eslint --fix --format=pretty src ", "fmt": "pnpm run format", "postinstall": "fumadocs-mdx" }, "type": "module", "directories": { "lib": "src" }, "contributors": [ "Crawl " ], "license": "Apache-2.0", "keywords": [ "discord", "api", "bot", "client", "node", "discordapp", "discordjs" ], "repository": { "type": "git", "url": "https://github.com/discordjs/discord.js.git", "directory": "apps/website" }, "bugs": { "url": "https://github.com/discordjs/discord.js/issues" }, "homepage": "https://discord.js.org", "funding": "https://github.com/discordjs/discord.js?sponsor", "dependencies": { "@react-icons/all-files": "^4.1.0", "@vercel/analytics": "^1.5.0", "cmdk": "^1.1.1", "cva": "1.0.0-beta.3", "fumadocs-core": "^15.6.3", "fumadocs-mdx": "^11.6.10", "fumadocs-twoslash": "^3.1.4", "fumadocs-ui": "^15.6.3", "geist": "^1.4.2", "immer": "^10.1.1", "jotai": "^2.12.5", "jotai-immer": "^0.4.1", "lucide-react": "^0.525.0", "mermaid": "^11.8.1", "motion": "^12.23.3", "next": "15.4.0-canary.11", "next-mdx-remote-client": "^2.1.2", "next-themes": "^0.4.6", "nuqs": "^2.4.3", "react": "^19.1.0", "react-aria": "^3.41.1", "react-aria-components": "^1.10.1", "react-dom": "^19.1.0", "react-error-boundary": "^6.0.0", "sharp": "^0.34.3", "tailwind-merge": "^3.3.1", "tw-animate-css": "^1.3.5", "twoslash": "^0.3.2", "usehooks-ts": "^3.1.1" }, "devDependencies": { "@next/env": "^15.3.5", "@shikijs/rehype": "^3.7.0", "@tailwindcss/postcss": "^4.1.11", "@tailwindcss/typography": "^0.5.16", "@tailwindcss/vite": "^4.1.11", "@types/mdx": "^2.0.13", "@types/node": "^22.16.3", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "autoprefixer": "^10.4.21", "babel-plugin-react-compiler": "19.1.0-rc.2", "cpy-cli": "^5.0.0", "cross-env": "^7.0.3", "eslint": "^9.30.1", "eslint-config-neon": "^0.2.7", "eslint-formatter-pretty": "^6.0.1", "git-describe": "^4.1.1", "postcss": "^8.5.6", "prettier": "^3.6.2", "prettier-plugin-tailwindcss": "^0.6.14", "remark-gfm": "^4.0.1", "remark-rehype": "^11.1.2", "shiki": "^3.7.0", "tailwindcss": "^4.1.11", "tailwindcss-react-aria-components": "^2.0.0", "turbo": "^2.5.4", "typescript": "^5.8.3", "vercel": "^44.4.1" }, "engines": { "node": ">=22.12.0" } }