Merge branch 'uwu' into uwu-search-page

# Conflicts:
#	package-lock.json
#	package.json
This commit is contained in:
Corbin Crutchley
2023-07-15 22:32:41 -07:00
19 changed files with 7450 additions and 4666 deletions

View File

@@ -30,7 +30,7 @@
"format": "prettier -w . --cache --plugin-search-dir=.",
"lint": "eslint . --ext .js,.ts,.astro",
"search-index": "tsx build-scripts/search-index.ts",
"social-previews:build": "node node_modules/puppeteer-core/install.js && tsx --tsconfig tsconfig.script.json build-scripts/social-previews/index.ts",
"social-previews:build": "tsx --tsconfig tsconfig.script.json build-scripts/social-previews/index.ts",
"social-previews:dev:build": "tsx watch --tsconfig tsconfig.script.json build-scripts/social-previews/live-server.ts",
"social-previews:dev:server": "live-server build-scripts/social-previews/dist",
"social-previews:dev": "npm-run-all --parallel social-previews:dev:build social-previews:dev:server",
@@ -85,13 +85,13 @@
"junk": "^4.0.1",
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
"playwright": "^1.36.1",
"postcss": "^8.4.25",
"postcss-csso": "^6.0.1",
"preact-render-to-string": "^6.1.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.10.0",
"probe-image-size": "^7.2.3",
"puppeteer-core": "^10.4.0",
"rehype-raw": "^6.1.1",
"rehype-retext": "^3.0.2",
"rehype-slug-custom-id": "^1.1.0",