]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Update server dependencies
[github/Chocobozzz/PeerTube.git] / client / package.json
CommitLineData
6f4e2522
C
1{
2 "name": "peertube-client",
b43d19cf 3 "version": "2.4.0",
6f4e2522 4 "private": true,
478924a0 5 "license": "AGPL-3.0",
6f4e2522 6 "author": {
25378bc8 7 "name": "Chocobozzz",
374e4197 8 "email": "chocobozzz@framasoft.org",
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": {
a3705089 16 "lint": "npm run lint-ts && npm run lint-scss",
583eb04b 17 "lint-ts": "tslint --project ./tsconfig.app.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'",
a3705089 18 "lint-scss": "sass-lint -c .sass-lint.yml",
1840c2f7 19 "webpack": "webpack",
c2ff2201 20 "tslint": "tslint",
7bfd1b1e 21 "ng": "ng",
3ea9a1c3 22 "postinstall": "npm rebuild node-sass",
5f92c4dc 23 "webpack-bundle-analyzer": "webpack-bundle-analyzer",
989e526a 24 "webdriver-manager": "webdriver-manager",
a3705089
C
25 "ngx-extractor": "ngx-extractor",
26 "sass-lint": "sass-lint"
6f4e2522 27 },
fbad87b0 28 "typings": "*.d.ts",
ec61fb7e 29 "devDependencies": {
b405d663 30 "@angular-devkit/build-angular": "^0.1001.0-next.6",
ed780040 31 "@angular/animations": "^10.1.0-next.8",
583eb04b 32 "@angular/cdk": "^10.0.0",
ed780040
C
33 "@angular/cli": "^10.1.0-next.6",
34 "@angular/common": "^10.1.0-next.8",
35 "@angular/compiler": "^10.1.0-next.8",
36 "@angular/compiler-cli": "^10.1.0-next.8",
37 "@angular/core": "^10.1.0-next.8",
38 "@angular/forms": "^10.1.0-next.8",
39 "@angular/localize": "^10.1.0-next.8",
40 "@angular/platform-browser": "^10.1.0-next.8",
41 "@angular/platform-browser-dynamic": "^10.1.0-next.8",
42 "@angular/router": "^10.1.0-next.8",
43 "@angular/service-worker": "^10.1.0-next.8",
77d07d69 44 "@angularclass/hmr": "^2.1.3",
b34a444e 45 "@neos21/bootstrap3-glyphicons": "^1.0.1",
583eb04b 46 "@ng-bootstrap/ng-bootstrap": "^7.0.0",
02c01341 47 "@ng-select/ng-select": "^5.0.0",
3aea8eb2 48 "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6",
0f32d499 49 "@ngx-i18nsupport/tooling": "^8.0.3",
583eb04b
C
50 "@ngx-loading-bar/core": "^5.0.0",
51 "@ngx-loading-bar/http-client": "^5.0.0",
52 "@ngx-loading-bar/router": "^5.0.0",
d170c5c5 53 "@ngx-meta/core": "^9.0.0",
3d527ba1 54 "@types/chart.js": "^2.9.16",
41b15c89 55 "@types/core-js": "^2.5.2",
51b34a11 56 "@types/debug": "^4.1.5",
f11bc566 57 "@types/hls.js": "^0.13.0",
41b15c89 58 "@types/jasmine": "^3.3.15",
74af5a83 59 "@types/jasminewd2": "^2.0.3",
99941732 60 "@types/jschannel": "^1.0.0",
41b15c89 61 "@types/linkifyjs": "^2.1.2",
24a8e782 62 "@types/lodash-es": "^4.17.0",
d170c5c5 63 "@types/markdown-it": "^10.0.1",
583eb04b 64 "@types/node": "^14.0.14",
b405d663 65 "@types/sanitize-html": "1.23.3",
6d61da4e 66 "@types/sha.js": "^2.4.0",
2f1548fd 67 "@types/socket.io-client": "^1.4.32",
7a9f9c46 68 "@types/video.js": "^7.3.8",
576ddf64 69 "@types/webtorrent": "^0.107.0",
ee1fc23a 70 "angular2-hotkeys": "^2.1.2",
583eb04b 71 "angularx-qrcode": "10.0.6",
b34a444e 72 "bootstrap": "^4.1.3",
3ea9a1c3 73 "buffer": "^5.1.0",
52831c6f 74 "cache-chunk-store": "^3.0.0",
b764380a 75 "chart.js": "^2.9.3",
b405d663 76 "codelyzer": "^6.0.0",
41b15c89
C
77 "core-js": "^3.1.4",
78 "css-loader": "^3.1.0",
51b34a11 79 "debug": "^4.1.1",
d170c5c5 80 "dexie": "^3.0.0",
fc9e6624 81 "extract-text-webpack-plugin": "4.0.0-beta.0",
4adebd51 82 "file-loader": "^6.0.0",
41b15c89 83 "focus-visible": "^5.0.2",
3bc68dfd 84 "hls.js": "^0.14.16",
4adebd51
C
85 "html-loader": "^1.0.0",
86 "html-webpack-plugin": "^4.0.3",
3ea9a1c3 87 "https-browserify": "^1.0.0",
b405d663 88 "jasmine-core": "~3.6.0",
583eb04b 89 "jasmine-spec-reporter": "~5.0.0",
99941732 90 "jschannel": "^1.0.2",
583eb04b
C
91 "karma": "~5.1.0",
92 "karma-chrome-launcher": "~3.1.0",
93 "karma-coverage-istanbul-reporter": "~3.0.2",
b405d663 94 "karma-jasmine": "~4.0.1",
583eb04b 95 "karma-jasmine-html-reporter": "^1.5.0",
e8cb4409 96 "linkifyjs": "^2.1.5",
24a8e782 97 "lodash-es": "^4.17.4",
98b94643 98 "markdown-it": "11.x",
52831c6f 99 "node-sass": "^4.9.3",
63c4db6d 100 "npm-font-source-sans-pro": "^1.0.2",
b82df0a3 101 "p2p-media-loader-hlsjs": "^0.6.2",
3ea9a1c3 102 "path-browserify": "^1.0.0",
2cf81751 103 "primeng": "^9.0.0-rc.4",
3ea9a1c3 104 "process": "^0.11.10",
583eb04b 105 "protractor": "~7.0.0",
ec61fb7e
C
106 "purify-css": "^1.2.5",
107 "purifycss-webpack": "^0.7.0",
4adebd51 108 "raw-loader": "^4.0.0",
f36da21e 109 "rxjs": "^6.5.2",
52831c6f 110 "sanitize-html": "^1.18.4",
a3705089 111 "sass-lint": "^1.13.1",
4adebd51 112 "sass-loader": "8.0.2",
79f068df 113 "sass-resources-loader": "^2.0.0",
6d61da4e 114 "sha.js": "^2.4.11",
2f1548fd 115 "socket.io-client": "^2.2.0",
d170c5c5 116 "stream-browserify": "^3.0.0",
79f068df 117 "stream-http": "^3.0.0",
d170c5c5 118 "terser-webpack-plugin": "^3.0.0",
583eb04b 119 "ts-loader": "^8.0.2",
27da4884 120 "tslib": "^2.0.0",
583eb04b 121 "tslint": "~6.1.0",
41b15c89 122 "tslint-angular": "^3.0.2",
4adebd51 123 "tslint-config-standard": "^9.0.0",
583eb04b 124 "typescript": "~3.9.5",
ae04a0ce
C
125 "video.js": "^7",
126 "videojs-contextmenu-ui": "^5.0.0",
2adfc7ea 127 "videojs-contrib-quality-levels": "^2.0.9",
3bb2c7f9 128 "videojs-dock": "^2.0.2",
7a09c300 129 "videojs-hotkeys": "^0.2.27",
576ddf64 130 "videostream": "~3.2.1",
ae04a0ce 131 "webpack-bundle-analyzer": "^3.0.2",
20e6c7c9 132 "webpack-cli": "^3.0.8",
a96f4b73 133 "webtorrent": "^0.108.1",
ae04a0ce 134 "whatwg-fetch": "^3.0.0",
2f5d2ec5 135 "zone.js": "~0.10.2"
02c01341 136 }
2f5d2ec5 137}