initial commit

This commit is contained in:
2026-05-24 04:03:42 +02:00
commit c09da15bd0
28 changed files with 5801 additions and 0 deletions

18
landing/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "ulicraft-landing",
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "pnpm@9.15.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"astro": "^5.2.5",
"typescript": "^5.7.3"
}
}