crypto: Add missing dev dependencies

This commit is contained in:
willclarktech
2021-05-18 15:15:56 +02:00
parent 623c6b13d8
commit 732a73bbb0
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -58,10 +58,18 @@
"@types/libsodium-wrappers": "^0.7.7",
"@types/ripemd160": "^2.0.0",
"@types/sha.js": "^2.4.0",
"crypto-browserify": "^3.12.0",
"eslint": "^7.5",
"glob": "^7.1.6",
"jasmine": "^3.5",
"jasmine-spec-reporter": "^6",
"karma": "^6.1.1",
"nyc": "^15.1.0",
"path-browserify": "^1.0.1",
"prettier": "^2.0.5",
"ses": "^0.11.0",
"source-map-support": "^0.5.19",
"stream-browserify": "^3.0.0",
"typedoc": "^0.20",
"typescript": "~4.0",
"webpack": "^5.32.0"