🚀 Launch v0.0.2

This commit is contained in:
Korbs 2025-01-23 17:44:22 -05:00
parent 318acee9c1
commit 30fcab5f7c
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
130 changed files with 322 additions and 134 deletions

12
package.json Normal file → Executable file
View file

@ -1,19 +1,21 @@
{
"name": "blackclip",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"docker:build": "buildah build -t oci.registry.sudovanilla.org/blackclip --no-cache",
"docker:push": "buildah push oci.registry.sudovanilla.org/blackclip"
},
"dependencies": {
"@astrojs/node": "^8.3.1",
"astro": "^4.10.3"
"@astrojs/node": "^9.0.2",
"astro": "^5.1.9"
},
"devDependencies": {
"sass": "^1.77.5"
"sass": "^1.83.4"
}
}