build(package): bun trust dependencies
This commit is contained in:
parent
9ed4c14f3a
commit
f926f5fad3
3 changed files with 28 additions and 26 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"conventionalCommits.scopes": ["workflow", "index"]
|
"conventionalCommits.scopes": ["workflow", "index", "package"]
|
||||||
}
|
}
|
||||||
|
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
52
package.json
52
package.json
|
@ -1,27 +1,29 @@
|
||||||
{
|
{
|
||||||
"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.7.2"
|
"typescript": "^5.7.2"
|
||||||
},
|
},
|
||||||
"trustedDependencies": [
|
"trustedDependencies": [
|
||||||
"@biomejs/biome",
|
"@biomejs/biome",
|
||||||
"@parcel/watcher"
|
"@parcel/watcher",
|
||||||
]
|
"esbuild",
|
||||||
|
"sharp"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue