mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
chore(package.json): add peerDependencyRules to ignore missing dependencies
This commit is contained in:
14
package.json
14
package.json
@@ -48,6 +48,16 @@
|
||||
"overrides": {
|
||||
"esbuild": "0.20.2"
|
||||
},
|
||||
"peerDependencyRules": {
|
||||
"ignoreMissing": [
|
||||
"prisma",
|
||||
"@prisma/client",
|
||||
"@prisma/engines",
|
||||
"@electric-sql/pglite",
|
||||
"typescript",
|
||||
"drizzle-kit"
|
||||
]
|
||||
},
|
||||
"onlyBuiltDependencies": [
|
||||
"@scarf/scarf",
|
||||
"@tree-sitter-grammars/tree-sitter-yaml",
|
||||
@@ -62,9 +72,7 @@
|
||||
"sharp",
|
||||
"ssh2",
|
||||
"tree-sitter",
|
||||
"tree-sitter-json",
|
||||
"@prisma/engines",
|
||||
"prisma"
|
||||
"tree-sitter-json"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user