1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30
Files
avinal.github.io/package.json
avinal 63ab0e12b2 update all packages, fix security vulnerabilities
Assisted by Claude Code

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
2026-05-19 12:14:02 +05:30

34 lines
830 B
JSON

{
"name": "avinal.github.io",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avinal/avinal.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/avinal/avinal.github.io/issues"
},
"homepage": "https://github.com/avinal/avinal.github.io#readme",
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@fontsource/iosevka": "^5.2.5",
"@fontsource/iosevka-aile": "^5.2.5",
"astro": "^6.3.5",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"unist-util-visit": "^5.1.0"
}
}