]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/package.json
Update to Angular RC 1
[github/Chocobozzz/PeerTube.git] / client / package.json
index 71f3059142e0ae4d3f6af4fedd8749b2a3e5b804..5a103ceb77733dac988cf33cf8b198ac81ade12b 100644 (file)
     "tsc": "tsc",
     "tsc:w": "tsc -w",
     "typings": "typings",
-    "postinstall": "typings install"
+    "postinstall": "typings install",
+    "test": "standard && tslint -c ./tslint.json angular/**/*.ts angular/**/**/*.ts angular/**/**/**/*.ts"
   },
-  "license": "ISC",
+  "license": "GPLv3",
   "dependencies": {
-    "angular2": "2.0.0-beta.8",
+    "angular-pipes": "^2.0.0",
+    "@angular/common": "2.0.0-rc.1",
+    "@angular/compiler": "2.0.0-rc.1",
+    "@angular/core": "2.0.0-rc.1",
+    "@angular/http": "2.0.0-rc.1",
+    "@angular/platform-browser-dynamic": "2.0.0-rc.1",
+    "@angular/platform-browser": "2.0.0-rc.1",
+    "@angular/router-deprecated": "2.0.0-rc.1",
+    "blueimp-file-upload": "^9.12.1",
     "bootstrap-sass": "^3.3.6",
     "es6-promise": "^3.0.2",
-    "es6-shim": "^0.33.3",
-    "reflect-metadata": "0.1.2",
-    "rxjs": "5.0.0-beta.2",
-    "systemjs": "0.19.22",
-    "zone.js": "0.5.15"
+    "es6-shim": "^0.35.0",
+    "jquery": "^2.2.3",
+    "jquery.ui.widget": "^1.10.3",
+    "reflect-metadata": "0.1.3",
+    "rxjs": "5.0.0-beta.6",
+    "systemjs": "0.19.27",
+    "webtorrent": "^0.89.0",
+    "zone.js": "0.6.12"
   },
   "devDependencies": {
-    "typescript": "^1.8.2",
-    "typings": "^0.6.8"
+    "codelyzer": "0.0.18",
+    "standard": "^7.0.1",
+    "systemjs-builder": "^0.15.16",
+    "tslint": "^3.7.4",
+    "typescript": "^1.8.10",
+    "typings": "^0.8.1"
+  },
+  "standard": {
+    "ignore": [
+      "angular/",
+      "bundles/"
+    ]
   }
 }