Skip to content

Commit

Permalink
package updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sozialarchiv committed Sep 26, 2024
1 parent 4d7235b commit 780ea15
Show file tree
Hide file tree
Showing 3 changed files with 1,683 additions and 1,286 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"dependencies": {
"@archival-iiif/presentation-builder": "^1.5.1",
"@archival-iiif/image-server-core": "^2.0.5",
"@archival-iiif/viewer": "^3.0.0",
"archiver": "^6.0.1",
"dotenv": "^16.4.4",
"@archival-iiif/presentation-builder": "^1.5.3",
"@archival-iiif/image-server-core": "^2.1.5",
"@archival-iiif/viewer": "^3.1.0",
"archiver": "^7.0.1",
"dotenv": "^16.4.5",
"file-icon-vectors": "github:dmhendricks/file-icon-vectors",
"filesize": "^10.1.0",
"filesize": "^10.1.6",
"image-size": "^1.1.1",
"koa": "^2.15.0",
"koa": "^2.15.3",
"koa-bodyparser": "^4.4.1",
"koa-route": "^3.2.0",
"koa-router": "^12.0.0",
"koa-router": "^13.0.1",
"koa-static-server": "^1.5.2",
"mime-types": "^2.1.35"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/node": "^20.16.9",
"@types/archiver": "^6.0.2",
"@types/koa": "^2.14.0",
"@types/koa": "^2.15.0",
"@types/koa-router": "^7.4.8",
"@types/mime-types": "^2.1.4",
"nodemon": "^2.0.22",
"ts-node": "^10.9.2",
"copyfiles": "^2.4.1",
"rimraf": "^4.1.2",
"typescript": "^5.3.3"
"rimraf": "^6.0.1",
"typescript": "^5.6.2",
"@swc/core": "^1.7.10"
},
"scripts": {
"watch": "nodemon --watch \"src/**/*\" -e ts,tsx --exec ts-node ./src/server.ts",
"watch": "node --watch -r ts-node/register ./src/server.ts",
"build": "rimraf dist/ && tsc && copyfiles -u 1 \"src/**/*.html\" \"src/**/*.ico\" dist/"
}
}
Loading

0 comments on commit 780ea15

Please sign in to comment.