Merge pull request #25 from BradNut/development

Development
This commit is contained in:
Bradley Shellnut 2024-03-19 17:41:36 -07:00 committed by GitHub
commit 3adb9101b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 465 additions and 453 deletions

View file

@ -21,45 +21,45 @@
"@iconify-icons/radix-icons": "^1.2.9", "@iconify-icons/radix-icons": "^1.2.9",
"@iconify-icons/simple-icons": "^1.2.74", "@iconify-icons/simple-icons": "^1.2.74",
"@melt-ui/pp": "^0.1.4", "@melt-ui/pp": "^0.1.4",
"@playwright/test": "^1.41.1", "@playwright/test": "^1.42.1",
"@resvg/resvg-js": "^2.6.0", "@resvg/resvg-js": "^2.6.0",
"@sveltejs/adapter-static": "^3.0.1", "@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/enhanced-img": "^0.1.8", "@sveltejs/enhanced-img": "^0.1.9",
"@sveltejs/kit": "^2.4.3", "@sveltejs/kit": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "^3.0.0", "@sveltejs/vite-plugin-svelte": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0", "@typescript-eslint/parser": "^5.62.0",
"@zerodevx/svelte-img": "^2.1.0", "@zerodevx/svelte-img": "^2.1.0",
"autoprefixer": "^10.4.17", "autoprefixer": "^10.4.18",
"eslint": "^8.56.0", "eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0", "eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.35.1", "eslint-plugin-svelte": "^2.35.1",
"iconify-icon": "^1.0.8", "iconify-icon": "^1.0.8",
"just-intersect": "^4.3.0", "just-intersect": "^4.3.0",
"mdsvex": "^0.11.0", "mdsvex": "^0.11.0",
"mdsvex-relative-images": "^1.0.3", "mdsvex-relative-images": "^1.0.3",
"postcss": "^8.4.33", "postcss": "^8.4.37",
"postcss-import": "^15.1.0", "postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.2", "postcss-load-config": "^4.0.2",
"postcss-preset-env": "^8.5.1", "postcss-preset-env": "^8.5.1",
"prettier": "^3.2.4", "prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.1.2", "prettier-plugin-svelte": "^3.2.2",
"sass": "^1.70.0", "sass": "^1.72.0",
"satori": "^0.10.11", "satori": "^0.10.13",
"satori-html": "^0.3.2", "satori-html": "^0.3.2",
"scrape-it": "^6.1.0", "scrape-it": "^6.1.0",
"sharp": "^0.32.6", "sharp": "^0.32.6",
"svelte": "^4.2.9", "svelte": "^4.2.12",
"svelte-check": "^3.6.3", "svelte-check": "^3.6.8",
"svelte-meta-tags": "^3.1.0", "svelte-meta-tags": "^3.1.1",
"svelte-preprocess": "^5.1.3", "svelte-preprocess": "^5.1.3",
"svelte-sequential-preprocessor": "^2.0.1", "svelte-sequential-preprocessor": "^2.0.1",
"tslib": "^2.6.2", "tslib": "^2.6.2",
"typescript": "^5.3.3", "typescript": "^5.4.2",
"vanilla-lazyload": "^17.8.5", "vanilla-lazyload": "^17.9.0",
"vite": "^5.0.12", "vite": "^5.1.6",
"vite-imagetools": "^5.1.2", "vite-imagetools": "^5.1.2",
"vitest": "^1.2.1" "vitest": "^1.4.0"
}, },
"type": "module", "type": "module",
"engines": { "engines": {
@ -68,8 +68,8 @@
}, },
"dependencies": { "dependencies": {
"@melt-ui/svelte": "^0.50.1", "@melt-ui/svelte": "^0.50.1",
"@sveltejs/adapter-vercel": "^5.2.0",
"@types/nprogress": "^0.2.3", "@types/nprogress": "^0.2.3",
"@sveltejs/adapter-vercel": "^5.1.0",
"@vercel/og": "^0.5.20", "@vercel/og": "^0.5.20",
"ioredis": "^5.3.2", "ioredis": "^5.3.2",
"nprogress": "^0.2.0" "nprogress": "^0.2.0"

File diff suppressed because it is too large Load diff

View file

@ -17,7 +17,7 @@ Tech Stack:
- <ExternalLink showIcon href="https://www.melt-ui.com/">Melt UI</ExternalLink> for the headless-ui components. - <ExternalLink showIcon href="https://www.melt-ui.com/">Melt UI</ExternalLink> for the headless-ui components.
- TypeScript - TypeScript
- Deployed on Vercel - Deployed on Vercel
- Bee, Shell, Nut, and Seattle Icons made by <ExternalLink showIcon href="https://www.flaticon.com/authors/freepik" ariaLabel="Freepik">"Freepik"</ExternalLink> from <ExternalLink showIcon href="https://www.flaticon.com" ariaLabel="Flaticon">flaticon.com</ExternalLink> - Icons in the [/about](/about) page and the Bee, Shell, and Nut icons are all made by <ExternalLink showIcon href="https://www.flaticon.com/authors/freepik" ariaLabel="Freepik">"Freepik"</ExternalLink> from <ExternalLink showIcon href="https://www.flaticon.com" ariaLabel="Flaticon">flaticon.com</ExternalLink>
Previous version of my website was written using React and Gatsby which you can view <ExternalLink href="https://wonderful-austin-9f17d2.netlify.app/" ariaLabel="React and Gatsby Personal Site version" showIcon>here</ExternalLink>. Previous version of my website was written using React and Gatsby which you can view <ExternalLink href="https://wonderful-austin-9f17d2.netlify.app/" ariaLabel="React and Gatsby Personal Site version" showIcon>here</ExternalLink>.