diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-06-11 15:19:43 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-06-11 15:19:43 +0200 |
commit | 1840c2f7c91f5f89602a3683d85b0a9df1454855 (patch) | |
tree | 7efc223222e2d318abfaef0839a79e23be727cea /package.json | |
parent | 8635a2c70cc24a4c52558162ac058de95750271f (diff) | |
download | PeerTube-1840c2f7c91f5f89602a3683d85b0a9df1454855.tar.gz PeerTube-1840c2f7c91f5f89602a3683d85b0a9df1454855.tar.zst PeerTube-1840c2f7c91f5f89602a3683d85b0a9df1454855.zip |
Update webpack stack
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 2dd6e7666..83ea17638 100644 --- a/package.json +++ b/package.json | |||
@@ -40,7 +40,8 @@ | |||
40 | "help": "scripty", | 40 | "help": "scripty", |
41 | "postinstall": "cd client && yarn install", | 41 | "postinstall": "cd client && yarn install", |
42 | "tsc": "tsc", | 42 | "tsc": "tsc", |
43 | "nodemon": "nodemon" | 43 | "nodemon": "nodemon", |
44 | "ts-node": "ts-node" | ||
44 | }, | 45 | }, |
45 | "dependencies": { | 46 | "dependencies": { |
46 | "async": "^2.0.0", | 47 | "async": "^2.0.0", |
@@ -74,6 +75,7 @@ | |||
74 | "safe-buffer": "^5.0.1", | 75 | "safe-buffer": "^5.0.1", |
75 | "scripty": "^1.5.0", | 76 | "scripty": "^1.5.0", |
76 | "sequelize": "4.0.0-2", | 77 | "sequelize": "4.0.0-2", |
78 | "ts-node": "^3.0.6", | ||
77 | "typescript": "~2.2.0", | 79 | "typescript": "~2.2.0", |
78 | "validator": "^7.0.0", | 80 | "validator": "^7.0.0", |
79 | "winston": "^2.1.1", | 81 | "winston": "^2.1.1", |