mirror of
https://github.com/discordjs/discord.js.git
synced 2026-09-17 16:57:28 +00:00
* chore(deps): update github-actions * actions/cache v4 -> v5 * actions/create-github-app-token v2 -> v3 * actions/download-artifact v6 -> v8 * actions/labeler v5 -> v6 * actions/upload-artifact v5 -> v7 * codecov/codecov-action v4 -> v6 * crazy-max/ghaction-github-labeler v5 -> v6 * dessant/lock-threads v5 -> v6 * docker/build-push-action v6 -> v7 * docker/login-action v3 -> v4 * docker/setup-buildx-action v3 -> v4 * pnpm/action-setup v4.1.0 -> v6.0.8 * chore(deps): minor/patch bumps and pnpm v11 * chore(deps): bump lint-staged to v17 * chore(deps): bump commitlint to v21 * chore(deps): bump vercel to v54 * chore(deps): bump vite to v8 * chore(deps): bump chromatic to v17 * chore(deps): bump validate-npm-package-name to v8 * chore(deps): bump uuid to v14 * chore(deps): bump cloudflare to v6 * chore(deps): bump meilisearch to v0.58 * chore(deps): bump fumadocs-mdx to v15 * chore(deps): lockfile * chore: fixes * fixup! chore(deps): minor/patch bumps and pnpm v11 * chore(deps): bump vercel to v56 * chore(deps): bump chromatic to v18 * chore: fix format/lint and change prettier range * chore(deps): bump vitest-websocket-mock to v0.7 * chore(deps): bump cloudflare to v7 * chore(deps): bump meilisearch to v0.59 * chore(deps): bump commander to v15 * chore(deps): bump sharp to v0.35 * chore(deps): bump undici to v8 * chore: lockfile * fixup! chore(deps): update github-actions * fix(rest): requested changes * chore: minor/patch * chore(deps): bump meilisearch to v0.60 * chore(deps): bump vercel to v57 * fixup! fixup! chore(deps): update github-actions * chore: revert prettier upgrade * chore: minor/patch * chore(deps): bump vercel to v58 * chore(deps): regen lockfile * chore(deps): undici 8.10.1 and pnpm 11.25 * chore(deps): minor/patch * fix: lockfile * chore: more
113 lines
3.6 KiB
JSON
113 lines
3.6 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@discordjs/website",
|
|
"version": "0.1.0",
|
|
"description": "Imagine a bot... the most popular way to build discord bots",
|
|
"private": true,
|
|
"scripts": {
|
|
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts",
|
|
"build:copy_readme": "cpy \"../../packages/(discord.js|brokers|builders|collection|core|formatters|next|proxy|rest|structures|util|voice|ws)/README.md\" \"src/assets/readme\" --rename='home-{{basename}}'",
|
|
"build:check": "tsc --noEmit",
|
|
"build:local": "cross-env NEXT_PUBLIC_LOCAL_DEV=true pnpm run build:prod",
|
|
"build:prod": "pnpm run build:copy_readme && pnpm run build:next",
|
|
"build:next": "next build",
|
|
"build": "pnpm run build:copy_readme && next build --webpack",
|
|
"build:search_indices": "pnpm node scripts/generateAllIndices.js",
|
|
"build:analyze": "turbo run docs --filter='@discordjs/*' --concurrency=4 && cross-env ANALYZE=true NEXT_PUBLIC_LOCAL_DEV=true pnpm run build:prod",
|
|
"preview": "next start",
|
|
"preview:cf": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
|
|
"deploy:cf": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
|
|
"dev": "next dev --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": "next typegen"
|
|
},
|
|
"type": "module",
|
|
"directories": {
|
|
"lib": "src"
|
|
},
|
|
"contributors": [
|
|
"Crawl <icrawltogo@gmail.com>"
|
|
],
|
|
"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": {
|
|
"@opennextjs/cloudflare": "^1.20.6",
|
|
"@radix-ui/react-collapsible": "^1.1.20",
|
|
"@react-icons/all-files": "^4.1.0",
|
|
"@tanstack/react-query": "^5.102.8",
|
|
"@vercel/analytics": "^2.0.1",
|
|
"cloudflare": "^7.1.0",
|
|
"cmdk": "^1.1.1",
|
|
"cva": "1.0.0-beta.3",
|
|
"geist": "^1.7.2",
|
|
"jotai": "^2.20.3",
|
|
"lucide-react": "^1.39.0",
|
|
"meilisearch": "^0.60.0",
|
|
"next": "^16.3.4",
|
|
"next-themes": "^0.4.6",
|
|
"nuqs": "^2.10.1",
|
|
"overlayscrollbars": "^2.16.0",
|
|
"overlayscrollbars-react": "^0.5.6",
|
|
"react": "^19.2.8",
|
|
"react-aria": "^3.52.0",
|
|
"react-aria-components": "^1.21.0",
|
|
"react-dom": "^19.2.8",
|
|
"safe-mdx": "^1.14.0",
|
|
"sharp": "^0.35.4",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"usehooks-ts": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@shikijs/rehype": "^4.4.3",
|
|
"@tailwindcss/postcss": "^4.3.3",
|
|
"@tailwindcss/typography": "^0.5.20",
|
|
"@types/node": "^24.13.3",
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.5",
|
|
"autoprefixer": "^10.5.4",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"cpy-cli": "^7.0.0",
|
|
"cross-env": "^10.1.0",
|
|
"eslint": "^9.39.5",
|
|
"eslint-config-neon": "^0.3.2",
|
|
"eslint-formatter-pretty": "^7.1.0",
|
|
"git-describe": "^4.1.1",
|
|
"postcss": "^8.5.26",
|
|
"prettier": "~3.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.8.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-rehype": "^11.1.2",
|
|
"shiki": "^4.4.3",
|
|
"tailwindcss": "^4.3.3",
|
|
"tailwindcss-react-aria-components": "^2.2.0",
|
|
"turbo": "^2.10.12",
|
|
"typescript": "~5.9.3",
|
|
"vercel": "^59.11.2",
|
|
"wrangler": "^4.128.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=24.17.0"
|
|
}
|
|
}
|