]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Upgrade client 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",
4f926722
C
29 "resolutions": {
30 "@types/mousetrap": "1.6.3"
31 },
ec61fb7e 32 "devDependencies": {
4f926722
C
33 "@angular-devkit/build-angular": "^0.1100.2",
34 "@angular/animations": "^11.0.1",
35 "@angular/cdk": "^11.0.0",
36 "@angular/cli": "^11.0.2",
37 "@angular/common": "^11.0.1",
38 "@angular/compiler": "^11.0.1",
39 "@angular/compiler-cli": "^11.0.1",
40 "@angular/core": "^11.0.1",
41 "@angular/forms": "^11.0.1",
42 "@angular/localize": "^11.0.1",
43 "@angular/platform-browser": "^11.0.1",
44 "@angular/platform-browser-dynamic": "^11.0.1",
45 "@angular/router": "^11.0.1",
46 "@angular/service-worker": "^11.0.1",
b34a444e 47 "@neos21/bootstrap3-glyphicons": "^1.0.1",
4f926722 48 "@ng-bootstrap/ng-bootstrap": "^8.0.0",
02c01341 49 "@ng-select/ng-select": "^5.0.0",
3aea8eb2 50 "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6",
0f32d499 51 "@ngx-i18nsupport/tooling": "^8.0.3",
583eb04b
C
52 "@ngx-loading-bar/core": "^5.0.0",
53 "@ngx-loading-bar/http-client": "^5.0.0",
54 "@ngx-loading-bar/router": "^5.0.0",
d170c5c5 55 "@ngx-meta/core": "^9.0.0",
3d527ba1 56 "@types/chart.js": "^2.9.16",
41b15c89 57 "@types/core-js": "^2.5.2",
51b34a11 58 "@types/debug": "^4.1.5",
f11bc566 59 "@types/hls.js": "^0.13.0",
41b15c89 60 "@types/jasmine": "^3.3.15",
74af5a83 61 "@types/jasminewd2": "^2.0.3",
99941732 62 "@types/jschannel": "^1.0.0",
41b15c89 63 "@types/linkifyjs": "^2.1.2",
24a8e782 64 "@types/lodash-es": "^4.17.0",
d170c5c5 65 "@types/markdown-it": "^10.0.1",
583eb04b 66 "@types/node": "^14.0.14",
4f926722 67 "@types/sanitize-html": "1.27.0",
6d61da4e 68 "@types/sha.js": "^2.4.0",
7a9f9c46 69 "@types/video.js": "^7.3.8",
4f926722 70 "@types/webtorrent": "^0.109.0",
ee1fc23a 71 "angular2-hotkeys": "^2.1.2",
4f926722 72 "angularx-qrcode": "10.0.11",
b34a444e 73 "bootstrap": "^4.1.3",
4f926722 74 "buffer": "^6.0.2",
52831c6f 75 "cache-chunk-store": "^3.0.0",
b764380a 76 "chart.js": "^2.9.3",
b405d663 77 "codelyzer": "^6.0.0",
41b15c89 78 "core-js": "^3.1.4",
4f926722
C
79 "css-loader": "^5.0.1",
80 "debug": "^4.3.1",
d170c5c5 81 "dexie": "^3.0.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",
4f926722 89 "jasmine-spec-reporter": "~6.0.0",
99941732 90 "jschannel": "^1.0.2",
4f926722 91 "karma": "~5.2.3",
583eb04b
C
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",
4f926722
C
98 "markdown-it": "12.0.2",
99 "mini-css-extract-plugin": "^1.3.1",
100 "node-sass": "^5.0.0",
63c4db6d 101 "npm-font-source-sans-pro": "^1.0.2",
b82df0a3 102 "p2p-media-loader-hlsjs": "^0.6.2",
3ea9a1c3 103 "path-browserify": "^1.0.0",
4f926722 104 "primeng": "^11.0.0-rc.1",
3ea9a1c3 105 "process": "^0.11.10",
583eb04b 106 "protractor": "~7.0.0",
ec61fb7e
C
107 "purify-css": "^1.2.5",
108 "purifycss-webpack": "^0.7.0",
4adebd51 109 "raw-loader": "^4.0.0",
f36da21e 110 "rxjs": "^6.5.2",
4f926722 111 "sanitize-html": "^2.1.2",
a3705089 112 "sass-lint": "^1.13.1",
4f926722 113 "sass-loader": "10.1.0",
79f068df 114 "sass-resources-loader": "^2.0.0",
6d61da4e 115 "sha.js": "^2.4.11",
4f926722 116 "socket.io-client": "^3.0.3",
d170c5c5 117 "stream-browserify": "^3.0.0",
79f068df 118 "stream-http": "^3.0.0",
4f926722 119 "terser-webpack-plugin": "^4",
583eb04b 120 "ts-loader": "^8.0.2",
27da4884 121 "tslib": "^2.0.0",
583eb04b 122 "tslint": "~6.1.0",
41b15c89 123 "tslint-angular": "^3.0.2",
4adebd51 124 "tslint-config-standard": "^9.0.0",
4f926722 125 "typescript": "~4.0.5",
ae04a0ce
C
126 "video.js": "^7",
127 "videojs-contextmenu-ui": "^5.0.0",
2adfc7ea 128 "videojs-contrib-quality-levels": "^2.0.9",
3bb2c7f9 129 "videojs-dock": "^2.0.2",
7a09c300 130 "videojs-hotkeys": "^0.2.27",
576ddf64 131 "videostream": "~3.2.1",
4f926722
C
132 "webpack-bundle-analyzer": "^4.1.0",
133 "webpack-cli": "^4.2.0",
134 "webtorrent": "^0.111.0",
ae04a0ce 135 "whatwg-fetch": "^3.0.0",
4f926722 136 "zone.js": "~0.11.3"
02c01341 137 }
2f5d2ec5 138}