{ "name": "@discordjs/website", "version": "0.1.0", "description": "Imagine a bot... the most popular way to build discord bots", "private": true, "scripts": { "test": "vitest run", "test:lighthouse": "lighthouse http://localhost:3000 --output-path=./lighthouse-results", "build:copy_readme": "cpy '../../packages/*/README.md' 'src/assets/readme' --rename='home-{{basename}}'", "build:local": "cross-env NEXT_PUBLIC_LOCAL_DEV=true yarn build:prod", "build:prod": "yarn build:copy_readme && yarn build:css && yarn build:next", "build:next": "next build", "build:css": "yarn generate:css", "build:search_indices": "yarn node scripts/generateAllIndices.js", "build:analyze": "turbo run docs && cross-env ANALYZE=true NEXT_PUBLIC_LOCAL_DEV=true yarn build:prod", "preview": "next start", "dev": "concurrently 'yarn dev:css' 'yarn dev:next'", "dev:next": "next dev", "dev:css": "yarn generate:css --watch", "generate:css": "unocss 'src/**/*.tsx' '../../packages/ui/src/lib/components/**/*.tsx' --out-file ./src/styles/unocss.css --config ../../unocss.config.ts", "lint": "prettier --check . && cross-env TIMING=1 eslint src --ext .mjs,.js,.cjs,.ts,.tsx --format=pretty", "format": "prettier --write . && cross-env TIMING=1 eslint src --ext .mjs,.js,.cjs,.ts,.tsx --fix --format=pretty", "fmt": "yarn format" }, "type": "module", "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", "dependencies": { "@discordjs/api-extractor-utils": "workspace:^", "@discordjs/scripts": "workspace:^", "@discordjs/ui": "workspace:^", "@microsoft/api-extractor-model": "7.27.5", "@microsoft/tsdoc": "0.14.2", "@planetscale/database": "1.7.0", "@react-icons/all-files": "^4.1.0", "@vercel/analytics": "^1.0.1", "@vercel/edge-config": "^0.2.1", "@vercel/og": "^0.5.8", "ariakit": "^2.0.0-next.44", "bright": "^0.8.3", "class-variance-authority": "^0.7.0", "cmdk": "^0.2.0", "meilisearch": "^0.33.0", "next": "^13.4.11-canary.0", "next-mdx-remote": "^4.4.1", "next-themes": "^0.2.1", "react": "^18.2.0", "react-custom-scrollbars-2": "^4.5.0", "react-dom": "^18.2.0", "react-use": "^17.4.0", "rehype-raw": "^6.1.1", "rehype-slug": "^5.1.0", "remark-gfm": "^3.0.1", "sharp": "^0.32.3", "swr": "^2.2.0" }, "devDependencies": { "@next/bundle-analyzer": "^13.4.10", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/node": "18.16.19", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@unocss/cli": "^0.53.5", "@unocss/eslint-config": "^0.53.5", "@unocss/reset": "^0.53.5", "@vitejs/plugin-react": "^4.0.3", "@vitest/coverage-c8": "^0.33.0", "concurrently": "^8.2.0", "cpy-cli": "^5.0.0", "cross-env": "^7.0.3", "eslint": "^8.45.0", "eslint-config-neon": "^0.1.47", "eslint-formatter-pretty": "^5.0.0", "happy-dom": "^10.5.1", "lighthouse": "^10.4.0", "prettier": "^2.8.8", "turbo": "^1.10.8", "typescript": "^5.1.6", "vercel": "^31.0.4", "vitest": "^0.33.0" }, "engines": { "node": ">=18.13.0" } }