2016-03-07 14:48:46 +01:00
|
|
|
{
|
|
|
|
"name": "peertube-client",
|
2024-07-16 09:00:02 +02:00
|
|
|
"version": "6.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",
|
2023-07-31 14:34:36 +02:00
|
|
|
"lint-ts": "eslint --cache --ext .ts src/standalone/**/*.ts && npm run ng lint",
|
2021-04-28 16:41:07 +02:00
|
|
|
"lint-scss": "stylelint 'src/**/*.scss'",
|
2021-08-17 14:42:53 +02:00
|
|
|
"eslint": "eslint",
|
2017-12-12 11:38:02 +01:00
|
|
|
"ng": "ng",
|
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
|
|
|
},
|
2024-06-24 10:15:25 +02:00
|
|
|
"browser": {
|
|
|
|
"net": false,
|
|
|
|
"stream": false,
|
|
|
|
"os": false,
|
|
|
|
"util": false
|
|
|
|
},
|
2023-07-31 14:34:36 +02:00
|
|
|
"workspaces": [
|
|
|
|
"../packages/*"
|
|
|
|
],
|
2018-08-02 15:34:09 +02:00
|
|
|
"typings": "*.d.ts",
|
2017-10-09 14:40:05 +02:00
|
|
|
"devDependencies": {
|
2024-06-27 14:34:18 +02:00
|
|
|
"@angular-devkit/build-angular": "^18.0.6",
|
2024-06-24 10:15:25 +02:00
|
|
|
"@angular-eslint/builder": "^18.0.1",
|
|
|
|
"@angular-eslint/eslint-plugin": "^18.0.1",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "^18.0.1",
|
|
|
|
"@angular-eslint/schematics": "^18.0.1",
|
|
|
|
"@angular-eslint/template-parser": "^18.0.1",
|
|
|
|
"@angular/animations": "^18.0.4",
|
|
|
|
"@angular/build": "^18.0.5",
|
|
|
|
"@angular/cdk": "^18.0.4",
|
|
|
|
"@angular/cli": "^18.0.5",
|
|
|
|
"@angular/common": "^18.0.4",
|
|
|
|
"@angular/compiler": "^18.0.4",
|
|
|
|
"@angular/compiler-cli": "^18.0.4",
|
|
|
|
"@angular/core": "^18.0.4",
|
|
|
|
"@angular/forms": "^18.0.4",
|
|
|
|
"@angular/localize": "^18.0.4",
|
|
|
|
"@angular/platform-browser": "^18.0.4",
|
|
|
|
"@angular/platform-browser-dynamic": "^18.0.4",
|
|
|
|
"@angular/router": "^18.0.4",
|
|
|
|
"@angular/service-worker": "^18.0.4",
|
2024-06-24 09:57:06 +02:00
|
|
|
"@formatjs/intl-locale": "^4.0.0",
|
2023-06-06 14:32:47 +02:00
|
|
|
"@formatjs/intl-pluralrules": "^5.2.2",
|
2024-06-24 09:57:06 +02:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
|
|
|
|
"@ng-select/ng-select": "^13.3.0",
|
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",
|
2023-01-19 09:30:05 +01:00
|
|
|
"@peertube/maildev": "^1.2.0",
|
2024-07-02 10:45:42 +02:00
|
|
|
"@peertube/p2p-media-loader-core": "^1.0.20",
|
|
|
|
"@peertube/p2p-media-loader-hlsjs": "^1.0.20",
|
2021-11-29 09:29:36 +01:00
|
|
|
"@peertube/xliffmerge": "^2.0.3",
|
2022-06-08 16:14:24 +02:00
|
|
|
"@popperjs/core": "^2.11.5",
|
2022-06-13 14:05:46 +02:00
|
|
|
"@types/chart.js": "^2.9.37",
|
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",
|
2024-06-24 09:57:06 +02:00
|
|
|
"@types/markdown-it": "^14.1.1",
|
2023-02-16 15:17:40 +01:00
|
|
|
"@types/node": "^18.13.0",
|
2024-01-05 10:12:28 +01:00
|
|
|
"@types/qrcode": "^1.5.5",
|
2024-02-21 16:23:37 +01:00
|
|
|
"@types/sanitize-html": "2.11.0",
|
2020-11-10 10:36:50 +01:00
|
|
|
"@types/sha.js": "^2.4.0",
|
2022-06-13 14:05:46 +02:00
|
|
|
"@types/video.js": "^7.3.40",
|
2024-02-21 16:23:37 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
|
|
|
"@typescript-eslint/parser": "^7.0.2",
|
2023-05-25 08:46:13 +02:00
|
|
|
"@wdio/browserstack-service": "^8.10.5",
|
|
|
|
"@wdio/cli": "^8.10.5",
|
|
|
|
"@wdio/local-runner": "^8.10.5",
|
|
|
|
"@wdio/mocha-framework": "^8.10.4",
|
|
|
|
"@wdio/shared-store-service": "^8.10.5",
|
|
|
|
"@wdio/spec-reporter": "^8.10.5",
|
2024-06-24 09:57:06 +02:00
|
|
|
"angularx-qrcode": "17.0.1",
|
2022-06-08 16:14:24 +02:00
|
|
|
"bootstrap": "^5.1.3",
|
2021-05-14 16:56:44 +02:00
|
|
|
"buffer": "^6.0.3",
|
2023-05-25 10:04:32 +02:00
|
|
|
"chart.js": "^4.3.0",
|
|
|
|
"chartjs-plugin-zoom": "~2.0.1",
|
2022-06-13 14:05:46 +02:00
|
|
|
"core-js": "^3.22.8",
|
2020-11-19 11:12:01 +01:00
|
|
|
"debug": "^4.3.1",
|
2023-02-16 14:17:00 +01:00
|
|
|
"eslint": "^8.28.0",
|
2024-02-21 16:23:37 +01:00
|
|
|
"eslint-plugin-import": "2.29.1",
|
|
|
|
"eslint-plugin-jsdoc": "^48.1.0",
|
2021-08-17 14:42:53 +02:00
|
|
|
"eslint-plugin-prefer-arrow": "latest",
|
2023-05-25 08:46:13 +02:00
|
|
|
"expect-webdriverio": "^4.2.3",
|
2024-06-24 10:15:25 +02:00
|
|
|
"hls.js": "~1.5.11",
|
2022-06-13 14:05:46 +02:00
|
|
|
"intl-messageformat": "^10.1.0",
|
2018-07-10 17:47:56 +02:00
|
|
|
"jschannel": "^1.0.2",
|
2022-11-15 14:17:14 +01:00
|
|
|
"linkify-html": "^4.0.2",
|
|
|
|
"linkifyjs": "^4.0.2",
|
2017-12-20 09:04:52 +01:00
|
|
|
"lodash-es": "^4.17.4",
|
2024-06-24 09:57:06 +02:00
|
|
|
"markdown-it": "14.1.0",
|
2024-02-22 10:12:04 +01:00
|
|
|
"markdown-it-emoji": "^3.0.0",
|
2023-05-23 11:15:00 +02:00
|
|
|
"ngx-uploadx": "^6.1.0",
|
2024-01-05 10:12:28 +01:00
|
|
|
"primeng": "^17.3.1",
|
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",
|
2020-11-10 10:36:50 +01:00
|
|
|
"sha.js": "^2.4.11",
|
2022-11-28 09:16:34 +01:00
|
|
|
"socket.io-client": "^4.5.4",
|
2024-02-21 16:23:37 +01:00
|
|
|
"stylelint": "^16.2.1",
|
|
|
|
"stylelint-config-sass-guidelines": "^11.0.0",
|
2023-10-09 15:33:19 +02:00
|
|
|
"tinykeys": "^2.1.0",
|
2024-06-27 11:48:03 +02:00
|
|
|
"ts-node": "^10.9.2",
|
2022-06-13 14:05:46 +02:00
|
|
|
"tslib": "^2.4.0",
|
2024-06-24 10:15:25 +02:00
|
|
|
"typescript": "~5.4.5",
|
2022-06-13 14:05:46 +02:00
|
|
|
"video.js": "^7.19.2",
|
2024-06-24 10:15:25 +02:00
|
|
|
"vite": "^5.3.1",
|
|
|
|
"vite-plugin-checker": "^0.6.4",
|
|
|
|
"vite-plugin-node-polyfills": "^0.22.0",
|
2024-01-05 09:43:19 +01:00
|
|
|
"zone.js": "~0.14.2"
|
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
|
|
|
}
|