]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Add channel avatar to overviews
[github/Chocobozzz/PeerTube.git] / client / package.json
CommitLineData
6f4e2522
C
1{
2 "name": "peertube-client",
3711d5a2 3 "version": "1.0.0-beta.11",
6f4e2522
C
4 "private": true,
5 "licence": "GPLv3",
6 "author": {
7 "name": "Florian Bigard",
63c4db6d 8 "email": "me@florianbigard.com",
6f4e2522
C
9 "url": "http://github.com/Chocobozzz"
10 },
11 "repository": {
12 "type": "git",
52e679ac 13 "url": "git+https://github.com/Chocobozzz/PeerTube.git"
6f4e2522
C
14 },
15 "scripts": {
902aa3a0 16 "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'",
1840c2f7 17 "webpack": "webpack",
c2ff2201 18 "tslint": "tslint",
7bfd1b1e 19 "ng": "ng",
3ea9a1c3 20 "postinstall": "npm rebuild node-sass",
5f92c4dc 21 "webpack-bundle-analyzer": "webpack-bundle-analyzer",
989e526a
C
22 "webdriver-manager": "webdriver-manager",
23 "ngx-extractor": "ngx-extractor"
6f4e2522 24 },
230809ef 25 "license": "GPLv3",
fbad87b0 26 "typings": "*.d.ts",
c7b0dacb 27 "resolutions": {
960a11e8 28 "video.js": "^7",
f79cfff2
C
29 "webtorrent/create-torrent/junk": "^1",
30 "simple-get": "^2.8.1"
c7b0dacb 31 },
ec61fb7e 32 "devDependencies": {
52831c6f
C
33 "@angular-devkit/build-angular": "^0.7.5",
34 "@angular/animations": "~6.1.4",
35 "@angular/cli": "~6.1.5",
36 "@angular/common": "~6.1.4",
37 "@angular/compiler": "~6.1.4",
38 "@angular/compiler-cli": "~6.1.4",
39 "@angular/core": "~6.1.4",
40 "@angular/forms": "~6.1.4",
41 "@angular/http": "~6.1.4",
42 "@angular/language-service": "~6.1.4",
43 "@angular/platform-browser": "~6.1.4",
44 "@angular/platform-browser-dynamic": "~6.1.4",
45 "@angular/router": "~6.1.4",
46 "@angular/service-worker": "~6.1.4",
77d07d69 47 "@angularclass/hmr": "^2.1.3",
b34a444e 48 "@neos21/bootstrap3-glyphicons": "^1.0.1",
52831c6f
C
49 "@ng-bootstrap/ng-bootstrap": "^3.1.0",
50 "@ngx-loading-bar/core": "^2.2.0",
51 "@ngx-loading-bar/http-client": "^2.2.0",
52 "@ngx-loading-bar/router": "^2.2.0",
54c3a22f 53 "@ngx-meta/core": "^6.0.0-rc.1",
989e526a 54 "@ngx-translate/i18n-polyfill": "^1.0.0",
20e6c7c9 55 "@types/core-js": "^2.5.0",
74af5a83
C
56 "@types/jasmine": "^2.8.7",
57 "@types/jasminewd2": "^2.0.3",
99941732 58 "@types/jschannel": "^1.0.0",
24a8e782 59 "@types/lodash-es": "^4.17.0",
52831c6f
C
60 "@types/markdown-it": "^0.0.5",
61 "@types/node": "^10.9.2",
2890b615 62 "@types/sanitize-html": "^1.14.0",
20e6c7c9 63 "@types/video.js": "6.2.7",
ec61fb7e 64 "@types/webtorrent": "^0.98.4",
ee1fc23a 65 "angular2-hotkeys": "^2.1.2",
54c3a22f 66 "angular2-notifications": "^1.0.2",
20e6c7c9 67 "awesome-typescript-loader": "5.2.0",
b34a444e 68 "bootstrap": "^4.1.3",
3ea9a1c3 69 "buffer": "^5.1.0",
52831c6f
C
70 "cache-chunk-store": "^3.0.0",
71 "codelyzer": "^4.4.4",
d268c551 72 "core-js": "^2.4.1",
20e6c7c9 73 "css-loader": "^1.0.0",
407eab9c 74 "dexie": "^2.0.4",
fc9e6624 75 "extract-text-webpack-plugin": "4.0.0-beta.0",
52831c6f 76 "file-loader": "^2.0.0",
99941732 77 "html-loader": "^0.5.5",
20e6c7c9 78 "html-webpack-plugin": "^3.2.0",
3ea9a1c3 79 "https-browserify": "^1.0.0",
74af5a83
C
80 "jasmine-core": "^3.1.0",
81 "jasmine-spec-reporter": "^4.2.1",
99941732 82 "jschannel": "^1.0.2",
52831c6f 83 "karma": "^3.0.0",
74af5a83 84 "karma-chrome-launcher": "^2.2.0",
52831c6f 85 "karma-coverage-istanbul-reporter": "^2.0.2",
74af5a83 86 "karma-jasmine": "^1.1.2",
52831c6f 87 "karma-jasmine-html-reporter": "^1.3.1",
e8cb4409 88 "linkifyjs": "^2.1.5",
24a8e782 89 "lodash-es": "^4.17.4",
9d9597df 90 "markdown-it": "^8.4.0",
e80687c4 91 "ngx-chips": "1.9.3",
52831c6f 92 "ngx-clipboard": "11.1.3",
54c3a22f 93 "ngx-pipes": "^2.1.7",
20e6c7c9 94 "ngx-qrcode2": "^0.0.9",
2d9fea16 95 "ngx-textarea-autosize": "^2.0.0",
52831c6f 96 "node-sass": "^4.9.3",
63c4db6d 97 "npm-font-source-sans-pro": "^1.0.2",
3ea9a1c3 98 "path-browserify": "^1.0.0",
52831c6f 99 "primeng": "^6.1.2",
3ea9a1c3 100 "process": "^0.11.10",
74af5a83 101 "protractor": "^5.3.2",
ec61fb7e
C
102 "purify-css": "^1.2.5",
103 "purifycss-webpack": "^0.7.0",
4a6995be 104 "raw-loader": "^0.5.1",
8635a2c7 105 "resolve-url-loader": "^2.0.0",
54c3a22f 106 "rxjs": "^6.1.0",
52831c6f
C
107 "sanitize-html": "^1.18.4",
108 "sass-loader": "^7.1.0",
383bfc83 109 "sass-resources-loader": "^1.2.1",
3ea9a1c3 110 "stream-http": "^2.8.3",
b0f9f39e 111 "tslint": "^5.7.0",
7a8032bb 112 "tslint-config-standard": "^7.0.0",
e80687c4 113 "typescript": "2.9",
52831c6f 114 "uglifyjs-webpack-plugin": "^1.3.0",
e80687c4 115 "video.js": "7.2",
960a11e8
C
116 "videojs-contextmenu": "^2.0.0",
117 "videojs-contextmenu-ui": "^4.0.0",
3bb2c7f9 118 "videojs-dock": "^2.0.2",
b891f9bc 119 "videojs-hotkeys": "^0.2.21",
52831c6f 120 "webpack": "^4.17.1",
24a8e782 121 "webpack-bundle-analyzer": "^2.9.1",
20e6c7c9 122 "webpack-cli": "^3.0.8",
52831c6f 123 "webtorrent": "^0.102.1",
cd4d7a2c 124 "whatwg-fetch": "^2.0.4",
20e6c7c9 125 "zone.js": "~0.8.5"
6f4e2522 126 }
e822fdae 127}