mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
build: explicitly add deps
This commit is contained in:
1
packages/website/.gitignore
vendored
1
packages/website/.gitignore
vendored
@@ -26,3 +26,4 @@ src/styles/unocss.css
|
|||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
.tmp/
|
.tmp/
|
||||||
coverage/
|
coverage/
|
||||||
|
.vercel
|
||||||
|
|||||||
@@ -7,6 +7,10 @@ const UnoCSS = require('@unocss/webpack').default;
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
|
eslint: {
|
||||||
|
ignoreDuringBuilds: true,
|
||||||
|
},
|
||||||
|
cleanDistDir: true,
|
||||||
experimental: {
|
experimental: {
|
||||||
images: {
|
images: {
|
||||||
allowFutureImage: true,
|
allowFutureImage: true,
|
||||||
|
|||||||
@@ -46,6 +46,8 @@
|
|||||||
"homepage": "https://discord.js.org",
|
"homepage": "https://discord.js.org",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@microsoft/api-extractor-model": "^7.22.1",
|
"@microsoft/api-extractor-model": "^7.22.1",
|
||||||
|
"@microsoft/tsdoc": "^0.14.1",
|
||||||
|
"@microsoft/tsdoc-config": "^0.16.1",
|
||||||
"@vscode/codicons": "^0.0.31",
|
"@vscode/codicons": "^0.0.31",
|
||||||
"next": "^12.2.3",
|
"next": "^12.2.3",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
@@ -84,6 +86,7 @@
|
|||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"typescript": "^4.7.4",
|
"typescript": "^4.7.4",
|
||||||
"unocss": "^0.44.5",
|
"unocss": "^0.44.5",
|
||||||
|
"vercel": "^27.2.0",
|
||||||
"vitest": "^0.18.1"
|
"vitest": "^0.18.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user