feat: add website documentation early mvp (#8183)

Co-authored-by: iCrawl <buechler.noel@outlook.com>
This commit is contained in:
Suneet Tipirneni
2022-07-01 14:54:15 -04:00
committed by GitHub
parent e0c8282490
commit d95197cc78
41 changed files with 1800 additions and 647 deletions

View File

@@ -46,44 +46,49 @@
},
"homepage": "https://discord.js.org",
"dependencies": {
"@remix-run/node": "^1.6.0",
"@remix-run/react": "^1.6.0",
"@remix-run/serve": "^1.6.0",
"@remix-run/server-runtime": "^1.6.0",
"@remix-run/vercel": "^1.6.0",
"@microsoft/api-extractor-model": "^7.21.0",
"@microsoft/tsdoc": "^0.14.1",
"@remix-run/node": "^1.6.3",
"@remix-run/react": "^1.6.3",
"@remix-run/serve": "^1.6.3",
"@remix-run/server-runtime": "^1.6.3",
"@remix-run/vercel": "^1.6.3",
"@vscode/codicons": "^0.0.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix": "^1.6.0"
"react-icons": "^4.4.0",
"react-syntax-highlighter": "^15.5.0",
"remix": "^1.6.3"
},
"devDependencies": {
"@remix-run/dev": "^1.6.0",
"@remix-run/dev": "^1.6.3",
"@testing-library/cypress": "^8.0.3",
"@testing-library/dom": "^8.13.0",
"@testing-library/dom": "^8.14.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/node": "^16.11.41",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@unocss/cli": "^0.39.3",
"@types/react-syntax-highlighter": "^15.5.2",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@unocss/cli": "^0.42.0",
"@vitejs/plugin-react": "^1.3.2",
"c8": "^7.11.3",
"concurrently": "^7.2.2",
"cypress": "^10.1.0",
"cypress": "^10.3.0",
"eslint": "^8.18.0",
"eslint-config-marine": "^9.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-import-resolver-typescript": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"happy-dom": "^5.3.1",
"msw": "^0.42.1",
"happy-dom": "^5.3.4",
"msw": "^0.42.3",
"prettier": "^2.7.1",
"typedoc": "^0.22.17",
"typescript": "^4.7.4",
"unocss": "^0.39.3"
"unocss": "^0.42.0"
},
"engines": {
"node": ">=16.9.0"