🚀 Launch v0.0.2
This commit is contained in:
parent
318acee9c1
commit
30fcab5f7c
130 changed files with 322 additions and 134 deletions
12
package.json
Normal file → Executable file
12
package.json
Normal file → Executable 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue