2016-03-07 07:48:46 -06:00
|
|
|
{
|
|
|
|
"name": "peertube-client",
|
2021-07-20 08:08:50 -05:00
|
|
|
"version": "3.3.0",
|
2016-03-07 07:48:46 -06:00
|
|
|
"private": true,
|
2019-12-17 08:19:42 -06:00
|
|
|
"license": "AGPL-3.0",
|
2016-03-07 07:48:46 -06:00
|
|
|
"author": {
|
2018-10-03 09:43:57 -05:00
|
|
|
"name": "Chocobozzz",
|
2020-11-12 04:12:41 -06:00
|
|
|
"email": "chocobozzz@framasoft.org",
|
2016-03-07 07:48:46 -06:00
|
|
|
"url": "http://github.com/Chocobozzz"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-08-16 03:57:57 -05:00
|
|
|
"url": "git+https://github.com/Chocobozzz/PeerTube.git"
|
2016-03-07 07:48:46 -06:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-01-21 07:28:28 -06:00
|
|
|
"lint": "npm run lint-ts && npm run lint-scss",
|
2021-08-17 07:01:51 -05:00
|
|
|
"lint-ts": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'",
|
2021-04-28 09:41:07 -05:00
|
|
|
"lint-scss": "stylelint 'src/**/*.scss'",
|
2017-06-11 08:19:43 -05:00
|
|
|
"webpack": "webpack",
|
2018-02-22 03:41:36 -06:00
|
|
|
"tslint": "tslint",
|
2017-12-12 04:38:02 -06:00
|
|
|
"ng": "ng",
|
2018-05-17 03:55:01 -05:00
|
|
|
"webpack-bundle-analyzer": "webpack-bundle-analyzer",
|
2018-05-31 11:12:15 -05:00
|
|
|
"webdriver-manager": "webdriver-manager",
|
2020-01-21 07:28:28 -06:00
|
|
|
"ngx-extractor": "ngx-extractor",
|
2021-04-28 09:41:07 -05:00
|
|
|
"stylelint": "stylelint"
|
2016-03-07 07:48:46 -06:00
|
|
|
},
|
2018-08-02 08:34:09 -05:00
|
|
|
"typings": "*.d.ts",
|
2017-10-09 07:40:05 -05:00
|
|
|
"devDependencies": {
|
2021-05-14 08:20:58 -05:00
|
|
|
"@angular-devkit/build-angular": "^12.0.0",
|
|
|
|
"@angular/animations": "^12.0.0",
|
2021-05-14 09:29:20 -05:00
|
|
|
"@angular/cdk": "^12.0.0",
|
2021-05-14 08:20:58 -05: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 02:22:10 -05:00
|
|
|
"@neos21/bootstrap3-glyphicons": "^1.0.1",
|
2021-08-06 09:41:08 -05:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "^10.0.0",
|
2021-06-25 08:37:50 -05:00
|
|
|
"@ng-select/ng-select": "^7.0.1",
|
2019-11-07 02:45:14 -06:00
|
|
|
"@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6",
|
2020-06-05 03:07:17 -05:00
|
|
|
"@ngx-i18nsupport/tooling": "^8.0.3",
|
2020-06-26 01:37:26 -05:00
|
|
|
"@ngx-loading-bar/core": "^5.0.0",
|
|
|
|
"@ngx-loading-bar/http-client": "^5.0.0",
|
|
|
|
"@ngx-loading-bar/router": "^5.0.0",
|
2021-08-03 04:51:49 -05:00
|
|
|
"@peertube/p2p-media-loader-core": "^1.0.2",
|
|
|
|
"@peertube/p2p-media-loader-hlsjs": "^1.0.4",
|
2020-03-30 05:06:46 -05:00
|
|
|
"@types/chart.js": "^2.9.16",
|
2019-07-25 03:44:21 -05:00
|
|
|
"@types/core-js": "^2.5.2",
|
2020-01-06 06:06:13 -06:00
|
|
|
"@types/debug": "^4.1.5",
|
2019-07-25 03:44:21 -05:00
|
|
|
"@types/jasmine": "^3.3.15",
|
2018-05-16 12:59:21 -05:00
|
|
|
"@types/jasminewd2": "^2.0.3",
|
2018-07-10 10:47:56 -05:00
|
|
|
"@types/jschannel": "^1.0.0",
|
2019-07-25 03:44:21 -05:00
|
|
|
"@types/linkifyjs": "^2.1.2",
|
2017-12-20 02:04:52 -06:00
|
|
|
"@types/lodash-es": "^4.17.0",
|
2021-02-03 04:44:43 -06:00
|
|
|
"@types/markdown-it": "^12.0.1",
|
2020-06-26 01:37:26 -05:00
|
|
|
"@types/node": "^14.0.14",
|
2021-02-03 04:44:43 -06:00
|
|
|
"@types/sanitize-html": "1.27.1",
|
2020-11-10 03:36:50 -06:00
|
|
|
"@types/sha.js": "^2.4.0",
|
2020-04-20 01:49:12 -05:00
|
|
|
"@types/video.js": "^7.3.8",
|
2020-11-19 04:12:01 -06:00
|
|
|
"@types/webtorrent": "^0.109.0",
|
2018-08-28 02:32:03 -05:00
|
|
|
"angular2-hotkeys": "^2.1.2",
|
2021-02-03 04:44:43 -06:00
|
|
|
"angularx-qrcode": "11.0.0",
|
2018-08-09 02:22:10 -05:00
|
|
|
"bootstrap": "^4.1.3",
|
2021-05-14 09:56:44 -05:00
|
|
|
"buffer": "^6.0.3",
|
2018-08-27 04:45:58 -05:00
|
|
|
"cache-chunk-store": "^3.0.0",
|
2020-01-10 03:11:28 -06:00
|
|
|
"chart.js": "^2.9.3",
|
2020-08-25 07:01:29 -05:00
|
|
|
"codelyzer": "^6.0.0",
|
2019-07-25 03:44:21 -05:00
|
|
|
"core-js": "^3.1.4",
|
2021-08-06 09:41:08 -05:00
|
|
|
"css-loader": "^6.2.0",
|
2020-11-19 04:12:01 -06:00
|
|
|
"debug": "^4.3.1",
|
2020-05-06 07:48:49 -05:00
|
|
|
"dexie": "^3.0.0",
|
2019-07-25 03:44:21 -05:00
|
|
|
"focus-visible": "^5.0.2",
|
2021-08-03 04:51:49 -05:00
|
|
|
"hls.js": "^1.0.7",
|
2021-05-14 09:56:44 -05:00
|
|
|
"html-loader": "^2.1.2",
|
|
|
|
"html-webpack-plugin": "^5.3.1",
|
2018-06-28 08:53:04 -05:00
|
|
|
"https-browserify": "^1.0.0",
|
2021-08-06 09:41:08 -05:00
|
|
|
"jasmine-core": "~3.8.0",
|
2021-04-12 09:51:09 -05:00
|
|
|
"jasmine-spec-reporter": "~7.0.0",
|
2018-07-10 10:47:56 -05:00
|
|
|
"jschannel": "^1.0.2",
|
2021-04-12 09:51:09 -05:00
|
|
|
"karma": "~6.3.2",
|
2020-06-26 01:37:26 -05:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
2020-08-25 07:01:29 -05:00
|
|
|
"karma-jasmine": "~4.0.1",
|
2020-06-26 01:37:26 -05:00
|
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
2018-02-21 09:44:18 -06:00
|
|
|
"linkifyjs": "^2.1.5",
|
2017-12-20 02:04:52 -06:00
|
|
|
"lodash-es": "^4.17.4",
|
2021-08-06 09:41:08 -05:00
|
|
|
"markdown-it": "12.2.0",
|
|
|
|
"mini-css-extract-plugin": "^2.2.0",
|
2021-05-10 04:13:41 -05:00
|
|
|
"ngx-uploadx": "^4.1.0",
|
2018-06-28 08:53:04 -05:00
|
|
|
"path-browserify": "^1.0.0",
|
2021-05-27 02:50:58 -05:00
|
|
|
"primeng": "^12.0.0-rc.1",
|
2018-06-28 08:53:04 -05:00
|
|
|
"process": "^0.11.10",
|
2020-06-26 01:37:26 -05:00
|
|
|
"protractor": "~7.0.0",
|
2017-10-09 07:40:05 -05:00
|
|
|
"purify-css": "^1.2.5",
|
2021-08-17 07:31:30 -05:00
|
|
|
"raw-loader": "^4.0.2",
|
2021-08-06 09:41:08 -05:00
|
|
|
"rxjs": "^7.3.0",
|
2020-11-19 04:12:01 -06:00
|
|
|
"sanitize-html": "^2.1.2",
|
2021-05-27 02:50:58 -05:00
|
|
|
"sass": "^1.34.0",
|
2021-08-06 09:41:08 -05:00
|
|
|
"sass-loader": "^12.1.0",
|
2020-11-10 03:36:50 -06:00
|
|
|
"sha.js": "^2.4.11",
|
2021-04-12 09:51:09 -05:00
|
|
|
"socket.io-client": "^4.0.1",
|
2020-05-06 07:48:49 -05:00
|
|
|
"stream-browserify": "^3.0.0",
|
2018-11-15 03:25:33 -06:00
|
|
|
"stream-http": "^3.0.0",
|
2021-04-28 09:41:07 -05:00
|
|
|
"stylelint": "^13.13.0",
|
|
|
|
"stylelint-config-sass-guidelines": "^8.0.0",
|
2021-05-14 09:56:44 -05:00
|
|
|
"terser-webpack-plugin": "^5.1.2",
|
2021-05-27 02:50:58 -05:00
|
|
|
"ts-loader": "^9.2.2",
|
2020-06-05 03:05:29 -05:00
|
|
|
"tslib": "^2.0.0",
|
2020-06-26 01:37:26 -05:00
|
|
|
"tslint": "~6.1.0",
|
2019-07-25 03:44:21 -05:00
|
|
|
"tslint-angular": "^3.0.2",
|
2020-03-31 08:43:17 -05:00
|
|
|
"tslint-config-standard": "^9.0.0",
|
2021-06-25 08:37:50 -05:00
|
|
|
"typescript": "~4.3.4",
|
2018-09-21 02:18:28 -05:00
|
|
|
"video.js": "^7",
|
2021-04-11 04:00:32 -05:00
|
|
|
"videojs-contextmenu-pt": "^5.4.1",
|
2019-01-23 08:36:45 -06:00
|
|
|
"videojs-contrib-quality-levels": "^2.0.9",
|
2016-11-07 15:35:37 -06:00
|
|
|
"videojs-dock": "^2.0.2",
|
2020-08-03 01:56:17 -05:00
|
|
|
"videojs-hotkeys": "^0.2.27",
|
2019-10-21 09:53:46 -05:00
|
|
|
"videostream": "~3.2.1",
|
2021-05-27 02:50:58 -05:00
|
|
|
"webpack-bundle-analyzer": "^4.4.2",
|
2021-05-14 09:56:44 -05:00
|
|
|
"webpack-cli": "^4.7.0",
|
2021-08-06 09:41:08 -05:00
|
|
|
"webtorrent": "^1.3.8",
|
2018-09-21 02:18:28 -05:00
|
|
|
"whatwg-fetch": "^3.0.0",
|
2021-05-14 08:20:58 -05:00
|
|
|
"zone.js": "~0.11.4"
|
2020-08-04 17:50:07 -05:00
|
|
|
}
|
2021-05-14 09:56:44 -05:00
|
|
|
}
|