Andrii Dokhniak e23cac512e upd
2025-08-05 11:27:44 +02:00

21 lines
568 B
JSON

{
"scripts": {
"build": "esbuild --format=esm --sourcemap --bundle src/main.ts --outdir=dist/ --jsx-factory=h --jsx-fragment=Fragment"
},
"dependencies": {
"@types/har-format": "^1.2.16",
"express": "^4.18.2",
"express-fileupload": "^1.5.1",
"htmx.org": "^1.9.12",
"multer": "^2.0.2",
"preact": "^10.18.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"ws": "^8.18.0",
"har-analyzer": "git+ssh://git@hub.sealcode.org/diffusion/171/har-parser.git#master"
},
"devDependencies": {
"esbuild": "^0.19.5"
}
}