X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=ed7daf98e0216ee8b3260727b88bc1c7baf93d44;hb=47162b722a56802df2b29d7a56a0469197ae8bc0;hp=dbb065974201b0876b625a0d15bb91e1ddd55819;hpb=dc8bc31be517a53e8fbe7100cfe45cd73f596de0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index dbb065974..0cd453f1b 100644 --- a/client/package.json +++ b/client/package.json @@ -1,11 +1,11 @@ { "name": "peertube-client", - "version": "0.0.1", + "version": "0.0.14-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,28 +13,75 @@ "url": "git://github.com/Chocobozzz/PeerTube.git" }, "scripts": { - "tsc": "tsc", - "tsc:w": "tsc -w", - "typings": "typings", - "postinstall": "typings install" - }, - "license": "ISC", - "dependencies": { - "angular2": "2.0.0-beta.9", - "blueimp-file-upload": "^9.12.1", - "bootstrap-sass": "^3.3.6", - "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" + "lint": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", + "webpack": "webpack", + "ng": "ng", + "postinstall": "npm rebuild node-sass", + "webpack-bundle-analyzer": "webpack-bundle-analyzer" }, + "license": "GPLv3", + "dependencies": {}, "devDependencies": { - "typescript": "^1.8.2", - "typings": "^0.6.8" + "@angular/animations": "~5.1.0", + "@angular/cli": "^1.6.0", + "@angular/common": "~5.1.0", + "@angular/compiler": "~5.1.0", + "@angular/compiler-cli": "~5.1.0", + "@angular/core": "~5.1.0", + "@angular/forms": "~5.1.0", + "@angular/http": "~5.1.0", + "@angular/language-service": "^5.1.0", + "@angular/platform-browser": "~5.1.0", + "@angular/platform-browser-dynamic": "~5.1.0", + "@angular/router": "~5.1.0", + "@angularclass/hmr": "^2.1.3", + "@ngx-loading-bar/http-client": "^1.0.0-rc.1", + "@ngx-meta/core": "^5.0.0", + "@types/core-js": "^0.9.28", + "@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.28.4", + "extract-text-webpack-plugin": "^3.0.2", + "file-loader": "^1.1.5", + "html-webpack-plugin": "^2.19.0", + "lodash-es": "^4.17.4", + "markdown-it": "^8.4.0", + "ngx-bootstrap": "2.0.0-rc.0", + "ngx-chips": "1.6.2", + "ngx-clipboard": "9.0.1", + "ngx-infinite-scroll": "0.7.2", + "ngx-pipes": "^2.0.5", + "node-sass": "^4.1.1", + "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", + "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", + "standard": "^10.0.0", + "tslint": "^5.7.0", + "tslint-config-standard": "^7.0.0", + "typescript": "^2.6.2", + "uglifyjs-webpack-plugin": "^1.1.2", + "video.js": "^6.2.0", + "videojs-dock": "^2.0.2", + "videojs-hotkeys": "^0.2.20", + "webpack": "^3.3.0", + "webpack-bundle-analyzer": "^2.9.1", + "webtorrent": "^0.98.0", + "zone.js": "~0.8.5" } }