work
Gitea/homepage/pipeline/head This commit looks good

This commit is contained in:
Georgios Jason Efstathiou
2024-12-26 12:41:44 +01:00
parent ec960c158a
commit c9bd843e88
23 changed files with 448 additions and 5 deletions
+12
View File
@@ -7,6 +7,9 @@
"": {
"name": "homepage",
"version": "0.0.1",
"dependencies": {
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@sveltejs/adapter-node": "^5.2.9",
@@ -3583,6 +3586,15 @@
"integrity": "sha512-rAbqEGa8ovJy4pyBxZM70hg4pE6gDgaQ0Sl9M3enG3I0d6H4XSAM3GeNGLKnsBpuijUow064sf7ww1nutC5/3w==",
"dev": true,
"license": "MIT"
},
"node_modules/zod": {
"version": "3.24.1",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz",
"integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}