Move npm deps in package.json to fix npm install --prod

This commit is contained in:
wiz
2021-12-07 10:29:33 +00:00
parent 5d5fbc20c2
commit e03d75e3ac
4 changed files with 623 additions and 2685 deletions

View File

@@ -30,6 +30,7 @@
"dependencies": {
"@mempool/bitcoin": "^3.0.3",
"@mempool/electrum-client": "^1.1.7",
"@types/ws": "^7.4.4",
"axios": "^0.21.1",
"bitcoinjs-lib": "^5.2.0",
"crypto-js": "^4.0.0",
@@ -37,14 +38,13 @@
"locutus": "^2.0.12",
"mysql2": "2.2.5",
"node-worker-threads-pool": "^1.4.3",
"typescript": "4.4.2",
"ws": "^7.4.6"
},
"devDependencies": {
"@types/compression": "^1.0.1",
"@types/express": "^4.17.2",
"@types/locutus": "^0.0.6",
"@types/ws": "^7.4.4",
"tslint": "^6.1.0",
"typescript": "4.4.2"
"tslint": "^6.1.0"
}
}