apex/package.json
Luciano Giacchetta 6a535cfc85 Implementar Grid y Reboot (#3)
Reviewed-on: #3
Fix #1
Co-authored-by: Luciano Giacchetta <giacchetta-@outlook.com>
Co-committed-by: Luciano Giacchetta <giacchetta-@outlook.com>
2025-06-12 19:42:09 -03:00

17 lines
302 B
JSON

{
"name": "apex-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.9.2",
"bootstrap": "^5.3.6",
"bootstrap-icons": "^1.11.3"
}
}