Install browserified dependencies

This commit is contained in:
willclarktech
2021-04-14 19:05:36 +02:00
parent 71344f85a7
commit 5d3fa71c69
2 changed files with 453 additions and 10 deletions
+6
View File
@@ -40,6 +40,9 @@
"@types/jasmine": "^3.3.7",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^7.5",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
@@ -55,10 +58,13 @@
"karma-jasmine-html-reporter": "^1.4",
"lerna": "^4",
"nyc": "^15.1.0",
"path-browserify": "^1.0.1",
"prettier": "^2.0.5",
"process": "^0.11.10",
"ses": "^0.11.0",
"shx": "^0.3.2",
"source-map-support": "^0.5.19",
"stream-browserify": "^3.0.0",
"ts-proto": "^1.79.1",
"typedoc": "^0.20",
"typescript": "~4.0",