mirror of
https://github.com/xHyroM/links.git
synced 2024-11-22 15:41:04 +01:00
build: update deps, feat: add modrinth
This commit is contained in:
parent
c1421d0054
commit
51efdabb63
4 changed files with 1476 additions and 1446 deletions
24
package.json
24
package.json
|
@ -11,19 +11,19 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/sitemap": "^1.2.1",
|
"@astrojs/sitemap": "^2.0.2",
|
||||||
"@astrojs/tailwind": "^3.1.1",
|
"@astrojs/tailwind": "^4.0.0",
|
||||||
"astro": "^2.1.9",
|
"astro": "^2.10.12",
|
||||||
"astro-compress": "^1.1.35",
|
"astro-compress": "^2.0.14",
|
||||||
"astro-robots-txt": "^0.4.1",
|
"astro-robots-txt": "^0.5.0",
|
||||||
"autoprefixer": "^10.4.13",
|
"autoprefixer": "^10.4.15",
|
||||||
"cssnano": "^5.1.14",
|
"cssnano": "^6.0.1",
|
||||||
"postcss": "^8.4.21",
|
"postcss": "^8.4.28",
|
||||||
"tailwindcss": "^3.2.4"
|
"tailwindcss": "^3.3.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"prettier": "^2.8.7",
|
"prettier": "^3.0.2",
|
||||||
"prettier-plugin-astro": "^0.8.0",
|
"prettier-plugin-astro": "^0.11.1",
|
||||||
"prettier-plugin-tailwindcss": "^0.2.6"
|
"prettier-plugin-tailwindcss": "^0.5.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2888
pnpm-lock.yaml
2888
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -13,7 +13,7 @@ export const BUTTONS = [
|
||||||
href: "https://xhyrom.dev",
|
href: "https://xhyrom.dev",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Personal (GitHub)",
|
name: "GitHub (Personal)",
|
||||||
background: "bg-github hover:bg-github/80",
|
background: "bg-github hover:bg-github/80",
|
||||||
href: "https://github.com/xHyroM",
|
href: "https://github.com/xHyroM",
|
||||||
},
|
},
|
||||||
|
@ -64,7 +64,12 @@ export const BUTTONS = [
|
||||||
href: "https://wakatime.com/@xhyrom",
|
href: "https://wakatime.com/@xhyrom",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Hyro Blobs (GitHub)",
|
name: "Modrinth",
|
||||||
|
background: "bg-modrinth hover:bg-modrinth/80",
|
||||||
|
href: "https://modrinth.com/user/xHyroM"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Hyro Blobs (GithUb)",
|
||||||
background: "bg-github hover:bg-github/80",
|
background: "bg-github hover:bg-github/80",
|
||||||
href: "https://github.com/Hyro-Blobs/blobs",
|
href: "https://github.com/Hyro-Blobs/blobs",
|
||||||
},
|
},
|
||||||
|
|
|
@ -60,6 +60,7 @@ module.exports = {
|
||||||
chess: "#5e8949",
|
chess: "#5e8949",
|
||||||
wakatime: "#4a4a4a",
|
wakatime: "#4a4a4a",
|
||||||
website: "#e8b217",
|
website: "#e8b217",
|
||||||
|
modrinth: "#1bd96a",
|
||||||
// ^ custom services
|
// ^ custom services
|
||||||
transparent: "transparent",
|
transparent: "transparent",
|
||||||
current: "currentColor",
|
current: "currentColor",
|
||||||
|
|
Loading…
Reference in a new issue