mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-13 18:46:51 +00:00
Switch to pnpm (#35274)
Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
2
tools/.pnpmrc
Normal file
2
tools/.pnpmrc
Normal file
@@ -0,0 +1,2 @@
|
||||
enable-pre-post-scripts=true
|
||||
ignored-build-dependencies=[]
|
22
tools/package.json
Normal file
22
tools/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "gitea-tools",
|
||||
"version": "1.0.0",
|
||||
"description": "Build tools for Gitea",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"fabric": "^6.0.0",
|
||||
"imagemin-zopfli": "^7.0.0",
|
||||
"svgo": "^3.0.0",
|
||||
"fast-glob": "^3.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"canvas": "^3.2.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": ["canvas", "zopflipng-bin"],
|
||||
"overrides": {
|
||||
"canvas": "3.2.0"
|
||||
}
|
||||
}
|
||||
}
|
2644
tools/pnpm-lock.yaml
generated
Normal file
2644
tools/pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user