mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
feat: command menu
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "vitest run",
|
||||
"build:local": "NEXT_PUBLIC_LOCAL_DEV=true yarn run --top-level docs --force && yarn build:prod",
|
||||
"build:prod": "yarn build:css && yarn build:next",
|
||||
"build:local": "NEXT_PUBLIC_LOCAL_DEV=true yarn build:prod",
|
||||
"build:prod": "yarn run --top-level docs --force && yarn build:css && yarn build:next && yarn node scripts/generateAllIndicies.js",
|
||||
"build:next": "next build",
|
||||
"build:css": "yarn generate:css",
|
||||
"dev": "yarn run --top-level docs && concurrently 'yarn dev:css' 'yarn dev:next'",
|
||||
@@ -41,15 +41,18 @@
|
||||
"dependencies": {
|
||||
"@discordjs/api-extractor-utils": "workspace:^",
|
||||
"@discordjs/scripts": "workspace:^",
|
||||
"@lyrasearch/lyra": "^0.2.3",
|
||||
"@microsoft/api-extractor-model": "7.24.0",
|
||||
"@microsoft/tsdoc": "0.14.1",
|
||||
"@vscode/codicons": "^0.0.32",
|
||||
"ariakit": "^2.0.0-next.41",
|
||||
"cmdk": "^0.1.20",
|
||||
"flexsearch": "^0.7.21",
|
||||
"minisearch": "^5.0.0",
|
||||
"next": "^12.2.5",
|
||||
"next": "^12.3.0",
|
||||
"next-mdx-remote": "^4.1.0",
|
||||
"next-progress": "^2.2.0",
|
||||
"next-themes": "^0.2.0",
|
||||
"next-themes": "^0.2.1",
|
||||
"react": "^18.2.0",
|
||||
"react-custom-scrollbars-2": "^4.5.0",
|
||||
"react-dom": "^18.2.0",
|
||||
@@ -68,22 +71,23 @@
|
||||
"devDependencies": {
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@types/node": "^16.11.57",
|
||||
"@types/flexsearch": "^0.7.3",
|
||||
"@types/node": "^16.11.58",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/react-syntax-highlighter": "^15.5.5",
|
||||
"@unocss/cli": "^0.45.15",
|
||||
"@unocss/reset": "^0.45.15",
|
||||
"@unocss/cli": "^0.45.18",
|
||||
"@unocss/reset": "^0.45.18",
|
||||
"@vitejs/plugin-react": "^2.1.0",
|
||||
"@vitest/coverage-c8": "^0.23.1",
|
||||
"concurrently": "^7.3.0",
|
||||
"concurrently": "^7.4.0",
|
||||
"eslint": "^8.23.0",
|
||||
"eslint-config-neon": "^0.1.33",
|
||||
"happy-dom": "^6.0.4",
|
||||
"prettier": "^2.7.1",
|
||||
"prettier-plugin-tailwindcss": "^0.1.13",
|
||||
"typescript": "^4.8.2",
|
||||
"unocss": "^0.45.15",
|
||||
"vercel": "^28.2.2",
|
||||
"typescript": "^4.8.3",
|
||||
"unocss": "^0.45.18",
|
||||
"vercel": "^28.2.3",
|
||||
"vitest": "^0.23.1"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user