2025-03-21 08:50:00 -03:00
|
|
|
{
|
|
|
|
"name": "apex-astro",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-06-12 19:42:09 -03:00
|
|
|
"astro": "^5.9.2",
|
|
|
|
"bootstrap": "^5.3.6",
|
2025-03-21 08:50:00 -03:00
|
|
|
"bootstrap-icons": "^1.11.3"
|
|
|
|
}
|
|
|
|
}
|