This commit is contained in:
parent
b526ba6965
commit
980b186c31
@ -9,16 +9,16 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "rm -f core && node --max-old-space-size=1024 server.js",
|
||||
"start": "rm -f core && node server.js",
|
||||
"build": "rm -rf dist/* && parcel build public/index.html --no-source-maps --dist-dir dist/",
|
||||
"install": "cd node_modules && rm -rf http-signature && rm -rf request/node_modules/http-signature && mv @peertube/http-signature ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@elastic/elasticsearch": "^8.15.0",
|
||||
"@elastic/elasticsearch": "^8.15.1",
|
||||
"@peertube/http-signature": "^1.7.0",
|
||||
"activitypub-express": "^4.4.2",
|
||||
"dayjs": "^1.11.13",
|
||||
"express": "^4.21.0",
|
||||
"express": "^4.21.1",
|
||||
"html2canvas": "^1.4.1",
|
||||
"mongodb": "^4.17.2",
|
||||
"morgan": "^1.10.0",
|
||||
|
Loading…
Reference in New Issue
Block a user