]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Client: adjust viewport height
[github/Chocobozzz/PeerTube.git] / client / package.json
CommitLineData
6f4e2522
C
1{
2 "name": "peertube-client",
3 "version": "0.0.1",
4 "private": true,
5 "licence": "GPLv3",
6 "author": {
7 "name": "Florian Bigard",
8 "email": "florian.bigard@gmail.com",
9 "url": "http://github.com/Chocobozzz"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/Chocobozzz/PeerTube.git"
14 },
15 "scripts": {
fc76359b
C
16 "test": "standard && tslint -c ./tslint.json src/**/*.ts",
17 "webpack": "webpack"
6f4e2522 18 },
230809ef 19 "license": "GPLv3",
6f4e2522 20 "dependencies": {
383bfc83 21 "@angular/animations": "~4.0.0",
ad42bea3
C
22 "@angular/common": "~4.0.0",
23 "@angular/compiler": "~4.0.0",
383bfc83 24 "@angular/compiler-cli": "~4.0.0",
ad42bea3
C
25 "@angular/core": "~4.0.0",
26 "@angular/forms": "~4.0.0",
27 "@angular/http": "~4.0.0",
28 "@angular/platform-browser": "~4.0.0",
29 "@angular/platform-browser-dynamic": "~4.0.0",
30 "@angular/router": "~4.0.0",
2e92c10b 31 "@angularclass/hmr": "^1.2.0",
d268c551 32 "@angularclass/hmr-loader": "^3.0.2",
ad42bea3 33 "@nglibs/meta": "^0.4.0-rc.1",
ab32b0fc
C
34 "@types/core-js": "^0.9.28",
35 "@types/node": "^6.0.38",
36 "@types/source-map": "^0.1.26",
37 "@types/uglify-js": "^2.0.27",
e31f6ad6 38 "@types/videojs": "0.0.30",
c16ce1de 39 "@types/webpack": "^2.0.0",
693b1aba 40 "angular-pipes": "^5.0.0",
ad42bea3 41 "angular2-notifications": "^0.5.4",
d05eb4ed 42 "angular2-template-loader": "^0.6.0",
2e92c10b 43 "assets-webpack-plugin": "^3.4.0",
6a8ff869 44 "awesome-typescript-loader": "3.0.0-beta.18",
c16ce1de 45 "bootstrap": "^3.3.6",
383bfc83 46 "bootstrap-loader": "2.0.0",
ccfd23df 47 "bootstrap-sass": "^3.3.6",
d05eb4ed 48 "copy-webpack-plugin": "^4.0.0",
d268c551 49 "core-js": "^2.4.1",
383bfc83 50 "css-loader": "^0.28.0",
d05eb4ed 51 "css-to-string-loader": "^0.1.2",
ce98c80c 52 "es6-shim": "^0.35.0",
383bfc83 53 "file-loader": "^0.11.0",
4a6995be 54 "html-webpack-plugin": "^2.19.0",
a64668c0
C
55 "ie-shim": "^0.1.0",
56 "intl": "^1.2.4",
4a6995be 57 "json-loader": "^0.5.4",
f7ac0f84 58 "ng-router-loader": "^1.0.2",
c16ce1de 59 "ng2-file-upload": "^1.1.4-2",
ad42bea3 60 "ng2-smart-table": "1.0.3",
3758da94 61 "ng2-tag-input": "^1.0.5",
383bfc83 62 "ngc-webpack": "2.0.0",
ad42bea3 63 "ngx-bootstrap": "1.6.6",
c16ce1de 64 "node-sass": "^4.1.1",
d05eb4ed 65 "normalize.css": "^5.0.0",
f7ac0f84 66 "optimize-js-plugin": "0.0.4",
4a6995be 67 "raw-loader": "^0.5.1",
a7582a2c 68 "reflect-metadata": "^0.1.9",
ad22074a 69 "resolve-url-loader": "^1.6.0",
e7661bb1 70 "rxjs": "~5.0.0-rc.5",
383bfc83
C
71 "sass-loader": "^6.0.3",
72 "sass-resources-loader": "^1.2.1",
4d19d2f1 73 "script-ext-html-webpack-plugin": "^1.3.2",
383bfc83 74 "source-map-loader": "^0.2.1",
ab32b0fc 75 "string-replace-loader": "^1.0.3",
383bfc83 76 "style-loader": "^0.16.1",
a17bc2c3 77 "tslib": "^1.5.0",
9bce7592
C
78 "tslint": "~4.3.1",
79 "tslint-loader": "^3.3.0",
ad42bea3 80 "typescript": "~2.2.0",
4a6995be 81 "url-loader": "^0.5.7",
240c64c5 82 "video.js": "^5.19.2",
3bb2c7f9 83 "videojs-dock": "^2.0.2",
c70e0710 84 "webpack": "^2.2.0",
4a6995be 85 "webpack-md5-hash": "0.0.5",
383bfc83 86 "webpack-merge": "~4.1.0",
66698b83 87 "webpack-notifier": "^1.3.0",
fe6445bf 88 "webtorrent": "^0.98.0",
383bfc83 89 "zone.js": "~0.8.5"
ce98c80c
C
90 },
91 "devDependencies": {
cc3e2d9b 92 "add-asset-html-webpack-plugin": "^1.0.2",
383bfc83 93 "codelyzer": "^3.0.0-beta.4",
0dd079da 94 "standard": "^10.0.0",
b99290b1 95 "webpack-bundle-analyzer": "^2.2.1",
cc3e2d9b 96 "webpack-dll-bundles-plugin": "^1.0.0-beta.5"
6f4e2522 97 }
e822fdae 98}