]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Bumped to version v5.2.0
[github/Chocobozzz/PeerTube.git] / client / package.json
CommitLineData
6f4e2522
C
1{
2 "name": "peertube-client",
b4516abc 3 "version": "5.2.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",
9df52d66 17 "lint-ts": "eslint --ext .ts src/standalone/**/*.ts && npm run ng lint",
931d3430 18 "lint-scss": "stylelint 'src/**/*.scss'",
1840c2f7 19 "webpack": "webpack",
9df52d66 20 "eslint": "eslint",
7bfd1b1e 21 "ng": "ng",
5f92c4dc 22 "webpack-bundle-analyzer": "webpack-bundle-analyzer",
989e526a 23 "webdriver-manager": "webdriver-manager",
a3705089 24 "ngx-extractor": "ngx-extractor",
931d3430 25 "stylelint": "stylelint"
6f4e2522 26 },
fbad87b0 27 "typings": "*.d.ts",
ec61fb7e 28 "devDependencies": {
52798aa5
C
29 "@angular-devkit/build-angular": "^16.0.2",
30 "@angular-eslint/builder": "^16.0.2",
31 "@angular-eslint/eslint-plugin": "^16.0.2",
32 "@angular-eslint/eslint-plugin-template": "^16.0.2",
33 "@angular-eslint/schematics": "^16.0.2",
34 "@angular-eslint/template-parser": "^16.0.2",
35 "@angular/animations": "^16.0.2",
36 "@angular/cdk": "^16.0.1",
37 "@angular/cli": "^16.0.2",
38 "@angular/common": "^16.0.2",
39 "@angular/compiler": "^16.0.2",
40 "@angular/compiler-cli": "^16.0.2",
41 "@angular/core": "^16.0.2",
42 "@angular/forms": "^16.0.2",
43 "@angular/localize": "^16.0.2",
44 "@angular/platform-browser": "^16.0.2",
45 "@angular/platform-browser-dynamic": "^16.0.2",
46 "@angular/router": "^16.0.2",
47 "@angular/service-worker": "^16.0.2",
f552ca84
C
48 "@babel/core": "^7.18.5",
49 "@babel/preset-env": "^7.18.2",
0cdc545f
C
50 "@ng-bootstrap/ng-bootstrap": "^14.0.1",
51 "@ng-select/ng-select": "^10.0.3",
2b54a986
C
52 "@ngx-loading-bar/core": "^6.0.0",
53 "@ngx-loading-bar/http-client": "^6.0.0",
54 "@ngx-loading-bar/router": "^6.0.0",
5bdfa604 55 "@peertube/maildev": "^1.2.0",
5070a995
C
56 "@peertube/p2p-media-loader-core": "^1.0.14",
57 "@peertube/p2p-media-loader-hlsjs": "^1.0.14",
950b3ce7 58 "@peertube/videojs-contextmenu": "^5.5.0",
735a8705 59 "@peertube/xliffmerge": "^2.0.3",
4c8749cb 60 "@popperjs/core": "^2.11.5",
f552ca84 61 "@types/chart.js": "^2.9.37",
41b15c89 62 "@types/core-js": "^2.5.2",
51b34a11 63 "@types/debug": "^4.1.5",
99941732 64 "@types/jschannel": "^1.0.0",
41b15c89 65 "@types/linkifyjs": "^2.1.2",
24a8e782 66 "@types/lodash-es": "^4.17.0",
72aa835e 67 "@types/markdown-it": "^12.0.1",
0cdc545f 68 "@types/node": "^18.13.0",
57a9b61a 69 "@types/sanitize-html": "2.6.2",
6d61da4e 70 "@types/sha.js": "^2.4.0",
f552ca84 71 "@types/video.js": "^7.3.40",
4f926722 72 "@types/webtorrent": "^0.109.0",
838950fd
C
73 "@typescript-eslint/eslint-plugin": "^5.43.0",
74 "@typescript-eslint/parser": "^5.43.0",
51afea54
C
75 "@wdio/browserstack-service": "^8.10.5",
76 "@wdio/cli": "^8.10.5",
77 "@wdio/local-runner": "^8.10.5",
78 "@wdio/mocha-framework": "^8.10.4",
79 "@wdio/shared-store-service": "^8.10.5",
80 "@wdio/spec-reporter": "^8.10.5",
57a9b61a 81 "angular2-hotkeys": "^13.1.0",
52798aa5 82 "angularx-qrcode": "16.0.0",
6bcb559f 83 "babel-loader": "^9.1.0",
4c8749cb 84 "bootstrap": "^5.1.3",
662351e6 85 "buffer": "^6.0.3",
52831c6f 86 "cache-chunk-store": "^3.0.0",
2290864b
C
87 "chart.js": "^4.3.0",
88 "chartjs-plugin-zoom": "~2.0.1",
51afea54 89 "chromedriver": "^113.0.0",
f552ca84 90 "core-js": "^3.22.8",
134006b0 91 "css-loader": "^6.2.0",
4f926722 92 "debug": "^4.3.1",
f552ca84 93 "dexie": "^3.2.2",
838950fd 94 "eslint": "^8.28.0",
0cdc545f 95 "eslint-plugin-import": "2.27.5",
52798aa5 96 "eslint-plugin-jsdoc": "^44.2.4",
9df52d66 97 "eslint-plugin-prefer-arrow": "latest",
51afea54 98 "expect-webdriverio": "^4.2.3",
41b15c89 99 "focus-visible": "^5.0.2",
51afea54 100 "geckodriver": "^4.0.0",
8777a98e 101 "hls.js": "~1.3",
bfcaa9c1 102 "html-loader": "^4.1.0",
662351e6 103 "html-webpack-plugin": "^5.3.1",
3ea9a1c3 104 "https-browserify": "^1.0.0",
f552ca84 105 "intl-messageformat": "^10.1.0",
99941732 106 "jschannel": "^1.0.2",
6bcb559f 107 "linkify-html": "^4.0.2",
6bcb559f 108 "linkifyjs": "^4.0.2",
24a8e782 109 "lodash-es": "^4.17.4",
f552ca84 110 "markdown-it": "13.0.1",
134006b0 111 "mini-css-extract-plugin": "^2.2.0",
52798aa5 112 "ngx-uploadx": "^6.1.0",
3ea9a1c3 113 "path-browserify": "^1.0.0",
f552ca84 114 "postcss": "^8.4.14",
52798aa5 115 "primeng": "^16.0.0-rc.2",
3ea9a1c3 116 "process": "^0.11.10",
ec61fb7e 117 "purify-css": "^1.2.5",
57a9b61a 118 "querystring": "^0.2.1",
adb8809d 119 "raw-loader": "^4.0.2",
134006b0 120 "rxjs": "^7.3.0",
4f926722 121 "sanitize-html": "^2.1.2",
0cdc545f
C
122 "sass": "^1.58.1",
123 "sass-loader": "^13.2.0",
6d61da4e 124 "sha.js": "^2.4.11",
f7b00376 125 "socket.io-client": "^4.5.4",
d170c5c5 126 "stream-browserify": "^3.0.0",
79f068df 127 "stream-http": "^3.0.0",
0cdc545f 128 "stylelint": "^15.1.0",
51afea54 129 "stylelint-config-sass-guidelines": "^10.0.0",
f552ca84
C
130 "ts-loader": "^9.3.0",
131 "tslib": "^2.4.0",
0cdc545f 132 "typescript": "~4.9.5",
57a9b61a 133 "url": "^0.11.0",
f552ca84 134 "video.js": "^7.19.2",
576ddf64 135 "videostream": "~3.2.1",
51afea54
C
136 "wdio-chromedriver-service": "^8.1.1",
137 "wdio-geckodriver-service": "^5.0.1",
f552ca84 138 "webpack": "^5.73.0",
fd43faf2 139 "webpack-bundle-analyzer": "^4.4.2",
0cdc545f 140 "webpack-cli": "^5.0.1",
ab2e90f3 141 "webtorrent": "1.8.26",
ae04a0ce 142 "whatwg-fetch": "^3.0.0",
41cde76b 143 "zone.js": "~0.13.0"
40e7ed07 144 },
36ebdfac 145 "dependencies": {}
662351e6 146}