{ "$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": { "test": "vitest run", "test:lighthouse": "lighthouse http://localhost:3000 --output-path=./lighthouse-results", "build:local": "pnpm run build:prod", "build:prod": "pnpm run build:css && pnpm run build:next", "build:next": "next build", "build:css": "pnpm run generate:css", "build:analyze": "cross-env ANALYZE=true pnpm run build:prod", "preview": "next start", "dev": "concurrently 'pnpm run dev:css' 'pnpm run dev:next'", "dev:next": "next dev", "dev:css": "pnpm run generate:css --watch", "generate:css": "unocss 'src/**/*.tsx' 'contentlayer.config.ts' '../../packages/ui/src/lib/components/**/*.tsx' --out-file ./src/styles/unocss.css --config ../../unocss.config.ts", "generate:contentlayer": "contentlayer build", "lint": "prettier --check . && cross-env TIMING=1 eslint --format=pretty src", "format": "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", "dependencies": { "@code-hike/mdx": "^0.9.0", "@discordjs/ui": "workspace:^", "@react-icons/all-files": "^4.1.0", "@vercel/analytics": "^1.0.2", "@vercel/edge-config": "^0.2.1", "@vercel/og": "^0.5.11", "ariakit": "2.0.0-next.44", "cmdk": "^0.2.0", "contentlayer": "^0.3.4", "next": "^13.4.19", "next-contentlayer": "^0.3.4", "next-themes": "^0.2.1", "react": "^18.2.0", "react-custom-scrollbars-2": "^4.5.0", "react-dom": "^18.2.0", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", "remark-gfm": "^3.0.1", "sharp": "^0.32.5" }, "devDependencies": { "@next/bundle-analyzer": "^13.4.19", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/html-escaper": "^3.0.0", "@types/node": "18.17.9", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@unocss/cli": "^0.55.3", "@unocss/eslint-plugin": "^0.55.3", "@unocss/reset": "^0.55.3", "@vitejs/plugin-react": "^4.0.4", "@vitest/coverage-v8": "^0.34.3", "concurrently": "^8.2.1", "cross-env": "^7.0.3", "eslint": "^8.48.0", "eslint-config-neon": "^0.1.56", "eslint-formatter-pretty": "^5.0.0", "happy-dom": "^10.11.0", "hast-util-to-string": "^2.0.0", "hastscript": "^8.0.0", "html-escaper": "^3.0.3", "lighthouse": "^11.0.0", "prettier": "^3.0.2", "turbo": "^1.10.13", "typescript": "^5.2.2", "unocss": "^0.55.3", "vercel": "^32.0.2", "vitest": "^0.34.3" }, "engines": { "node": ">=18.17.1" } }