diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-18 00:02:41 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-18 00:02:53 +0900 |
| commit | 5ad77e8a3a7d3771559b02ea5c3e445ff2983533 (patch) | |
| tree | d6fbaa72a612baadee18e24c9ebc7e6a1fa3eb54 /package.json | |
| parent | 7.7.3 (diff) | |
| download | misskey-5ad77e8a3a7d3771559b02ea5c3e445ff2983533.tar.gz misskey-5ad77e8a3a7d3771559b02ea5c3e445ff2983533.tar.bz2 misskey-5ad77e8a3a7d3771559b02ea5c3e445ff2983533.zip | |
nanka iroiro
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/package.json b/package.json index 49ffc1bab5..52f9c9551f 100644 --- a/package.json +++ b/package.json @@ -36,13 +36,14 @@ "@types/express": "4.0.35", "@types/glob": "5.0.30", "@types/gm": "1.17.30", - "@types/gulp-tslint": "3.6.31", - "@types/gulp-rename": "0.0.32", - "@types/gulp-mocha": "0.0.30", "@types/gulp": "4.0.2", + "@types/gulp-mocha": "0.0.30", + "@types/gulp-rename": "0.0.32", + "@types/gulp-replace": "0.0.30", + "@types/gulp-tslint": "3.6.31", "@types/gulp-typescript": "0.0.32", - "@types/gulp-util": "3.0.31", "@types/gulp-uglify": "0.0.30", + "@types/gulp-util": "3.0.31", "@types/inquirer": "0.0.32", "@types/is-root": "1.0.0", "@types/is-url": "1.2.28", @@ -65,8 +66,8 @@ "@types/websocket": "0.0.33", "autwh": "0.0.1", "bcryptjs": "2.4.3", - "cafy": "2.3.0", "body-parser": "1.17.1", + "cafy": "2.3.0", "chai": "3.5.0", "chai-http": "3.0.0", "chalk": "1.1.3", @@ -95,6 +96,7 @@ "gulp-mocha": "4.1.0", "gulp-pug": "3.3.0", "gulp-rename": "1.2.2", + "gulp-replace": "0.5.4", "gulp-tslint": "7.1.0", "gulp-typescript": "3.1.6", "gulp-uglify": "2.1.0", |