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
.tmp/
coverage/
.vercel

View File

@@ -7,6 +7,10 @@ const UnoCSS = require('@unocss/webpack').default;
module.exports = {
reactStrictMode: true,
swcMinify: true,
eslint: {
ignoreDuringBuilds: true,
},
cleanDistDir: true,
experimental: {
images: {
allowFutureImage: true,

View File

@@ -46,6 +46,8 @@
"homepage": "https://discord.js.org",
"dependencies": {
"@microsoft/api-extractor-model": "^7.22.1",
"@microsoft/tsdoc": "^0.14.1",
"@microsoft/tsdoc-config": "^0.16.1",
"@vscode/codicons": "^0.0.31",
"next": "^12.2.3",
"react": "^18.2.0",
@@ -84,6 +86,7 @@
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"unocss": "^0.44.5",
"vercel": "^27.2.0",
"vitest": "^0.18.1"
},
"engines": {

1169
yarn.lock

File diff suppressed because it is too large Load Diff