1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

update dependencies

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2023-01-24 16:43:48 +05:30
parent b827a4b0f9
commit 3d99bcf3a9
3 changed files with 2692 additions and 28 deletions
+39 -1
View File
@@ -30,6 +30,14 @@
{
"name": "viewport",
"content": "width=device-width, initial-scale=1.0"
},
{
"name": "msapplication-TileColor",
"content": "#da532c"
},
{
"name": "theme-color",
"content": "#ffffff"
}
],
"link": [
@@ -43,11 +51,41 @@
{
"rel": "stylesheet",
"href": "/main.css"
},
{
"rel": "apple-touch-icon",
"sizes": "180x180",
"href": "/apple-touch-icon.png"
},
{
"rel": "icon",
"type": "image/png",
"sizes": "32x32",
"href": "/favicon-32x32.png"
},
{
"rel": "icon",
"type": "image/png",
"sizes": "16x16",
"href": "/favicon-16x16.png"
},
{
"rel": "manifest",
"href": "/site.webmanifest"
},
{
"rel": "mask-icon",
"href": "/safari-pinned-tab.svg",
"color": "#5bbad5"
}
],
"script": [
{
"src": "https://cdn.jsdelivr.net/npm/marked/marked.min.js"
"defer src": "https://cdn.jsdelivr.net/npm/marked/marked.min.js"
},
{
"data-goatcounter": "https://avinal.goatcounter.com/count",
"async src": "https://gc.zgo.at/count.js"
}
]
},
+2649 -26
View File
File diff suppressed because it is too large Load Diff
+4 -1
View File
@@ -1,7 +1,10 @@
{
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"elm-land": "^0.18.0",
"elm-land": "^0.18.1",
"tailwindcss": "^3.2.4"
},
"dependencies": {
"npm": "^9.3.1"
}
}