]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
Add webtorrent and jquery to webpack
[github/Chocobozzz/PeerTube.git] / package.json
index a9e4a8b97a8b43a3658987bd04f9a5deb6a3c950..5e437b9829d0b250565b493eeccaef8da58ee38f 100644 (file)
     "url": "git://github.com/Chocobozzz/PeerTube.git"
   },
   "scripts": {
-    "build": "npm run build:client",
-    "build:client": "SCRIPTY_PARALLEL=true scripty",
-    "build:client:sass": "scripty",
-    "build:client:tsc": "scripty",
+    "build": "npm run build:client:prod",
+    "build:client:dev": "scripty",
+    "build:client:prod": "scripty",
     "clean": "npm run clean:client",
-    "clean:client": "SCRIPTY_PARALLEL=true scripty",
-    "clean:client:sass": "scripty",
-    "clean:client:tsc": "scripty",
+    "clean:client": "scripty",
     "clean:server:test": "scripty",
     "watch:client": "SCRIPTY_PARALLEL=true scripty",
-    "watch:client:livereload": "scripty",
-    "watch:client:sass": "scripty",
-    "watch:client:tsc": "scripty",
     "danger:clean:server": "scripty",
     "danger:clean:modules": "scripty",
     "play": "scripty",
     "dev": "scripty",
-    "livereload": "livereload ./client",
     "start": "node server",
     "test": "scripty",
     "help": "scripty",
@@ -61,7 +54,7 @@
     "multer": "^1.1.0",
     "node-ipc": "^7.0.0",
     "node-sass": "^3.4.2",
-    "openssl-wrapper": "^0.3.3",
+    "openssl-wrapper": "^0.2.3",
     "password-generator": "^2.0.2",
     "request": "^2.57.0",
     "request-replay": "^1.0.2",