move dependencies needed to build CLI to separate package.json

This commit is contained in:
Robert Brignull 2020-08-24 14:01:58 +01:00
parent bd54c20d3e
commit a6e6d4b72b
6 changed files with 4721 additions and 3589 deletions

View file

@ -54,9 +54,6 @@
"sinon": "^9.0.2",
"tslint": "^6.1.0",
"tslint-eslint-rules": "^5.4.0",
"ts-loader": "^8.0.2",
"typescript": "^3.7.5",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
"typescript": "^3.7.5"
}
}