build: explicitly add deps

This commit is contained in:
iCrawl
2022-07-23 01:24:45 +02:00
parent 6d25fb8856
commit 1d63d3ce1c
4 changed files with 1151 additions and 26 deletions

View File

@@ -26,3 +26,4 @@ src/styles/unocss.css
# Miscellaneous # Miscellaneous
.tmp/ .tmp/
coverage/ coverage/
.vercel

View File

@@ -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,

View File

@@ -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": {

1169
yarn.lock

File diff suppressed because it is too large Load Diff