- update contact, documentation, and home pages - refine global and page-specific CSS styles - add reusable global animations stylesheet - add pink Naliia background image asset
16 lines
270 B
JSON
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"
|
|
}
|
|
}
|