diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package.json b/package.json index 9c63c67b4..00d0bb5ee 100644 --- a/package.json +++ b/package.json | |||
@@ -70,15 +70,31 @@ | |||
70 | "safe-buffer": "^5.0.1", | 70 | "safe-buffer": "^5.0.1", |
71 | "scripty": "^1.5.0", | 71 | "scripty": "^1.5.0", |
72 | "sequelize": "^3.27.0", | 72 | "sequelize": "^3.27.0", |
73 | "typescript": "~2.2.0", | ||
73 | "winston": "^2.1.1", | 74 | "winston": "^2.1.1", |
74 | "ws": "^2.0.0" | 75 | "ws": "^2.0.0" |
75 | }, | 76 | }, |
76 | "devDependencies": { | 77 | "devDependencies": { |
78 | "@types/async": "^2.0.40", | ||
79 | "@types/bcrypt": "^1.0.0", | ||
80 | "@types/body-parser": "^1.16.3", | ||
81 | "@types/config": "^0.0.32", | ||
82 | "@types/express": "^4.0.35", | ||
83 | "@types/lodash": "^4.14.64", | ||
84 | "@types/mkdirp": "^0.3.29", | ||
85 | "@types/morgan": "^1.7.32", | ||
86 | "@types/node": "^7.0.18", | ||
87 | "@types/request": "^0.0.43", | ||
88 | "@types/sequelize": "3", | ||
89 | "@types/winston": "^2.3.2", | ||
90 | "@types/ws": "^0.0.41", | ||
77 | "chai": "^3.3.0", | 91 | "chai": "^3.3.0", |
78 | "commander": "^2.9.0", | 92 | "commander": "^2.9.0", |
79 | "mocha": "^3.0.1", | 93 | "mocha": "^3.0.1", |
80 | "standard": "^10.0.0", | 94 | "standard": "^10.0.0", |
81 | "supertest": "^3.0.0", | 95 | "supertest": "^3.0.0", |
96 | "tslint": "^5.2.0", | ||
97 | "tslint-config-standard": "^5.0.2", | ||
82 | "webtorrent": "^0.98.0" | 98 | "webtorrent": "^0.98.0" |
83 | }, | 99 | }, |
84 | "standard": { | 100 | "standard": { |