This commit is contained in:
itsMapleLeaf
2022-04-22 23:45:30 -05:00
parent ad57674d6e
commit 3c2d3b4683
4 changed files with 1835 additions and 800 deletions

View File

@@ -9,18 +9,18 @@
"@itsmapleleaf/configs": "^1.1.2" "@itsmapleleaf/configs": "^1.1.2"
}, },
"devDependencies": { "devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.9.1", "@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.9.1", "@typescript-eslint/parser": "^5.20.0",
"eslint": "^8.6.0", "eslint": "^8.14.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.5.0", "eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.25.4", "eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0", "eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-unicorn": "^40.0.0", "eslint-plugin-unicorn": "^42.0.0",
"prettier": "^2.5.1", "prettier": "^2.6.2",
"typescript": "^4.5.4" "typescript": "^4.6.3"
}, },
"resolutions": { "resolutions": {
"esbuild": "latest" "esbuild": "latest"

View File

@@ -46,10 +46,10 @@
"dependencies": { "dependencies": {
"@types/node": "*", "@types/node": "*",
"@types/react": "*", "@types/react": "*",
"@types/react-reconciler": "^0.26.4", "@types/react-reconciler": "^0.26.6",
"nanoid": "^3.1.31", "nanoid": "^3.3.3",
"react-reconciler": "^0.26.2", "react-reconciler": "^0.27.0",
"rxjs": "^7.5.2" "rxjs": "^7.5.5"
}, },
"peerDependencies": { "peerDependencies": {
"discord.js": "^13.3", "discord.js": "^13.3",
@@ -61,24 +61,24 @@
} }
}, },
"devDependencies": { "devDependencies": {
"@types/lodash-es": "^4.17.5", "@types/lodash-es": "^4.17.6",
"c8": "^7.11.0", "c8": "^7.11.2",
"discord.js": "^13.5.1", "discord.js": "^13.6.0",
"dotenv": "^11.0.0", "dotenv": "^16.0.0",
"esbuild": "latest", "esbuild": "latest",
"esbuild-jest": "^0.5.0", "esbuild-jest": "^0.5.0",
"esmo": "^0.13.0", "esmo": "^0.14.1",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"nodemon": "^2.0.15", "nodemon": "^2.0.15",
"prettier": "^2.5.1", "prettier": "^2.6.2",
"pretty-ms": "^7.0.1", "pretty-ms": "^7.0.1",
"react": "^17.0.2", "react": "^18.0.0",
"release-it": "^14.12.1", "release-it": "^14.14.2",
"tsup": "^5.11.11", "tsup": "^5.12.6",
"type-fest": "^2.9.0", "type-fest": "^2.12.2",
"typescript": "^4.5.4", "typescript": "^4.6.3",
"vite": "^2.7.10", "vite": "^2.9.5",
"vitest": "^0.0.141" "vitest": "^0.9.4"
}, },
"resolutions": { "resolutions": {
"esbuild": "latest" "esbuild": "latest"

View File

@@ -2,7 +2,6 @@
"private": true, "private": true,
"name": "website", "name": "website",
"scripts": { "scripts": {
"prepare": "remix setup node",
"dev": "concurrently 'typedoc --watch' 'pnpm tailwind -- --watch' 'remix dev'", "dev": "concurrently 'typedoc --watch' 'pnpm tailwind -- --watch' 'remix dev'",
"test": "node ./scripts/test.js", "test": "node ./scripts/test.js",
"test-dev": "pnpm dev & wait-on http-get://localhost:3000 && cypress open", "test-dev": "pnpm dev & wait-on http-get://localhost:3000 && cypress open",
@@ -12,42 +11,42 @@
"typecheck": "tsc --noEmit && tsc --project cypress/tsconfig.json --noEmit" "typecheck": "tsc --noEmit && tsc --project cypress/tsconfig.json --noEmit"
}, },
"dependencies": { "dependencies": {
"@headlessui/react": "^1.4.2", "@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.5", "@heroicons/react": "^1.0.6",
"@reach/rect": "^0.16.0", "@reach/rect": "^0.17.0",
"@remix-run/react": "^1.1.1", "@remix-run/react": "^1.4.1",
"@remix-run/serve": "^1.1.1", "@remix-run/serve": "^1.4.1",
"@tailwindcss/typography": "^0.5.0", "@tailwindcss/typography": "^0.5.2",
"clsx": "^1.1.1", "clsx": "^1.1.1",
"fast-glob": "^3.2.10", "fast-glob": "^3.2.11",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"reacord": "workspace:*", "reacord": "workspace:*",
"react": "^17.0.2", "react": "^18.0.0",
"react-dom": "^17.0.2", "react-dom": "^18.0.0",
"react-focus-on": "^3.5.4", "react-focus-on": "^3.5.4",
"react-router": "^6.2.1", "react-router": "^6.3.0",
"react-router-dom": "^6.2.1", "react-router-dom": "^6.3.0",
"remix": "^1.1.1" "remix": "^1.4.1"
}, },
"devDependencies": { "devDependencies": {
"@remix-run/dev": "^1.1.1", "@remix-run/dev": "^1.4.1",
"@remix-run/node": "^1.1.1", "@remix-run/node": "^1.4.1",
"@testing-library/cypress": "^8.0.2", "@testing-library/cypress": "^8.0.2",
"@types/node": "*", "@types/node": "*",
"@types/react": "^17.0.38", "@types/react": "^18.0.6",
"@types/react-dom": "^17.0.11", "@types/react-dom": "^18.0.2",
"@types/tailwindcss": "^3.0.2", "@types/tailwindcss": "^3.0.10",
"@types/wait-on": "^5.3.1", "@types/wait-on": "^5.3.1",
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.4",
"concurrently": "^7.0.0", "concurrently": "^7.1.0",
"cypress": "^9.2.1", "cypress": "^9.5.4",
"execa": "^6.0.0", "execa": "^6.1.0",
"postcss": "^8.4.5", "postcss": "^8.4.12",
"rehype-prism-plus": "^1.3.1", "rehype-prism-plus": "^1.3.2",
"tailwindcss": "^3.0.13", "tailwindcss": "^3.0.24",
"typedoc": "^0.22.10", "typedoc": "^0.22.15",
"typescript": "^4.5.4", "typescript": "^4.6.3",
"wait-on": "^6.0.0" "wait-on": "^6.0.1"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=14"

2524
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff