feat: V1 landing page

This commit is contained in:
2026-03-30 13:07:57 -03:00
parent 6233888b91
commit b03907662c
9 changed files with 6497 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "slaksis-web",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@fontsource-variable/manrope": "^5.1.1",
"@fontsource/newsreader": "^5.1.1",
"astro": "^5.7.0"
},
"devDependencies": {
"typescript": "^5.8.3"
}
}