clean up deps

This commit is contained in:
MapleLeaf
2022-01-03 04:43:54 -06:00
parent bbf7ec8b77
commit fdb5bd74c5
3 changed files with 148 additions and 3029 deletions

View File

@@ -5,8 +5,10 @@
"lint-fix": "pnpm lint -- --fix", "lint-fix": "pnpm lint -- --fix",
"format": "prettier --write ." "format": "prettier --write ."
}, },
"dependencies": {
"@itsmapleleaf/configs": "^1.1.2"
},
"devDependencies": { "devDependencies": {
"@itsmapleleaf/configs": "^1.1.2",
"@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1", "@typescript-eslint/parser": "^5.8.1",
"eslint": "^8.5.0", "eslint": "^8.5.0",

View File

@@ -11,74 +11,42 @@
}, },
"dependencies": { "dependencies": {
"@heroicons/react": "^1.0.5", "@heroicons/react": "^1.0.5",
"@reach/rect": "^0.16.0", "@tailwindcss/typography": "^0.5.0",
"@tinyhttp/app": "^2.0.15",
"@tinyhttp/logger": "^1.3.0",
"clsx": "^1.1.1", "clsx": "^1.1.1",
"compression": "^1.7.4",
"esbuild": "^0.14.10", "esbuild": "^0.14.10",
"esno": "^0.13.0",
"express": "^4.17.2", "express": "^4.17.2",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"http-terminator": "^3.0.4", "http-terminator": "^3.0.4",
"pino": "^7.6.2", "pino": "^7.6.2",
"pino-colada": "^2.2.2", "pino-colada": "^2.2.2",
"pino-http": "^6.5.0", "pino-http": "^6.5.0",
"pino-pretty": "^7.3.0",
"reacord": "workspace:*", "reacord": "workspace:*",
"react": "^18.0.0-rc.0", "react": "^18.0.0-rc.0",
"react-dom": "^18.0.0-rc.0", "react-dom": "^18.0.0-rc.0",
"react-focus-on": "^3.5.4", "postcss": "^8.4.5",
"react-head": "^3.4.0", "tailwindcss": "^3.0.8",
"react-router": "^6.2.1", "markdown-it": "^12.3.0",
"react-router-dom": "^6.2.1", "markdown-it-prism": "^2.2.1"
"rehype-stringify": "^9.0.2",
"reload": "^3.2.0",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"shrink-ray-current": "^4.1.3",
"sirv": "^2.0.0",
"unified": "^10.1.1",
"unified-stream": "^2.0.0",
"vite-plugin-ssr": "^0.3.42"
}, },
"devDependencies": { "devDependencies": {
"@mapbox/rehype-prism": "^0.8.0",
"@tailwindcss/typography": "^0.5.0",
"@types/browser-sync": "^2.26.3", "@types/browser-sync": "^2.26.3",
"@types/compression": "^1.7.2", "@types/compression": "^1.7.2",
"@types/express": "^4.17.13", "@types/express": "^4.17.13",
"@types/markdown-it": "^12.2.3", "@types/markdown-it": "^12.2.3",
"@types/node": "*", "@types/node": "*",
"@types/nodemon": "^1.19.1",
"@types/react": "^17.0.38", "@types/react": "^17.0.38",
"@types/react-dom": "^17.0.9", "@types/react-dom": "^17.0.9",
"@types/tailwindcss": "^3.0.0", "@types/tailwindcss": "^3.0.0",
"@types/update-notifier": "^5.1.0",
"@types/wait-on": "^5.3.1", "@types/wait-on": "^5.3.1",
"@vitejs/plugin-react": "^1.1.3",
"autoprefixer": "^10.4.1", "autoprefixer": "^10.4.1",
"browser-sync": "^2.27.7", "browser-sync": "^2.27.7",
"chokidar": "^3.5.2", "chokidar": "^3.5.2",
"compression": "^1.7.4",
"debounce-fn": "^5.1.0",
"esno": "^0.13.0",
"execa": "^6.0.0", "execa": "^6.0.0",
"fast-glob": "^3.2.7", "fast-glob": "^3.2.7",
"markdown-it": "^12.3.0",
"markdown-it-prism": "^2.2.1",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"polka": "^0.5.2",
"postcss": "^8.4.5",
"rehype-highlight": "^5.0.2",
"rehype-prism-plus": "^1.1.3",
"remark-frontmatter": "^4.0.1",
"rxjs": "^7.5.1",
"tailwindcss": "^3.0.8",
"type-fest": "^2.8.0", "type-fest": "^2.8.0",
"typescript": "^4.5.4", "typescript": "^4.5.4",
"update-notifier": "^5.1.0",
"vite": "^2.7.10",
"vite-plugin-markdown": "^2.0.2",
"wait-on": "^6.0.0" "wait-on": "^6.0.0"
} }
} }

3127
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff