X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=5a103ceb77733dac988cf33cf8b198ac81ade12b;hb=230809efa1e7e81ce60cd65f8b398f01a27d525b;hp=171c39edf1b006fe6f34658e718acaf1f9dc1ce1;hpb=6f4e252246c715a1dafc1e236c8074b08cdd12a3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 171c39edf..5a103ceb7 100644 --- a/client/package.json +++ b/client/package.json @@ -16,22 +16,43 @@ "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", - "systemjs": "0.19.22", + "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", - "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": { - "concurrently": "^2.0.0", - "lite-server": "^2.1.0", - "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/" + ] } }