PeerTube/client/package.json

136 lines
4.2 KiB
JSON
Raw Normal View History

2016-03-07 14:48:46 +01:00
{
"name": "peertube-client",
2021-05-27 13:56:49 +02:00
"version": "3.2.0",
2016-03-07 14:48:46 +01:00
"private": true,
2019-12-17 15:19:42 +01:00
"license": "AGPL-3.0",
2016-03-07 14:48:46 +01:00
"author": {
2018-10-03 16:43:57 +02:00
"name": "Chocobozzz",
2020-11-12 11:12:41 +01:00
"email": "chocobozzz@framasoft.org",
2016-03-07 14:48:46 +01:00
"url": "http://github.com/Chocobozzz"
},
"repository": {
"type": "git",
2018-08-16 10:57:57 +02:00
"url": "git+https://github.com/Chocobozzz/PeerTube.git"
2016-03-07 14:48:46 +01:00
},
"scripts": {
2020-01-21 14:28:28 +01:00
"lint": "npm run lint-ts && npm run lint-scss",
2020-06-26 08:37:26 +02:00
"lint-ts": "tslint --project ./tsconfig.app.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'",
2021-04-28 16:41:07 +02:00
"lint-scss": "stylelint 'src/**/*.scss'",
2017-06-11 15:19:43 +02:00
"webpack": "webpack",
"tslint": "tslint",
"ng": "ng",
2018-05-17 10:55:01 +02:00
"webpack-bundle-analyzer": "webpack-bundle-analyzer",
2018-05-31 18:12:15 +02:00
"webdriver-manager": "webdriver-manager",
2020-01-21 14:28:28 +01:00
"ngx-extractor": "ngx-extractor",
2021-04-28 16:41:07 +02:00
"stylelint": "stylelint"
2016-03-07 14:48:46 +01:00
},
"typings": "*.d.ts",
"resolutions": {
"@types/mousetrap": "1.6.3"
},
2017-10-09 14:40:05 +02:00
"devDependencies": {
2021-05-14 15:20:58 +02:00
"@angular-devkit/build-angular": "^12.0.0",
"@angular/animations": "^12.0.0",
2021-05-14 16:29:20 +02:00
"@angular/cdk": "^12.0.0",
2021-05-14 15:20:58 +02:00
"@angular/cli": "^12.0.0",
"@angular/common": "^12.0.0",
"@angular/compiler": "^12.0.0",
"@angular/compiler-cli": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/forms": "^12.0.0",
"@angular/localize": "^12.0.0",
"@angular/platform-browser": "^12.0.0",
"@angular/platform-browser-dynamic": "^12.0.0",
"@angular/router": "^12.0.0",
"@angular/service-worker": "^12.0.0",
2018-08-09 09:22:10 +02:00
"@neos21/bootstrap3-glyphicons": "^1.0.1",
2021-02-03 11:44:43 +01:00
"@ng-bootstrap/ng-bootstrap": "^9.0.2",
"@ng-select/ng-select": "^6.0.0",
2019-11-07 09:45:14 +01:00
"@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6",
2020-06-05 10:07:17 +02:00
"@ngx-i18nsupport/tooling": "^8.0.3",
2020-06-26 08:37:26 +02:00
"@ngx-loading-bar/core": "^5.0.0",
"@ngx-loading-bar/http-client": "^5.0.0",
"@ngx-loading-bar/router": "^5.0.0",
"@types/chart.js": "^2.9.16",
2019-07-25 10:44:21 +02:00
"@types/core-js": "^2.5.2",
2020-01-06 13:06:13 +01:00
"@types/debug": "^4.1.5",
2020-06-17 11:57:13 +02:00
"@types/hls.js": "^0.13.0",
2019-07-25 10:44:21 +02:00
"@types/jasmine": "^3.3.15",
2018-05-16 19:59:21 +02:00
"@types/jasminewd2": "^2.0.3",
"@types/jschannel": "^1.0.0",
2019-07-25 10:44:21 +02:00
"@types/linkifyjs": "^2.1.2",
"@types/lodash-es": "^4.17.0",
2021-02-03 11:44:43 +01:00
"@types/markdown-it": "^12.0.1",
2020-06-26 08:37:26 +02:00
"@types/node": "^14.0.14",
2021-02-03 11:44:43 +01:00
"@types/sanitize-html": "1.27.1",
"@types/sha.js": "^2.4.0",
2020-04-20 08:49:12 +02:00
"@types/video.js": "^7.3.8",
"@types/webtorrent": "^0.109.0",
"angular2-hotkeys": "^2.1.2",
2021-02-03 11:44:43 +01:00
"angularx-qrcode": "11.0.0",
2018-08-09 09:22:10 +02:00
"bootstrap": "^4.1.3",
2021-05-14 16:56:44 +02:00
"buffer": "^6.0.3",
2018-08-27 11:45:58 +02:00
"cache-chunk-store": "^3.0.0",
2020-01-10 10:11:28 +01:00
"chart.js": "^2.9.3",
2020-08-25 14:01:29 +02:00
"codelyzer": "^6.0.0",
2019-07-25 10:44:21 +02:00
"core-js": "^3.1.4",
2021-05-14 16:56:44 +02:00
"css-loader": "^5.2.4",
"debug": "^4.3.1",
2020-05-06 14:48:49 +02:00
"dexie": "^3.0.0",
2020-03-31 15:43:17 +02:00
"file-loader": "^6.0.0",
2019-07-25 10:44:21 +02:00
"focus-visible": "^5.0.2",
"hls.js": "^0.14.16",
2021-05-14 16:56:44 +02:00
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"https-browserify": "^1.0.0",
2021-04-12 16:51:09 +02:00
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~7.0.0",
"jschannel": "^1.0.2",
2021-04-12 16:51:09 +02:00
"karma": "~6.3.2",
2020-06-26 08:37:26 +02:00
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
2020-08-25 14:01:29 +02:00
"karma-jasmine": "~4.0.1",
2020-06-26 08:37:26 +02:00
"karma-jasmine-html-reporter": "^1.5.0",
2018-02-21 16:44:18 +01:00
"linkifyjs": "^2.1.5",
"lodash-es": "^4.17.4",
2021-02-03 11:44:43 +01:00
"markdown-it": "12.0.4",
2021-05-14 16:56:44 +02:00
"mini-css-extract-plugin": "^1.6.0",
Resumable video uploads (#3933) * WIP: resumable video uploads relates to #324 * fix review comments * video upload: error handling * fix audio upload * fixes after self review * Update server/controllers/api/videos/index.ts Co-authored-by: Rigel Kent <par@rigelk.eu> * Update server/middlewares/validators/videos/videos.ts Co-authored-by: Rigel Kent <par@rigelk.eu> * Update server/controllers/api/videos/index.ts Co-authored-by: Rigel Kent <par@rigelk.eu> * update after code review * refactor upload route - restore multipart upload route - move resumable to dedicated upload-resumable route - move checks to middleware - do not leak internal fs structure in response * fix yarn.lock upon rebase * factorize addVideo for reuse in both endpoints * add resumable upload API to openapi spec * add initial test and test helper for resumable upload * typings for videoAddResumable middleware * avoid including aws and google packages via node-uploadx, by only including uploadx/core * rename ex-isAudioBg to more explicit name mentioning it is a preview file for audio * add video-upload-tmp-folder-cleaner job * stronger typing of video upload middleware * reduce dependency to @uploadx/core * add audio upload test * refactor resumable uploads cleanup from job to scheduler * refactor resumable uploads scheduler to compare to last execution time * make resumable upload validator to always cleanup on failure * move legacy upload request building outside of uploadVideo test helper * filter upload-resumable middlewares down to POST, PUT, DELETE also begin to type metadata * merge add duration functions * stronger typings and documentation for uploadx behaviour, move init validator up * refactor(client/video-edit): options > uploadxOptions * refactor(client/video-edit): remove obsolete else * scheduler/remove-dangling-resum: rename tag * refactor(server/video): add UploadVideoFiles type * refactor(mw/validators): restructure eslint disable * refactor(mw/validators/videos): rename import * refactor(client/vid-upload): rename html elem id * refactor(sched/remove-dangl): move fn to method * refactor(mw/async): add method typing * refactor(mw/vali/video): double quote > single * refactor(server/upload-resum): express use > all * proper http methud enum server/middlewares/async.ts * properly type http methods * factorize common video upload validation steps * add check for maximum partially uploaded file size * fix audioBg use * fix extname(filename) in addVideo * document parameters for uploadx's resumable protocol * clear META files in scheduler * last audio refactor before cramming preview in the initial POST form data * refactor as mulitpart/form-data initial post request this allows preview/thumbnail uploads alongside the initial request, and cleans up the upload form * Add more tests for resumable uploads * Refactor remove dangling resumable uploads * Prepare changelog * Add more resumable upload tests * Remove user quota check for resumable uploads * Fix upload error handler * Update nginx template for upload-resumable * Cleanup comment * Remove unused express methods * Prefer to use got instead of raw http * Don't retry on error 500 Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> Co-authored-by: Chocobozzz <me@florianbigard.com>
2021-05-10 11:13:41 +02:00
"ngx-uploadx": "^4.1.0",
"p2p-media-loader-hlsjs": "^0.6.2",
"path-browserify": "^1.0.0",
"primeng": "^11.0.0-rc.1",
"process": "^0.11.10",
2020-06-26 08:37:26 +02:00
"protractor": "~7.0.0",
2017-10-09 14:40:05 +02:00
"purify-css": "^1.2.5",
2020-03-31 15:43:17 +02:00
"raw-loader": "^4.0.0",
2019-07-24 16:05:59 +02:00
"rxjs": "^6.5.2",
"sanitize-html": "^2.1.2",
2021-05-14 16:56:44 +02:00
"sass": "^1.32.13",
"sass-loader": "^11.1.1",
"sha.js": "^2.4.11",
2021-04-12 16:51:09 +02:00
"socket.io-client": "^4.0.1",
2020-05-06 14:48:49 +02:00
"stream-browserify": "^3.0.0",
2018-11-15 10:25:33 +01:00
"stream-http": "^3.0.0",
2021-04-28 16:41:07 +02:00
"stylelint": "^13.13.0",
"stylelint-config-sass-guidelines": "^8.0.0",
2021-05-14 16:56:44 +02:00
"terser-webpack-plugin": "^5.1.2",
"ts-loader": "^9.1.2",
2020-06-05 10:05:29 +02:00
"tslib": "^2.0.0",
2020-06-26 08:37:26 +02:00
"tslint": "~6.1.0",
2019-07-25 10:44:21 +02:00
"tslint-angular": "^3.0.2",
2020-03-31 15:43:17 +02:00
"tslint-config-standard": "^9.0.0",
2021-05-14 15:20:58 +02:00
"typescript": "~4.2.4",
2018-09-21 09:18:28 +02:00
"video.js": "^7",
"videojs-contextmenu-pt": "^5.4.1",
"videojs-contrib-quality-levels": "^2.0.9",
2016-11-07 22:35:37 +01:00
"videojs-dock": "^2.0.2",
2020-08-03 08:56:17 +02:00
"videojs-hotkeys": "^0.2.27",
2019-10-21 16:53:46 +02:00
"videostream": "~3.2.1",
2021-05-14 16:56:44 +02:00
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.7.0",
2021-04-12 16:51:09 +02:00
"webtorrent": "^0.116.1",
2018-09-21 09:18:28 +02:00
"whatwg-fetch": "^3.0.0",
2021-05-14 15:20:58 +02:00
"zone.js": "~0.11.4"
}
2021-05-14 16:56:44 +02:00
}