mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* chore: init /structures * feat: base structure * feat: initial structures design attempt * refactor(Structure): use unknown to store in kData * feat(Structure): add Invite refactor(Structure): patch to _patch * refactor: symbol names and override location * fix: don't possibly return 0 if discord borks Co-authored-by: Synbulat Biishev <signin@syjalo.dev> * refactor: use getter value instead of api Co-authored-by: Synbulat Biishev <signin@syjalo.dev> * refactor: cache createdTimestamp value Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com> * docs: better docs for what's done so far * feat: add Mixin * refactor(User): remove bitfield getters and add displayName * feat(structures): add Connection * feat(structures): add Channel base * refactor(Mixin): trace prototype chain, allow construction * fix(structures): fix mixin behavior * fix(structures): data optimization call behavior from perf testing * feat: channel mixins * chore: update deps * feat: channels and mixins * chore: more typeguard tests * fix: tests and some other issues * feat: add ChannelWebhookMixin * fix: more tests * chore: tests and docs * chore: docs * fix: remove unneccessary omitted * chore: apply code suggestions * refactor: change how extended invite works * fix: type imports * Apply suggestions from code review Co-authored-by: Almeida <github@almeidx.dev> * fix: tests * chore: add jsdoc * refactor: apply code suggestions * fix: don't instantiate sub-structures * fix: don't do null default twice * chore: use formatters, add _cache * chore: lockfile * chore: move MixinTypes to declaratiion file * fix: tests * fix: don't include source d.ts files for docs * feat: bitfields * feat: more bitfields * refactor: remove DirectoryChannel structure * chore: apply suggestions from code review * chore: remove unused import * refactor: use symbol for mixin toJSON, remove _ prefix * chore: apply suggestions from code review * refactor: remove bitfield casts * refactor: remove special case for threadchannel types * fix: apply code review suggestions * refactor: bitfields always store bigint * fix: tests * chore: apply suggestions from code review * fix: lint * refactor: conditional structuredClone * Apply suggestions from code review Co-authored-by: ckohen <chaikohen@gmail.com> * fix: code review errors * fix: lint * chore: bump dtypes * Update packages/structures/cliff.toml Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> * docs: link to VideoQualityMode * chore: typo in comment * chore: small nits in docs links * chore: small nits * docs: forgot one * chore: update template * chore: typos and things * chore: apply suggestions from code review * fix: tests and typeguards * chore: don't clone appliedTags * refactor: use a symbol for patch method * fix: add missing readonly * chore: remove todo comment * refactor: use symbol for clone * fix: add constraint to DataType * chore: apply suggestions * fix: dtypes bump * chore: fix comment * chore: add todo comment * chore: mark bitfield as todo chore: mark bit field as todo and edit readme --------- Co-authored-by: ckohen <chaikohen@gmail.com> Co-authored-by: Synbulat Biishev <signin@syjalo.dev> Co-authored-by: Almeida <github@almeidx.dev> Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
114 lines
3.4 KiB
JSON
114 lines
3.4 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": {
|
|
"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: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",
|
|
"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"
|
|
},
|
|
"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": {
|
|
"@radix-ui/react-collapsible": "^1.1.11",
|
|
"@react-icons/all-files": "^4.1.0",
|
|
"@tanstack/react-query": "^5.79.0",
|
|
"@vercel/analytics": "^1.5.0",
|
|
"@vercel/edge-config": "^1.4.0",
|
|
"@vercel/postgres": "^0.10.0",
|
|
"cloudflare": "^4.3.0",
|
|
"cmdk": "^1.1.1",
|
|
"cva": "1.0.0-beta.3",
|
|
"geist": "^1.4.2",
|
|
"immer": "^10.1.1",
|
|
"jotai": "^2.12.5",
|
|
"jotai-immer": "^0.4.1",
|
|
"lucide-react": "^0.511.0",
|
|
"meilisearch": "^0.50.0",
|
|
"motion": "^12.15.0",
|
|
"next": "15.4.0-canary.35",
|
|
"next-mdx-remote-client": "^2.1.2",
|
|
"next-themes": "^0.4.6",
|
|
"nuqs": "^2.4.3",
|
|
"overlayscrollbars": "^2.11.3",
|
|
"overlayscrollbars-react": "^0.5.6",
|
|
"react": "^19.1.0",
|
|
"react-aria": "^3.40.0",
|
|
"react-aria-components": "^1.9.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-error-boundary": "^6.0.0",
|
|
"sharp": "^0.34.2",
|
|
"tailwind-merge": "^3.3.0",
|
|
"tw-animate-css": "^1.3.2",
|
|
"usehooks-ts": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@next/env": "^15.3.3",
|
|
"@shikijs/rehype": "^3.4.2",
|
|
"@tailwindcss/postcss": "^4.1.8",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tailwindcss/vite": "^4.1.8",
|
|
"@types/node": "^22.15.26",
|
|
"@types/react": "^19.1.6",
|
|
"@types/react-dom": "^19.1.5",
|
|
"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.27.0",
|
|
"eslint-config-neon": "^0.2.7",
|
|
"eslint-formatter-pretty": "^6.0.1",
|
|
"git-describe": "^4.1.1",
|
|
"postcss": "^8.5.4",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-rehype": "^11.1.2",
|
|
"shiki": "^3.4.2",
|
|
"tailwindcss": "^4.1.8",
|
|
"tailwindcss-react-aria-components": "^2.0.0",
|
|
"turbo": "^2.5.3",
|
|
"typescript": "^5.8.2",
|
|
"vercel": "^42.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
}
|
|
}
|