trustedDependencies

This commit is contained in:
z0x 2025-01-04 19:01:02 -05:00
parent 2d499fe777
commit 6f1dd7708b
2 changed files with 22 additions and 21 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -1,23 +1,24 @@
{ {
"name": "z0x.ca", "name": "z0x.ca",
"type": "module", "type": "module",
"version": "1.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
"build": "astro check && astro build", "build": "astro check && astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^5.1.2", "astro": "^5.1.2",
"motion": "^11.15.0" "motion": "^11.15.0"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@biomejs/biome": "1.9.4", "@biomejs/biome": "1.9.4",
"@tailwindcss/vite": "^4.0.0-beta.8", "@tailwindcss/vite": "^4.0.0-beta.8",
"tailwindcss": "^4.0.0-beta.8", "tailwindcss": "^4.0.0-beta.8",
"typescript": "^5.6.3" "typescript": "^5.6.3"
} },
"trustedDependencies": ["@biomejs/biome", "@parcel/watcher"]
} }