]>
Commit | Line | Data |
---|---|---|
6f4e2522 C |
1 | { |
2 | "name": "peertube-client", | |
495c8140 | 3 | "version": "5.0.0-rc.1", |
6f4e2522 | 4 | "private": true, |
478924a0 | 5 | "license": "AGPL-3.0", |
6f4e2522 | 6 | "author": { |
25378bc8 | 7 | "name": "Chocobozzz", |
374e4197 | 8 | "email": "chocobozzz@framasoft.org", |
6f4e2522 C |
9 | "url": "http://github.com/Chocobozzz" |
10 | }, | |
11 | "repository": { | |
12 | "type": "git", | |
52e679ac | 13 | "url": "git+https://github.com/Chocobozzz/PeerTube.git" |
6f4e2522 C |
14 | }, |
15 | "scripts": { | |
a3705089 | 16 | "lint": "npm run lint-ts && npm run lint-scss", |
9df52d66 | 17 | "lint-ts": "eslint --ext .ts src/standalone/**/*.ts && npm run ng lint", |
931d3430 | 18 | "lint-scss": "stylelint 'src/**/*.scss'", |
1840c2f7 | 19 | "webpack": "webpack", |
9df52d66 | 20 | "eslint": "eslint", |
7bfd1b1e | 21 | "ng": "ng", |
5f92c4dc | 22 | "webpack-bundle-analyzer": "webpack-bundle-analyzer", |
989e526a | 23 | "webdriver-manager": "webdriver-manager", |
a3705089 | 24 | "ngx-extractor": "ngx-extractor", |
931d3430 | 25 | "stylelint": "stylelint" |
6f4e2522 | 26 | }, |
fbad87b0 | 27 | "typings": "*.d.ts", |
ec61fb7e | 28 | "devDependencies": { |
f552ca84 | 29 | "@angular-devkit/build-angular": "^14.0.1", |
ec8c188b C |
30 | "@angular-eslint/builder": "^14.0.2", |
31 | "@angular-eslint/eslint-plugin": "^14.0.2", | |
32 | "@angular-eslint/eslint-plugin-template": "^14.0.2", | |
33 | "@angular-eslint/schematics": "^14.0.2", | |
34 | "@angular-eslint/template-parser": "^14.0.2", | |
f552ca84 C |
35 | "@angular/animations": "^14.0.1", |
36 | "@angular/cdk": "^14.0.1", | |
37 | "@angular/cli": "^14.0.1", | |
38 | "@angular/common": "^14.0.1", | |
39 | "@angular/compiler": "^14.0.1", | |
40 | "@angular/compiler-cli": "^14.0.1", | |
41 | "@angular/core": "^14.0.1", | |
42 | "@angular/forms": "^14.0.1", | |
43 | "@angular/localize": "^14.0.1", | |
44 | "@angular/platform-browser": "^14.0.1", | |
45 | "@angular/platform-browser-dynamic": "^14.0.1", | |
46 | "@angular/router": "^14.0.1", | |
47 | "@angular/service-worker": "^14.0.1", | |
48 | "@babel/core": "^7.18.5", | |
49 | "@babel/preset-env": "^7.18.2", | |
ec8c188b | 50 | "@ng-bootstrap/ng-bootstrap": "^13.0.0", |
f552ca84 | 51 | "@ng-select/ng-select": "^9.0.1", |
2b54a986 C |
52 | "@ngx-loading-bar/core": "^6.0.0", |
53 | "@ngx-loading-bar/http-client": "^6.0.0", | |
54 | "@ngx-loading-bar/router": "^6.0.0", | |
a77c5ff3 C |
55 | "@peertube/p2p-media-loader-core": "^1.0.13", |
56 | "@peertube/p2p-media-loader-hlsjs": "^1.0.13", | |
950b3ce7 | 57 | "@peertube/videojs-contextmenu": "^5.5.0", |
735a8705 | 58 | "@peertube/xliffmerge": "^2.0.3", |
4c8749cb | 59 | "@popperjs/core": "^2.11.5", |
f552ca84 | 60 | "@types/chart.js": "^2.9.37", |
41b15c89 | 61 | "@types/core-js": "^2.5.2", |
51b34a11 | 62 | "@types/debug": "^4.1.5", |
99941732 | 63 | "@types/jschannel": "^1.0.0", |
41b15c89 | 64 | "@types/linkifyjs": "^2.1.2", |
24a8e782 | 65 | "@types/lodash-es": "^4.17.0", |
72aa835e | 66 | "@types/markdown-it": "^12.0.1", |
f552ca84 | 67 | "@types/node": "^17.0.42", |
57a9b61a | 68 | "@types/sanitize-html": "2.6.2", |
6d61da4e | 69 | "@types/sha.js": "^2.4.0", |
f552ca84 | 70 | "@types/video.js": "^7.3.40", |
4f926722 | 71 | "@types/webtorrent": "^0.109.0", |
ec8c188b C |
72 | "@typescript-eslint/eslint-plugin": "^5.31.0", |
73 | "@typescript-eslint/parser": "^5.31.0", | |
814e9e07 C |
74 | "@wdio/browserstack-service": "^7.25.2", |
75 | "@wdio/cli": "^7.25.2", | |
76 | "@wdio/local-runner": "^7.25.2", | |
77 | "@wdio/mocha-framework": "^7.25.2", | |
78 | "@wdio/spec-reporter": "^7.25.1", | |
57a9b61a | 79 | "angular2-hotkeys": "^13.1.0", |
f552ca84 | 80 | "angularx-qrcode": "14.0.0", |
6bcb559f | 81 | "babel-loader": "^9.1.0", |
4c8749cb | 82 | "bootstrap": "^5.1.3", |
662351e6 | 83 | "buffer": "^6.0.3", |
52831c6f | 84 | "cache-chunk-store": "^3.0.0", |
f552ca84 | 85 | "chart.js": "^3.8.0", |
3eda9b77 | 86 | "chartjs-plugin-zoom": "^1.2.1", |
27744d8e | 87 | "chromedriver": "^107.0.3", |
f552ca84 | 88 | "core-js": "^3.22.8", |
134006b0 | 89 | "css-loader": "^6.2.0", |
4f926722 | 90 | "debug": "^4.3.1", |
f552ca84 C |
91 | "dexie": "^3.2.2", |
92 | "eslint": "^8.17.0", | |
93 | "eslint-plugin-import": "2.26.0", | |
94 | "eslint-plugin-jsdoc": "^39.3.2", | |
9df52d66 | 95 | "eslint-plugin-prefer-arrow": "latest", |
ff3911ad | 96 | "expect-webdriverio": "^3.4.0", |
41b15c89 | 97 | "focus-visible": "^5.0.2", |
814e9e07 | 98 | "geckodriver": "^3.2.0", |
6bcb559f | 99 | "hls.js": "1.2.7", |
bfcaa9c1 | 100 | "html-loader": "^4.1.0", |
662351e6 | 101 | "html-webpack-plugin": "^5.3.1", |
3ea9a1c3 | 102 | "https-browserify": "^1.0.0", |
f552ca84 | 103 | "intl-messageformat": "^10.1.0", |
99941732 | 104 | "jschannel": "^1.0.2", |
6bcb559f C |
105 | "linkify-html": "^4.0.2", |
106 | "linkify-plugin-mention": "^4.0.2", | |
107 | "linkifyjs": "^4.0.2", | |
24a8e782 | 108 | "lodash-es": "^4.17.4", |
f552ca84 | 109 | "markdown-it": "13.0.1", |
134006b0 | 110 | "mini-css-extract-plugin": "^2.2.0", |
f552ca84 | 111 | "ngx-uploadx": "^5.1.0", |
3ea9a1c3 | 112 | "path-browserify": "^1.0.0", |
f552ca84 | 113 | "postcss": "^8.4.14", |
bfcaa9c1 | 114 | "primeng": "^14.0.0", |
3ea9a1c3 | 115 | "process": "^0.11.10", |
ec61fb7e | 116 | "purify-css": "^1.2.5", |
57a9b61a | 117 | "querystring": "^0.2.1", |
adb8809d | 118 | "raw-loader": "^4.0.2", |
134006b0 | 119 | "rxjs": "^7.3.0", |
4f926722 | 120 | "sanitize-html": "^2.1.2", |
f552ca84 C |
121 | "sass": "^1.52.3", |
122 | "sass-loader": "^13.0.0", | |
6d61da4e | 123 | "sha.js": "^2.4.11", |
f7b00376 | 124 | "socket.io-client": "^4.5.4", |
d170c5c5 | 125 | "stream-browserify": "^3.0.0", |
79f068df | 126 | "stream-http": "^3.0.0", |
f552ca84 | 127 | "stylelint": "^14.9.1", |
9bedf70b | 128 | "stylelint-config-sass-guidelines": "^9.0.1", |
f552ca84 C |
129 | "ts-loader": "^9.3.0", |
130 | "tslib": "^2.4.0", | |
ec8c188b | 131 | "typescript": "~4.8.3", |
57a9b61a | 132 | "url": "^0.11.0", |
f552ca84 | 133 | "video.js": "^7.19.2", |
576ddf64 | 134 | "videostream": "~3.2.1", |
7246e7a9 C |
135 | "wdio-chromedriver-service": "^7.3.2", |
136 | "wdio-geckodriver-service": "^3.0.2", | |
f552ca84 | 137 | "webpack": "^5.73.0", |
fd43faf2 | 138 | "webpack-bundle-analyzer": "^4.4.2", |
f552ca84 | 139 | "webpack-cli": "^4.10.0", |
ab2e90f3 | 140 | "webtorrent": "1.8.26", |
ae04a0ce | 141 | "whatwg-fetch": "^3.0.0", |
6bcb559f | 142 | "zone.js": "~0.12.0" |
40e7ed07 | 143 | }, |
36ebdfac | 144 | "dependencies": {} |
662351e6 | 145 | } |