Adding missing packages on prod.
This commit is contained in:
parent
c4177b11b7
commit
413a354299
1 changed files with 6 additions and 5 deletions
11
package.json
11
package.json
|
@ -26,6 +26,7 @@
|
|||
"csv-parse": "^2.2.0",
|
||||
"dotenv-extended": "^1.0.4",
|
||||
"express": "^4.16.2",
|
||||
"fs-extra": "^5.0.0",
|
||||
"fs-walk": "0.0.1",
|
||||
"marked": "^0.3.12",
|
||||
"pragmatismo-io-framework": "^1.0.6",
|
||||
|
@ -37,17 +38,17 @@
|
|||
"tedious": "^2.1.1",
|
||||
"url-join": "^4.0.0",
|
||||
"wait-until": "0.0.2",
|
||||
"winston": "^2.4.0"
|
||||
"winston": "^2.4.0",
|
||||
"typescript": "2.7.2",
|
||||
"chai": "^4.1.2",
|
||||
"mocha": "^3.5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/azure": "^0.9.19",
|
||||
"@types/chai": "4.0.4",
|
||||
"@types/mocha": "2.2.43",
|
||||
"chai": "^4.1.2",
|
||||
"mocha": "^3.5.3",
|
||||
"mocha-typescript": "^1.1.12",
|
||||
"ts-node": "3.3.0",
|
||||
"typedoc": "^0.10.0",
|
||||
"typescript": "2.7.2"
|
||||
"typedoc": "^0.10.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue