mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
chore: move website and guide out of packages
This commit is contained in:
@@ -34,7 +34,7 @@ If you don't understand something in the documentation, you are experiencing pro
|
||||
nudge in the right direction, please don't hesitate to join our official [discord.js Server][discord].
|
||||
|
||||
[website]: https://discord.js.org/
|
||||
[website-source]: https://github.com/discordjs/discord.js/tree/main/packages/website
|
||||
[website-source]: https://github.com/discordjs/discord.js/tree/main/apps/website
|
||||
[documentation]: https://discord.js.org/
|
||||
[guide]: https://discordjs.guide/
|
||||
[guide-source]: https://github.com/discordjs/guide
|
||||
|
||||
@@ -54,15 +54,15 @@
|
||||
"@types/node": "^16.11.64",
|
||||
"@types/react": "^18.0.21",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@unocss/reset": "^0.45.28",
|
||||
"@unocss/reset": "^0.45.29",
|
||||
"@vitejs/plugin-react": "^2.1.0",
|
||||
"@vitest/coverage-c8": "^0.24.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.25.0",
|
||||
"eslint-config-neon": "^0.1.35",
|
||||
"eslint-config-neon": "^0.1.37",
|
||||
"prettier": "^2.7.1",
|
||||
"typescript": "^4.8.4",
|
||||
"unocss": "^0.45.28",
|
||||
"unocss": "^0.45.29",
|
||||
"vite": "^3.1.6",
|
||||
"vite-plugin-dts": "^1.6.5",
|
||||
"vitest": "^0.24.0"
|
||||
|
||||
Reference in New Issue
Block a user