]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
Add context menu to player
[github/Chocobozzz/PeerTube.git] / package.json
index 9b7c1d40cd089c75c5e9a6bb5e61c8dfb231bd8a..608646e7d84422b5783b40e982e1e130d9ec272a 100644 (file)
     "dev:client": "scripty",
     "start": "node dist/server",
     "update-host": "node ./dist/scripts/update-host.js",
+    "create-transcoding-job": "node ./dist/scripts/create-transcoding-job.js",
     "test": "scripty",
     "help": "scripty",
     "generate-api-doc": "scripty",
     "parse-log": "node ./dist/scripts/parse-log.js",
+    "prune-storage": "node ./dist/scripts/prune-storage.js",
     "postinstall": "cd client && yarn install --pure-lockfile",
     "tsc": "tsc",
     "spectacle-docs": "node_modules/spectacle-docs/bin/spectacle.js",
@@ -63,7 +65,7 @@
   "lint-staged": {
     "*.{css,md}": "precise-commits",
     "*.scss": [
-      "sass-lint-auto-fix -c .sass-lint.yml --verbose",
+      "sass-lint -c .sass-lint.yml",
       "git add"
     ]
   },
     "rimraf": "^2.5.4",
     "safe-buffer": "^5.0.1",
     "scripty": "^1.5.0",
-    "sequelize": "4.37.7",
-    "sequelize-typescript": "0.6.4",
+    "sequelize": "4.37.10",
+    "sequelize-typescript": "0.6.5",
     "sharp": "^0.20.0",
     "uuid": "^3.1.0",
     "validator": "^10.2.0",
     "chai-json-schema": "^1.5.0",
     "chai-xml": "^0.3.2",
     "husky": "^1.0.0-rc.4",
-    "libxmljs": "^0.18.7",
+    "libxmljs": "0.18.8",
     "lint-staged": "^7.1.0",
     "maildev": "^1.0.0-rc3",
     "mocha": "^5.0.0",
     "nodemon": "^1.11.0",
     "precise-commits": "^1.0.2",
-    "prettier": "1.12.1",
+    "prettier": "1.13.2",
     "prompt": "^1.0.0",
     "sass-lint": "^1.12.1",
-    "sass-lint-auto-fix": "^0.9.0",
     "source-map-support": "^0.5.0",
     "spectacle-docs": "^1.0.2",
     "supertest": "^3.0.0",
-    "ts-node": "6.0.3",
+    "ts-node": "6.0.5",
     "tslint": "^5.7.0",
     "tslint-config-standard": "^7.0.0",
     "typescript": "^2.5.2",
-    "webtorrent": "^0.99.4",
+    "webtorrent": "^0.100.0",
     "youtube-dl": "^1.12.2"
   },
   "scripty": {