portfolio/package.json
2025-08-06 16:49:10 -04:00

30 lines
745 B
JSON

{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "netlify deploy"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.12",
"@fontsource-variable/inter": "^5.0.18",
"@iconify-json/lucide": "^1.2.57",
"@iconify-json/simple-icons": "^1.2.44",
"astro": "^5.12.1",
"astro-icon": "^1.1.5",
"markdown-it": "^14.1.0",
"sanitize-html": "^2.17.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"netlify-cli": "^23.1.1",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1"
}
}