mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-04 19:37:11 +00:00
imagemin-zopfli brings a lot of [vulnerable dependencies](https://github.com/go-gitea/gitea/security/dependabot) and it is unmaintained. The removal brings a size increase to these images, but I think ultimately this size does not matter enough. I verified this passes `pnpm audit` now.
22 lines
391 B
JSON
22 lines
391 B
JSON
{
|
|
"name": "gitea-tools",
|
|
"version": "1.0.0",
|
|
"description": "Build tools for Gitea",
|
|
"type": "module",
|
|
"private": true,
|
|
"dependencies": {
|
|
"fabric": "^6.7.1",
|
|
"svgo": "^4.0.0",
|
|
"fast-glob": "^3.3.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"canvas": "^3.2.0"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": ["canvas"],
|
|
"overrides": {
|
|
"canvas": "3.2.0"
|
|
}
|
|
}
|
|
}
|