portfolio/package.json

25 lines
592 B
JSON

{
"name": "mini-site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@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",
"typescript": "^5.4.5"
},
"devDependencies": {
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1"
}
}