2016-03-07 08:48:46 -05:00
|
|
|
{
|
|
|
|
"name": "peertube-client",
|
2022-06-28 08:31:07 -04:00
|
|
|
"version": "4.2.2",
|
2016-03-07 08:48:46 -05:00
|
|
|
"private": true,
|
2019-12-17 09:19:42 -05:00
|
|
|
"license": "AGPL-3.0",
|
2016-03-07 08:48:46 -05:00
|
|
|
"author": {
|
2018-10-03 10:43:57 -04:00
|
|
|
"name": "Chocobozzz",
|
2020-11-12 05:12:41 -05:00
|
|
|
"email": "chocobozzz@framasoft.org",
|
2016-03-07 08:48:46 -05:00
|
|
|
"url": "http://github.com/Chocobozzz"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-08-16 04:57:57 -04:00
|
|
|
"url": "git+https://github.com/Chocobozzz/PeerTube.git"
|
2016-03-07 08:48:46 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-01-21 08:28:28 -05:00
|
|
|
"lint": "npm run lint-ts && npm run lint-scss",
|
2021-08-17 08:42:53 -04:00
|
|
|
"lint-ts": "eslint --ext .ts src/standalone/**/*.ts && npm run ng lint",
|
2021-04-28 10:41:07 -04:00
|
|
|
"lint-scss": "stylelint 'src/**/*.scss'",
|
2017-06-11 09:19:43 -04:00
|
|
|
"webpack": "webpack",
|
2021-08-17 08:42:53 -04:00
|
|
|
"eslint": "eslint",
|
2017-12-12 05:38:02 -05:00
|
|
|
"ng": "ng",
|
2018-05-17 04:55:01 -04:00
|
|
|
"webpack-bundle-analyzer": "webpack-bundle-analyzer",
|
2018-05-31 12:12:15 -04:00
|
|
|
"webdriver-manager": "webdriver-manager",
|
2020-01-21 08:28:28 -05:00
|
|
|
"ngx-extractor": "ngx-extractor",
|
2021-04-28 10:41:07 -04:00
|
|
|
"stylelint": "stylelint"
|
2016-03-07 08:48:46 -05:00
|
|
|
},
|
2018-08-02 09:34:09 -04:00
|
|
|
"typings": "*.d.ts",
|
2017-10-09 08:40:05 -04:00
|
|
|
"devDependencies": {
|
2022-06-13 08:05:46 -04:00
|
|
|
"@angular-devkit/build-angular": "^14.0.1",
|
2022-07-27 09:03:09 -04:00
|
|
|
"@angular-eslint/builder": "14.0.2",
|
|
|
|
"@angular-eslint/eslint-plugin": "14.0.2",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "14.0.2",
|
|
|
|
"@angular-eslint/schematics": "14.0.2",
|
|
|
|
"@angular-eslint/template-parser": "14.0.2",
|
2022-06-13 08:05:46 -04:00
|
|
|
"@angular/animations": "^14.0.1",
|
|
|
|
"@angular/cdk": "^14.0.1",
|
|
|
|
"@angular/cli": "^14.0.1",
|
|
|
|
"@angular/common": "^14.0.1",
|
|
|
|
"@angular/compiler": "^14.0.1",
|
|
|
|
"@angular/compiler-cli": "^14.0.1",
|
|
|
|
"@angular/core": "^14.0.1",
|
|
|
|
"@angular/forms": "^14.0.1",
|
|
|
|
"@angular/localize": "^14.0.1",
|
|
|
|
"@angular/platform-browser": "^14.0.1",
|
|
|
|
"@angular/platform-browser-dynamic": "^14.0.1",
|
|
|
|
"@angular/router": "^14.0.1",
|
|
|
|
"@angular/service-worker": "^14.0.1",
|
|
|
|
"@babel/core": "^7.18.5",
|
|
|
|
"@babel/preset-env": "^7.18.2",
|
2022-06-08 10:14:24 -04:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "^12.1.2",
|
2022-06-13 08:05:46 -04:00
|
|
|
"@ng-select/ng-select": "^9.0.1",
|
2021-12-24 09:05:48 -05:00
|
|
|
"@ngx-loading-bar/core": "^6.0.0",
|
|
|
|
"@ngx-loading-bar/http-client": "^6.0.0",
|
|
|
|
"@ngx-loading-bar/router": "^6.0.0",
|
2022-07-21 06:08:47 -04:00
|
|
|
"@peertube/p2p-media-loader-core": "^1.0.13",
|
|
|
|
"@peertube/p2p-media-loader-hlsjs": "^1.0.13",
|
2021-10-26 04:52:14 -04:00
|
|
|
"@peertube/videojs-contextmenu": "^5.5.0",
|
2021-11-29 03:29:36 -05:00
|
|
|
"@peertube/xliffmerge": "^2.0.3",
|
2022-06-08 10:14:24 -04:00
|
|
|
"@popperjs/core": "^2.11.5",
|
2022-06-13 08:05:46 -04:00
|
|
|
"@types/chart.js": "^2.9.37",
|
2019-07-25 04:44:21 -04:00
|
|
|
"@types/core-js": "^2.5.2",
|
2020-01-06 07:06:13 -05:00
|
|
|
"@types/debug": "^4.1.5",
|
2018-07-10 11:47:56 -04:00
|
|
|
"@types/jschannel": "^1.0.0",
|
2019-07-25 04:44:21 -04:00
|
|
|
"@types/linkifyjs": "^2.1.2",
|
2017-12-20 03:04:52 -05:00
|
|
|
"@types/lodash-es": "^4.17.0",
|
2021-02-03 05:44:43 -05:00
|
|
|
"@types/markdown-it": "^12.0.1",
|
2022-06-13 08:05:46 -04:00
|
|
|
"@types/node": "^17.0.42",
|
2022-02-09 07:56:11 -05:00
|
|
|
"@types/sanitize-html": "2.6.2",
|
2020-11-10 04:36:50 -05:00
|
|
|
"@types/sha.js": "^2.4.0",
|
2022-06-13 08:05:46 -04:00
|
|
|
"@types/video.js": "^7.3.40",
|
2020-11-19 05:12:01 -05:00
|
|
|
"@types/webtorrent": "^0.109.0",
|
2022-07-27 09:03:09 -04:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.31.0",
|
|
|
|
"@typescript-eslint/parser": "5.31.0",
|
2022-06-13 08:05:46 -04:00
|
|
|
"@wdio/browserstack-service": "^7.20.2",
|
|
|
|
"@wdio/cli": "^7.20.2",
|
|
|
|
"@wdio/local-runner": "^7.20.2",
|
|
|
|
"@wdio/mocha-framework": "^7.20.0",
|
|
|
|
"@wdio/spec-reporter": "^7.20.0",
|
2022-02-09 07:56:11 -05:00
|
|
|
"angular2-hotkeys": "^13.1.0",
|
2022-06-13 08:05:46 -04:00
|
|
|
"angularx-qrcode": "14.0.0",
|
|
|
|
"babel-loader": "^8.2.5",
|
2022-06-08 10:14:24 -04:00
|
|
|
"bootstrap": "^5.1.3",
|
2021-05-14 10:56:44 -04:00
|
|
|
"buffer": "^6.0.3",
|
2018-08-27 05:45:58 -04:00
|
|
|
"cache-chunk-store": "^3.0.0",
|
2022-06-13 08:05:46 -04:00
|
|
|
"chart.js": "^3.8.0",
|
2022-04-08 04:22:56 -04:00
|
|
|
"chartjs-plugin-zoom": "^1.2.1",
|
2022-07-27 09:03:09 -04:00
|
|
|
"chromedriver": "^103.0.0",
|
2022-06-13 08:05:46 -04:00
|
|
|
"core-js": "^3.22.8",
|
2021-08-06 10:41:08 -04:00
|
|
|
"css-loader": "^6.2.0",
|
2020-11-19 05:12:01 -05:00
|
|
|
"debug": "^4.3.1",
|
2022-06-13 08:05:46 -04:00
|
|
|
"dexie": "^3.2.2",
|
|
|
|
"eslint": "^8.17.0",
|
|
|
|
"eslint-plugin-import": "2.26.0",
|
|
|
|
"eslint-plugin-jsdoc": "^39.3.2",
|
2021-08-17 08:42:53 -04:00
|
|
|
"eslint-plugin-prefer-arrow": "latest",
|
2022-05-20 05:49:11 -04:00
|
|
|
"expect-webdriverio": "^3.4.0",
|
2019-07-25 04:44:21 -04:00
|
|
|
"focus-visible": "^5.0.2",
|
2021-12-24 09:05:48 -05:00
|
|
|
"geckodriver": "^3.0.1",
|
2022-07-27 09:03:09 -04:00
|
|
|
"hls.js": "1.2.0",
|
|
|
|
"html-loader": "^4.1.0",
|
2021-05-14 10:56:44 -04:00
|
|
|
"html-webpack-plugin": "^5.3.1",
|
2018-06-28 09:53:04 -04:00
|
|
|
"https-browserify": "^1.0.0",
|
2022-06-13 08:05:46 -04:00
|
|
|
"intl-messageformat": "^10.1.0",
|
2018-07-10 11:47:56 -04:00
|
|
|
"jschannel": "^1.0.2",
|
2021-10-12 09:16:31 -04:00
|
|
|
"linkify-html": "^3.0.2",
|
|
|
|
"linkify-plugin-mention": "^3.0.2",
|
|
|
|
"linkifyjs": "^3.0.2",
|
2017-12-20 03:04:52 -05:00
|
|
|
"lodash-es": "^4.17.4",
|
2022-06-13 08:05:46 -04:00
|
|
|
"markdown-it": "13.0.1",
|
2021-08-06 10:41:08 -04:00
|
|
|
"mini-css-extract-plugin": "^2.2.0",
|
2022-06-13 08:05:46 -04:00
|
|
|
"ngx-uploadx": "^5.1.0",
|
2018-06-28 09:53:04 -04:00
|
|
|
"path-browserify": "^1.0.0",
|
2022-06-13 08:05:46 -04:00
|
|
|
"postcss": "^8.4.14",
|
2022-07-27 09:03:09 -04:00
|
|
|
"primeng": "^14.0.0",
|
2018-06-28 09:53:04 -04:00
|
|
|
"process": "^0.11.10",
|
2017-10-09 08:40:05 -04:00
|
|
|
"purify-css": "^1.2.5",
|
2022-02-09 07:56:11 -05:00
|
|
|
"querystring": "^0.2.1",
|
2021-08-17 08:31:30 -04:00
|
|
|
"raw-loader": "^4.0.2",
|
2021-08-06 10:41:08 -04:00
|
|
|
"rxjs": "^7.3.0",
|
2020-11-19 05:12:01 -05:00
|
|
|
"sanitize-html": "^2.1.2",
|
2022-06-13 08:05:46 -04:00
|
|
|
"sass": "^1.52.3",
|
|
|
|
"sass-loader": "^13.0.0",
|
2020-11-10 04:36:50 -05:00
|
|
|
"sha.js": "^2.4.11",
|
2022-06-13 08:05:46 -04:00
|
|
|
"socket.io-client": "^4.5.1",
|
2020-05-06 08:48:49 -04:00
|
|
|
"stream-browserify": "^3.0.0",
|
2018-11-15 04:25:33 -05:00
|
|
|
"stream-http": "^3.0.0",
|
2022-06-13 08:05:46 -04:00
|
|
|
"stylelint": "^14.9.1",
|
2021-11-10 10:11:28 -05:00
|
|
|
"stylelint-config-sass-guidelines": "^9.0.1",
|
2022-06-13 08:05:46 -04:00
|
|
|
"ts-loader": "^9.3.0",
|
|
|
|
"tslib": "^2.4.0",
|
|
|
|
"typescript": "~4.7.3",
|
2022-02-09 07:56:11 -05:00
|
|
|
"url": "^0.11.0",
|
2022-06-13 08:05:46 -04:00
|
|
|
"video.js": "^7.19.2",
|
2019-10-21 10:53:46 -04:00
|
|
|
"videostream": "~3.2.1",
|
2022-05-20 05:49:11 -04:00
|
|
|
"wdio-chromedriver-service": "^7.3.2",
|
2022-07-27 09:03:09 -04:00
|
|
|
"wdio-geckodriver-service": "^3.0.2",
|
2022-06-13 08:05:46 -04:00
|
|
|
"webpack": "^5.73.0",
|
2021-05-27 03:50:58 -04:00
|
|
|
"webpack-bundle-analyzer": "^4.4.2",
|
2022-06-13 08:05:46 -04:00
|
|
|
"webpack-cli": "^4.10.0",
|
|
|
|
"webtorrent": "^1.8.22",
|
2018-09-21 03:18:28 -04:00
|
|
|
"whatwg-fetch": "^3.0.0",
|
2021-05-14 09:20:58 -04:00
|
|
|
"zone.js": "~0.11.4"
|
2021-08-27 05:30:08 -04:00
|
|
|
},
|
2022-01-03 09:18:57 -05:00
|
|
|
"dependencies": {}
|
2021-05-14 10:56:44 -04:00
|
|
|
}
|