Files
NaliiaWebsite/package.json
Juan Diego Moreno Upegui 50b396704b feat: refresh site pages and styling assets
- update contact, documentation, and home pages

- refine global and page-specific CSS styles

- add reusable global animations stylesheet

- add pink Naliia background image asset
2026-02-20 12:44:56 -05:00

16 lines
270 B
JSON

{
"name": "naliia-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.17.1",
"lenis": "^1.3.17"
}
}