2026-02-21 13:51:19 +01:00
|
|
|
{
|
2026-03-05 19:35:02 +01:00
|
|
|
"name": "aspireves-org",
|
2026-02-21 13:51:19 +01:00
|
|
|
"private": true,
|
2026-03-05 19:35:02 +01:00
|
|
|
"version": "1.0.0",
|
2026-02-21 13:51:19 +01:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2026-03-05 19:35:02 +01:00
|
|
|
"dev": "astro dev --port 3030 --host 0.0.0.0",
|
|
|
|
|
"build": "astro build",
|
|
|
|
|
"preview": "astro preview",
|
|
|
|
|
"clean": "rm -rf dist"
|
2026-02-21 13:51:19 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-05 19:35:02 +01:00
|
|
|
"astro": "^5.5.0",
|
|
|
|
|
"astro-icon": "^1.1.5",
|
|
|
|
|
"@iconify-json/lucide": "^1.2.40",
|
2026-02-21 13:51:19 +01:00
|
|
|
"@tailwindcss/vite": "^4.1.14",
|
2026-03-05 19:35:02 +01:00
|
|
|
"tailwindcss": "^4.1.14"
|
2026-02-21 13:51:19 +01:00
|
|
|
}
|
|
|
|
|
}
|