landing page

This commit is contained in:
Trevi Awater
2026-03-31 12:46:39 +02:00
parent 2c68418057
commit e2e5f7d3b1
27 changed files with 9560 additions and 0 deletions

18
landing/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "pocketgraph",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.2",
"astro": "^6.1.2"
}
}