{ "$schema": "https://json.schemastore.org/package.json", "name": "@discordjs/guide", "version": "0.1.0", "description": "Imagine a guide... that explores the many possibilities for your discord.js bot", "private": true, "scripts": { "build:check": "tsc --noEmit", "build:local": "pnpm run build:prod", "build:prod": "next build", "build:analyze": "cross-env ANALYZE=true pnpm run build:prod", "preview": "next start", "dev": "next dev", "generate:contentlayer": "contentlayer build", "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" }, "type": "commonjs", "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/guide" }, "bugs": { "url": "https://github.com/discordjs/discord.js/issues" }, "homepage": "https://discord.js.org", "funding": "https://github.com/discordjs/discord.js?sponsor", "dependencies": { "@code-hike/mdx": "^0.9.0", "@discordjs/ui": "workspace:^", "@react-icons/all-files": "^4.1.0", "@vercel/analytics": "^1.4.1", "@vercel/edge-config": "^1.4.0", "@vercel/og": "^0.6.4", "ariakit": "2.0.0-next.44", "cmdk": "^1.0.4", "contentlayer": "^0.3.4", "next": "^14.2.22", "next-contentlayer": "^0.3.4", "next-themes": "^0.3.0", "react": "^18.3.1", "react-custom-scrollbars-2": "^4.5.0", "react-dom": "^18.3.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", "remark-gfm": "^3.0.1", "sharp": "^0.33.5" }, "devDependencies": { "@types/html-escaper": "^3.0.2", "@types/node": "^18.19.68", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@unocss/eslint-plugin": "^0.60.4", "@unocss/postcss": "^0.60.4", "@unocss/reset": "^0.60.4", "@vitejs/plugin-react": "^4.3.4", "cross-env": "^7.0.3", "eslint": "^8.57.1", "eslint-config-neon": "^0.1.62", "eslint-formatter-pretty": "^6.0.1", "happy-dom": "^14.12.3", "hast-util-to-string": "^2.0.0", "hastscript": "^8.0.0", "html-escaper": "^3.0.3", "postcss": "^8.4.49", "prettier": "^3.4.2", "turbo": "^2.3.3", "typescript": "~5.5.4", "unocss": "^0.60.4", "vercel": "^37.14.0" }, "engines": { "node": ">=18" } }