diff --git a/.vscode/settings.json b/.vscode/settings.json index 10096fd..70ab3ae 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "conventionalCommits.scopes": ["workflow", "index"] + "conventionalCommits.scopes": ["workflow", "index", "package"] } diff --git a/bun.lockb b/bun.lockb index b5a412b..f0d56eb 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 906bcf2..58cc54c 100644 --- a/package.json +++ b/package.json @@ -1,27 +1,29 @@ { - "name": "z0x.ca", - "type": "module", - "version": "1.0.0", - "scripts": { - "dev": "astro dev", - "start": "astro dev", - "build": "astro check && astro build", - "preview": "astro preview", - "astro": "astro" - }, - "dependencies": { - "astro": "^5.1.2", - "motion": "^11.15.0" - }, - "devDependencies": { - "@astrojs/check": "^0.9.4", - "@biomejs/biome": "1.9.4", - "@tailwindcss/vite": "^4.0.0-beta.8", - "tailwindcss": "^4.0.0-beta.8", - "typescript": "^5.7.2" - }, - "trustedDependencies": [ - "@biomejs/biome", - "@parcel/watcher" - ] + "name": "z0x.ca", + "type": "module", + "version": "1.0.0", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro check && astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "astro": "^5.1.2", + "motion": "^11.15.0" + }, + "devDependencies": { + "@astrojs/check": "^0.9.4", + "@biomejs/biome": "1.9.4", + "@tailwindcss/vite": "^4.0.0-beta.8", + "tailwindcss": "^4.0.0-beta.8", + "typescript": "^5.7.2" + }, + "trustedDependencies": [ + "@biomejs/biome", + "@parcel/watcher", + "esbuild", + "sharp" + ] }