chore: migrate PDF Tools to LocalToolBox

This commit is contained in:
2026-07-27 15:43:53 +02:00
parent b76886e3ec
commit a2b34572a9
11 changed files with 51 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "pdf-tools",
"version": "0.4.3",
"version": "0.4.4",
"private": true,
"license": "AGPL-3.0-only",
"type": "module",
@@ -23,8 +23,8 @@
"check": "npm run manifest:check && npm run typecheck && npm run lint && npm run test && npm run build && npm run test:toolbox"
},
"dependencies": {
"@add-ideas/toolbox-contract": "^0.2.2",
"@add-ideas/toolbox-shell-react": "^0.2.2",
"@add-ideas/toolbox-contract": "^0.2.3",
"@add-ideas/toolbox-shell-react": "^0.2.3",
"fflate": "^0.8.3",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.7.284",
@@ -32,7 +32,7 @@
"react-dom": "^19.2.6"
},
"devDependencies": {
"@add-ideas/toolbox-testkit": "^0.2.2",
"@add-ideas/toolbox-testkit": "^0.2.3",
"@eslint/js": "^10.0.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
@@ -52,5 +52,13 @@
"vite": "^8.0.13",
"vitest": "^4.1.6"
},
"description": "Browser-only, self-hostable PDF workbench for page-level PDF operations."
"description": "Browser-only, self-hostable PDF workbench for page-level PDF operations.",
"repository": {
"type": "git",
"url": "git+https://git.add-ideas.de/lotobo/pdf-tools.git"
},
"homepage": "https://git.add-ideas.de/lotobo/pdf-tools",
"bugs": {
"url": "https://git.add-ideas.de/lotobo/pdf-tools/issues"
}
}