fix: restore .npmrc with allowed dependency scripts

This commit is contained in:
2025-05-16 01:44:14 +08:00
parent d5ed76c867
commit 131f41c4db
2 changed files with 9 additions and 1 deletions

1
.npmrc
View File

@@ -1 +0,0 @@
allowed-dep-scripts=@parcel/watcher, @tailwindcss/oxide, esbuild, sharp, unrs-resolver

View File

@@ -31,5 +31,14 @@
"sass": "^1.88.0",
"typescript": "^5.8.3",
"vue-tsc": "^2.2.10"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"esbuild",
"sharp",
"unrs-resolver"
]
}
}