mirror of
https://codeberg.org/theamazing0/portfolio.git
synced 2025-10-30 10:22:18 -04:00
31 lines
802 B
JSON
31 lines
802 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",
|
|
"deploy": "astro build && wrangler deploy"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/alpinejs": "^0.4.8",
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/cloudflare": "^12.6.0",
|
|
"@fontsource-variable/inter": "^5.0.18",
|
|
"@iconify-json/lucide": "^1.2.57",
|
|
"@iconify-json/simple-icons": "^1.2.44",
|
|
"@types/alpinejs": "^3.13.11",
|
|
"alpinejs": "^3.14.9",
|
|
"astro": "^5.12.1",
|
|
"astro-icon": "^1.1.5",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"wrangler": "^4.25.1"
|
|
}
|
|
}
|