build: correctly list dev dependencies

This commit is contained in:
Karl-Philipp Wulfert
2019-04-08 11:21:26 +02:00
parent e34ac4308e
commit cbe465efd5
5 changed files with 217 additions and 96 deletions

View File

@@ -36,22 +36,18 @@
"tslint": "tslint 'src/**/*.ts'"
},
"dependencies": {
"@krlwlfrt/async-pool": "0.0.3",
"@openstapps/logger": "0.0.5",
"@types/chai": "4.1.7",
"@types/glob": "7.1.1",
"@types/mocha": "5.2.6",
"@types/mustache": "0.8.32",
"@types/node": "10.14.4",
"ajv": "6.10.0",
"async-pool-native": "0.1.0",
"chai": "4.2.0",
"commander": "2.20.0",
"del": "4.1.0",
"glob": "7.1.3",
"humanize-string": "2.1.0",
"jsonschema": "1.2.4",
"mocha": "6.1.1",
"mocha-typescript": "1.1.17",
"mustache": "3.0.1",
"toposort": "2.0.2",
"ts-json-schema-generator": "0.40.0",
@@ -60,7 +56,11 @@
},
"devDependencies": {
"@openstapps/configuration": "0.8.0",
"@types/chai": "4.1.7",
"@types/mocha": "5.2.6",
"conventional-changelog-cli": "2.0.12",
"mocha": "6.1.1",
"mocha-typescript": "1.1.17",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"tslint": "5.15.0",