Summary: switch to httptoolkit Reviewers: kuba-orlik Reviewed By: kuba-orlik Differential Revision: https://hub.sealcode.org/D1578
16 lines
368 B
JSON
16 lines
368 B
JSON
{
|
|
"scripts": {
|
|
"build": "esbuild --sourcemap --bundle src/trafficLog.jsx --outfile=dist/trafficLog.js --jsx-factory=h --jsx-fragment=Fragment"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"express-fileupload": "^1.5.1",
|
|
"htmx.org": "^1.9.12",
|
|
"preact": "^10.18.1",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.19.5"
|
|
}
|
|
}
|