X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=d961ee1dbd088d8661cde018779b8ef7fe843d52;hb=c2ff22015eccfe6f62fc2a7db906cfcb0b4da187;hp=1a04be5bc9b410264ce655b7f785675bd9a5753f;hpb=f7ac0f84e1135ce893be930da6d935216dac13d3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 1a04be5bc..d961ee1db 100644 --- a/client/package.json +++ b/client/package.json @@ -1,11 +1,11 @@ { "name": "peertube-client", - "version": "0.0.1", + "version": "0.0.26-alpha", "private": true, "licence": "GPLv3", "author": { "name": "Florian Bigard", - "email": "florian.bigard@gmail.com", + "email": "me@florianbigard.com", "url": "http://github.com/Chocobozzz" }, "repository": { @@ -13,82 +13,79 @@ "url": "git://github.com/Chocobozzz/PeerTube.git" }, "scripts": { - "test": "standard && tslint -c ./tslint.json src/**/*.ts", - "webpack": "webpack" + "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", + "webpack": "webpack", + "tslint": "tslint", + "ng": "ng", + "postinstall": "npm rebuild node-sass", + "webpack-bundle-analyzer": "webpack-bundle-analyzer" }, "license": "GPLv3", - "dependencies": { - "@angular/common": "~2.4.1", - "@angular/compiler": "~2.4.1", - "@angular/compiler-cli": "^2.4.3", - "@angular/core": "~2.4.1", - "@angular/forms": "~2.4.1", - "@angular/http": "~2.4.1", - "@angular/platform-browser": "~2.4.1", - "@angular/platform-browser-dynamic": "~2.4.1", - "@angular/router": "~3.4.1", - "@angularclass/hmr": "^1.2.0", - "@angularclass/hmr-loader": "^3.0.2", + "resolutions": { + "copy-webpack-plugin": "4.3.0" + }, + "devDependencies": { + "@angular/animations": "~5.2.2", + "@angular/cli": "1.6.7", + "@angular/common": "~5.2.2", + "@angular/compiler": "~5.2.2", + "@angular/compiler-cli": "~5.2.2", + "@angular/core": "~5.2.2", + "@angular/forms": "~5.2.2", + "@angular/http": "~5.2.2", + "@angular/language-service": "^5.1.0", + "@angular/platform-browser": "~5.2.2", + "@angular/platform-browser-dynamic": "~5.2.2", + "@angular/router": "~5.2.2", + "@angular/service-worker": "^5.2.4", + "@angularclass/hmr": "^2.1.3", + "@ngx-loading-bar/core": "^1.1.1", + "@ngx-loading-bar/http-client": "^1.0.0-rc.1", + "@ngx-meta/core": "^5.0.0", "@types/core-js": "^0.9.28", - "@types/node": "^6.0.38", - "@types/source-map": "^0.1.26", - "@types/uglify-js": "^2.0.27", - "@types/videojs": "0.0.30", - "@types/webpack": "^2.0.0", - "angular-pipes": "^5.0.0", - "angular2-template-loader": "^0.6.0", - "assets-webpack-plugin": "^3.4.0", - "awesome-typescript-loader": "~3.0.0-beta.17", - "bootstrap": "^3.3.6", - "bootstrap-loader": "2.0.0-beta.18", - "bootstrap-sass": "^3.3.6", - "copy-webpack-plugin": "^4.0.0", + "@types/lodash-es": "^4.17.0", + "@types/markdown-it": "^0.0.4", + "@types/node": "^9.3.0", + "@types/sanitize-html": "^1.14.0", + "@types/video.js": "6.2.3", + "@types/webtorrent": "^0.98.4", + "angular2-notifications": "^0.9.6", + "awesome-typescript-loader": "3.4.1", + "bootstrap-sass": "^3.3.7", + "codelyzer": "^4.0.2", "core-js": "^2.4.1", - "css-loader": "^0.25.0", - "css-to-string-loader": "^0.1.2", - "es6-shim": "^0.35.0", - "extract-text-webpack-plugin": "^2.0.0-beta.4", - "file-loader": "^0.9.0", + "css-loader": "^0.28.4", + "extract-text-webpack-plugin": "^3.0.2", + "file-loader": "^1.1.5", "html-webpack-plugin": "^2.19.0", - "ie-shim": "^0.1.0", - "intl": "^1.2.4", - "json-loader": "^0.5.4", - "ng-router-loader": "^1.0.2", - "ng2-bootstrap": "1.1.16-10", - "ng2-file-upload": "^1.1.4-2", - "ng2-meta": "https://github.com/chocobozzz/ng2-meta#build", - "ngc-webpack": "1.1.0", + "linkifyjs": "^2.1.5", + "lodash-es": "^4.17.4", + "markdown-it": "^8.4.0", + "ngx-bootstrap": "2.0.2", + "ngx-chips": "1.6.3", + "ngx-clipboard": "9.0.1", + "ngx-pipes": "^2.0.5", "node-sass": "^4.1.1", - "normalize.css": "^5.0.0", - "optimize-js-plugin": "0.0.4", + "npm-font-source-sans-pro": "^1.0.2", + "primeng": "^5.0.2", + "purify-css": "^1.2.5", + "purifycss-webpack": "^0.7.0", "raw-loader": "^0.5.1", - "reflect-metadata": "^0.1.9", - "resolve-url-loader": "^1.6.0", - "rxjs": "~5.0.0-rc.5", - "sass-loader": "^4.0.2", - "script-ext-html-webpack-plugin": "^1.3.2", - "source-map-loader": "^0.1.5", - "string-replace-loader": "^1.0.3", - "style-loader": "^0.13.1", - "ts-helpers": "^1.1.1", - "tslint": "~4.3.1", - "tslint-loader": "^3.3.0", - "typescript": "~2.1.0", - "url-loader": "^0.5.7", - "video.js": "^5.11.9", + "resolve-url-loader": "^2.0.0", + "rxjs": "^5.4.2", + "sanitize-html": "^1.16.3", + "sass-loader": "^6.0.3", + "sass-resources-loader": "^1.2.1", + "tslint": "^5.7.0", + "tslint-config-standard": "^7.0.0", + "typescript": "2.6", + "uglifyjs-webpack-plugin": "^1.1.2", + "video.js": "^6.2.0", "videojs-dock": "^2.0.2", - "webpack": "2.2.0-rc.3", - "webpack-md5-hash": "0.0.5", - "webpack-merge": "~2.3.1", - "webpack-notifier": "^1.3.0", + "videojs-hotkeys": "^0.2.20", + "webpack": "^3.3.0", + "webpack-bundle-analyzer": "^2.9.1", "webtorrent": "^0.98.0", - "zone.js": "~0.7.2" - }, - "devDependencies": { - "add-asset-html-webpack-plugin": "^1.0.2", - "codelyzer": "2.0.0-beta.4", - "standard": "^8.0.0", - "webpack-bundle-analyzer": "^2.2.1", - "webpack-dll-bundles-plugin": "^1.0.0-beta.5" + "zone.js": "~0.8.5" } }