2016-03-07 14:48:46 +01:00
|
|
|
{
|
|
|
|
"name": "peertube-client",
|
2022-03-08 10:41:59 +01:00
|
|
|
"version": "4.1.1",
|
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",
|
2021-08-17 14:42:53 +02:00
|
|
|
"lint-ts": "eslint --ext .ts src/standalone/**/*.ts && npm run ng lint",
|
2021-04-28 16:41:07 +02:00
|
|
|
"lint-scss": "stylelint 'src/**/*.scss'",
|
2017-06-11 15:19:43 +02:00
|
|
|
"webpack": "webpack",
|
2021-08-17 14:42:53 +02:00
|
|
|
"eslint": "eslint",
|
2017-12-12 11:38:02 +01:00
|
|
|
"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
|
|
|
},
|
2018-08-02 15:34:09 +02:00
|
|
|
"typings": "*.d.ts",
|
2017-10-09 14:40:05 +02:00
|
|
|
"devDependencies": {
|
2021-11-10 16:14:16 +01:00
|
|
|
"@angular-devkit/build-angular": "^13.0.1",
|
2021-11-22 16:06:30 +01:00
|
|
|
"@angular-eslint/builder": "13.0.1",
|
|
|
|
"@angular-eslint/eslint-plugin": "13.0.1",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "13.0.1",
|
|
|
|
"@angular-eslint/schematics": "13.0.1",
|
|
|
|
"@angular-eslint/template-parser": "13.0.1",
|
2021-11-10 16:14:16 +01:00
|
|
|
"@angular/animations": "^13.0.0",
|
|
|
|
"@angular/cdk": "^13.0.0",
|
|
|
|
"@angular/cli": "^13.0.1",
|
|
|
|
"@angular/common": "^13.0.0",
|
|
|
|
"@angular/compiler": "^13.0.0",
|
|
|
|
"@angular/compiler-cli": "^13.0.0",
|
|
|
|
"@angular/core": "^13.0.0",
|
|
|
|
"@angular/forms": "^13.0.0",
|
|
|
|
"@angular/localize": "^13.0.0",
|
|
|
|
"@angular/platform-browser": "^13.0.0",
|
|
|
|
"@angular/platform-browser-dynamic": "^13.0.0",
|
|
|
|
"@angular/router": "^13.0.0",
|
|
|
|
"@angular/service-worker": "^13.0.0",
|
2021-09-01 15:55:54 +02:00
|
|
|
"@babel/core": "^7.15.0",
|
|
|
|
"@babel/preset-env": "^7.15.0",
|
2018-08-09 09:22:10 +02:00
|
|
|
"@neos21/bootstrap3-glyphicons": "^1.0.1",
|
2021-12-24 15:05:48 +01:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "^11.0.0",
|
2021-11-22 16:06:30 +01:00
|
|
|
"@ng-select/ng-select": "^8.1.1",
|
2021-12-24 15:05:48 +01:00
|
|
|
"@ngx-loading-bar/core": "^6.0.0",
|
|
|
|
"@ngx-loading-bar/http-client": "^6.0.0",
|
|
|
|
"@ngx-loading-bar/router": "^6.0.0",
|
2022-03-03 14:30:55 +01:00
|
|
|
"@peertube/p2p-media-loader-core": "^1.0.6",
|
|
|
|
"@peertube/p2p-media-loader-hlsjs": "^1.0.8",
|
2021-10-26 10:52:14 +02:00
|
|
|
"@peertube/videojs-contextmenu": "^5.5.0",
|
2021-11-29 09:29:36 +01:00
|
|
|
"@peertube/xliffmerge": "^2.0.3",
|
2020-03-30 12:06:46 +02:00
|
|
|
"@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",
|
2018-07-10 17:47:56 +02:00
|
|
|
"@types/jschannel": "^1.0.0",
|
2019-07-25 10:44:21 +02:00
|
|
|
"@types/linkifyjs": "^2.1.2",
|
2017-12-20 09:04:52 +01:00
|
|
|
"@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",
|
2022-02-09 13:56:11 +01:00
|
|
|
"@types/sanitize-html": "2.6.2",
|
2020-11-10 10:36:50 +01:00
|
|
|
"@types/sha.js": "^2.4.0",
|
2020-04-20 08:49:12 +02:00
|
|
|
"@types/video.js": "^7.3.8",
|
2020-11-19 11:12:01 +01:00
|
|
|
"@types/webtorrent": "^0.109.0",
|
2022-02-09 13:56:11 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.11.0",
|
|
|
|
"@typescript-eslint/parser": "5.11.0",
|
2021-08-30 16:24:25 +02:00
|
|
|
"@wdio/browserstack-service": "^7.11.1",
|
|
|
|
"@wdio/cli": "^7.11.1",
|
|
|
|
"@wdio/local-runner": "^7.11.1",
|
|
|
|
"@wdio/mocha-framework": "^7.11.1",
|
|
|
|
"@wdio/spec-reporter": "^7.10.1",
|
2022-02-09 13:56:11 +01:00
|
|
|
"angular2-hotkeys": "^13.1.0",
|
2022-01-14 14:28:20 +01:00
|
|
|
"angularx-qrcode": "13.0.3",
|
2021-09-01 15:55:54 +02:00
|
|
|
"babel-loader": "^8.2.2",
|
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",
|
2021-08-26 09:00:08 +02:00
|
|
|
"chart.js": "^3.5.1",
|
2022-02-23 09:23:39 +01:00
|
|
|
"chromedriver": "^98.0.1",
|
2019-07-25 10:44:21 +02:00
|
|
|
"core-js": "^3.1.4",
|
2021-08-06 16:41:08 +02:00
|
|
|
"css-loader": "^6.2.0",
|
2020-11-19 11:12:01 +01:00
|
|
|
"debug": "^4.3.1",
|
2020-05-06 14:48:49 +02:00
|
|
|
"dexie": "^3.0.0",
|
2021-11-22 16:06:30 +01:00
|
|
|
"eslint": "^8.2.0",
|
2022-01-14 14:28:20 +01:00
|
|
|
"eslint-plugin-import": "2.25.4",
|
2021-11-10 16:11:28 +01:00
|
|
|
"eslint-plugin-jsdoc": "^37.0.3",
|
2021-08-17 14:42:53 +02:00
|
|
|
"eslint-plugin-prefer-arrow": "latest",
|
2021-08-30 16:24:25 +02:00
|
|
|
"expect-webdriverio": "^3.1.2",
|
2019-07-25 10:44:21 +02:00
|
|
|
"focus-visible": "^5.0.2",
|
2021-12-24 15:05:48 +01:00
|
|
|
"geckodriver": "^3.0.1",
|
2021-08-03 11:51:49 +02:00
|
|
|
"hls.js": "^1.0.7",
|
2021-11-10 16:14:16 +01:00
|
|
|
"html-loader": "^3.0.1",
|
2021-05-14 16:56:44 +02:00
|
|
|
"html-webpack-plugin": "^5.3.1",
|
2018-06-28 15:53:04 +02:00
|
|
|
"https-browserify": "^1.0.0",
|
2018-07-10 17:47:56 +02:00
|
|
|
"jschannel": "^1.0.2",
|
2021-10-12 15:16:31 +02:00
|
|
|
"linkify-html": "^3.0.2",
|
|
|
|
"linkify-plugin-mention": "^3.0.2",
|
|
|
|
"linkifyjs": "^3.0.2",
|
2017-12-20 09:04:52 +01:00
|
|
|
"lodash-es": "^4.17.4",
|
2022-01-14 14:28:20 +01:00
|
|
|
"markdown-it": "12.3.2",
|
2021-08-06 16:41:08 +02:00
|
|
|
"mini-css-extract-plugin": "^2.2.0",
|
2022-01-18 09:29:46 +01:00
|
|
|
"ngx-uploadx": "^5.0.0",
|
2018-06-28 15:53:04 +02:00
|
|
|
"path-browserify": "^1.0.0",
|
2021-11-10 16:14:16 +01:00
|
|
|
"postcss": "^8.3.11",
|
2021-11-10 16:11:28 +01:00
|
|
|
"primeng": "^13.0.0-rc.1",
|
2018-06-28 15:53:04 +02:00
|
|
|
"process": "^0.11.10",
|
2017-10-09 14:40:05 +02:00
|
|
|
"purify-css": "^1.2.5",
|
2022-02-09 13:56:11 +01:00
|
|
|
"querystring": "^0.2.1",
|
2021-08-17 14:31:30 +02:00
|
|
|
"raw-loader": "^4.0.2",
|
2021-08-06 16:41:08 +02:00
|
|
|
"rxjs": "^7.3.0",
|
2020-11-19 11:12:01 +01:00
|
|
|
"sanitize-html": "^2.1.2",
|
2021-05-27 09:50:58 +02:00
|
|
|
"sass": "^1.34.0",
|
2021-08-06 16:41:08 +02:00
|
|
|
"sass-loader": "^12.1.0",
|
2020-11-10 10:36:50 +01:00
|
|
|
"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-11-10 16:11:28 +01:00
|
|
|
"stylelint": "^14.0.1",
|
|
|
|
"stylelint-config-sass-guidelines": "^9.0.1",
|
2021-05-14 16:56:44 +02:00
|
|
|
"terser-webpack-plugin": "^5.1.2",
|
2021-05-27 09:50:58 +02:00
|
|
|
"ts-loader": "^9.2.2",
|
2020-06-05 10:05:29 +02:00
|
|
|
"tslib": "^2.0.0",
|
2021-11-10 16:14:16 +01:00
|
|
|
"typescript": "~4.4.4",
|
2022-02-09 13:56:11 +01:00
|
|
|
"url": "^0.11.0",
|
2018-09-21 09:18:28 +02:00
|
|
|
"video.js": "^7",
|
2021-12-24 15:05:48 +01:00
|
|
|
"videojs-dock": "^3.0.0",
|
2019-10-21 16:53:46 +02:00
|
|
|
"videostream": "~3.2.1",
|
2021-08-30 16:24:25 +02:00
|
|
|
"wdio-chromedriver-service": "^7.2.0",
|
|
|
|
"wdio-geckodriver-service": "^2.0.3",
|
2022-01-03 15:18:57 +01:00
|
|
|
"webpack": "^5.65.0",
|
2021-05-27 09:50:58 +02:00
|
|
|
"webpack-bundle-analyzer": "^4.4.2",
|
2021-05-14 16:56:44 +02:00
|
|
|
"webpack-cli": "^4.7.0",
|
2021-08-06 16:41:08 +02:00
|
|
|
"webtorrent": "^1.3.8",
|
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-08-27 11:30:08 +02:00
|
|
|
},
|
2022-01-03 15:18:57 +01:00
|
|
|
"dependencies": {}
|
2021-05-14 16:56:44 +02:00
|
|
|
}
|