Files
speakers2026/package.json

17 lines
322 B
JSON
Raw Normal View History

2025-12-19 06:40:12 +03:00
{
"name": "spikers2025",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2025-12-25 02:06:50 +03:00
"@fontsource-variable/inter": "^5.2.8",
"@fontsource/inter": "^5.2.8",
2025-12-19 06:40:12 +03:00
"astro": "^5.16.6"
}
2025-12-25 02:06:50 +03:00
}