]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/package.json
Client: fix progress bar and tags validation issues
[github/Chocobozzz/PeerTube.git] / client / package.json
index dbb065974201b0876b625a0d15bb91e1ddd55819..be448d555ab3a587208d194d086682c903dc3e82 100644 (file)
     "url": "git://github.com/Chocobozzz/PeerTube.git"
   },
   "scripts": {
-    "tsc": "tsc",
-    "tsc:w": "tsc -w",
-    "typings": "typings",
-    "postinstall": "typings install"
+    "test": "standard && tslint -c ./tslint.json src/**/*.ts",
+    "webpack": "webpack"
   },
-  "license": "ISC",
+  "license": "GPLv3",
   "dependencies": {
-    "angular2": "2.0.0-beta.9",
-    "blueimp-file-upload": "^9.12.1",
+    "@angular/common": "^2.0.0",
+    "@angular/compiler": "^2.0.0",
+    "@angular/core": "^2.0.0",
+    "@angular/forms": "^2.0.0",
+    "@angular/http": "^2.0.0",
+    "@angular/platform-browser": "^2.0.0",
+    "@angular/platform-browser-dynamic": "^2.0.0",
+    "@angular/router": "^3.0.0",
+    "@angularclass/hmr": "^1.2.0",
+    "@angularclass/hmr-loader": "^3.0.2",
+    "@types/core-js": "^0.9.28",
+    "@types/node": "^6.0.38",
+    "@types/source-map": "^0.1.26",
+    "@types/uglify-js": "^2.0.27",
+    "@types/webpack": "^1.12.29",
+    "angular-pipes": "^3.0.0",
+    "angular2-template-loader": "^0.5.0",
+    "assets-webpack-plugin": "^3.4.0",
+    "awesome-typescript-loader": "^2.2.1",
+    "bootstrap-loader": "^2.0.0-beta.11",
     "bootstrap-sass": "^3.3.6",
+    "compression-webpack-plugin": "^0.3.1",
+    "copy-webpack-plugin": "^3.0.1",
+    "core-js": "^2.4.1",
+    "css-loader": "^0.25.0",
+    "css-to-string-loader": "https://github.com/Chocobozzz/css-to-string-loader#patch-1",
     "es6-promise": "^3.0.2",
-    "es6-shim": "^0.33.3",
-    "jquery": "^2.2.1",
-    "jquery.ui.widget": "^1.10.3",
-    "reflect-metadata": "0.1.2",
-    "rxjs": "5.0.0-beta.2",
-    "systemjs": "0.19.22",
-    "webtorrent": "^0.85.1",
-    "zone.js": "0.5.15"
+    "es6-promise-loader": "^1.0.1",
+    "es6-shim": "^0.35.0",
+    "extract-text-webpack-plugin": "^2.0.0-beta.4",
+    "file-loader": "^0.9.0",
+    "html-webpack-plugin": "^2.19.0",
+    "ie-shim": "^0.1.0",
+    "intl": "^1.2.4",
+    "json-loader": "^0.5.4",
+    "ng2-bootstrap": "1.1.5",
+    "ng2-file-upload": "^1.1.0",
+    "node-sass": "^3.10.0",
+    "normalize.css": "^4.1.1",
+    "raw-loader": "^0.5.1",
+    "reflect-metadata": "0.1.3",
+    "resolve-url-loader": "^1.6.0",
+    "rxjs": "5.0.0-beta.12",
+    "sass-loader": "^4.0.2",
+    "source-map-loader": "^0.1.5",
+    "string-replace-loader": "^1.0.3",
+    "style-loader": "^0.13.1",
+    "ts-helpers": "^1.1.1",
+    "tslint": "3.15.1",
+    "tslint-loader": "^2.1.4",
+    "typescript": "^2.0.0",
+    "url-loader": "^0.5.7",
+    "webpack": "2.1.0-beta.22",
+    "webpack-md5-hash": "0.0.5",
+    "webpack-merge": "^0.14.1",
+    "webpack-notifier": "^1.3.0",
+    "webtorrent": "^0.96.0",
+    "zone.js": "0.6.23"
   },
   "devDependencies": {
-    "typescript": "^1.8.2",
-    "typings": "^0.6.8"
+    "codelyzer": "0.0.28",
+    "standard": "^8.0.0"
   }
 }