aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-05-15 22:22:03 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-05-20 09:57:40 +0200
commit65fcc3119c334b75dd13bcfdebf186afdc580a8f (patch)
tree4f2158c61a9b7c3f47cfa233d01413b946ee53c0 /package.json
parentd5f345ed4cfac4e1fa84dcb4fce1cda4d32f9c73 (diff)
downloadPeerTube-65fcc3119c334b75dd13bcfdebf186afdc580a8f.tar.gz
PeerTube-65fcc3119c334b75dd13bcfdebf186afdc580a8f.tar.zst
PeerTube-65fcc3119c334b75dd13bcfdebf186afdc580a8f.zip
First typescript iteration
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
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": {