]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Add lazy loading in player
[github/Chocobozzz/PeerTube.git] / client / package.json
CommitLineData
6f4e2522
C
1{
2 "name": "peertube-client",
f5305c04 3 "version": "1.2.0",
6f4e2522
C
4 "private": true,
5 "licence": "GPLv3",
6 "author": {
25378bc8
C
7 "name": "Chocobozzz",
8 "email": "chocobozzz@cpy.re",
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": {
902aa3a0 16 "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'",
1840c2f7 17 "webpack": "webpack",
c2ff2201 18 "tslint": "tslint",
7bfd1b1e 19 "ng": "ng",
3ea9a1c3 20 "postinstall": "npm rebuild node-sass",
5f92c4dc 21 "webpack-bundle-analyzer": "webpack-bundle-analyzer",
989e526a 22 "webdriver-manager": "webdriver-manager",
7f5f4152 23 "ngx-extractor": "ngx-extractor",
b0c36821 24 "test": "jest --no-cache"
6f4e2522 25 },
230809ef 26 "license": "GPLv3",
fbad87b0 27 "typings": "*.d.ts",
c7b0dacb 28 "resolutions": {
960a11e8 29 "video.js": "^7",
f79cfff2
C
30 "webtorrent/create-torrent/junk": "^1",
31 "simple-get": "^2.8.1"
c7b0dacb 32 },
7f5f4152 33 "jest": {
b0c36821
J
34 "globals": {
35 "ts-jest": {
36 "tsConfigFile": "<rootDir>/src/tsconfig.spec.json"
37 },
38 "__TRANSFORM_HTML__": true
39 },
7f5f4152 40 "transform": {
b0c36821 41 "^.+\\.(ts|js|html)$": "<rootDir>/node_modules/jest-preset-angular/preprocessor.js"
7f5f4152
BJ
42 },
43 "moduleNameMapper": {
b0c36821
J
44 "^@app/(.*)": "<rootDir>/src/app/$1",
45 "environments/(.*)": "<rootDir>/src/environments/$1"
7f5f4152 46 },
b0c36821
J
47 "testMatch": [
48 "**/__tests__/**/*.+(ts|js)?(x)",
49 "**/+(*.)+(spec|test).+(ts|js)?(x)"
50 ],
7f5f4152
BJ
51 "moduleFileExtensions": [
52 "ts",
53 "tsx",
54 "js",
55 "jsx",
56 "json",
57 "node"
b0c36821
J
58 ],
59 "transformIgnorePatterns": [
60 "<rootDir>/node_modules/(?!lodash-es/)"
61 ],
62 "preset": "jest-preset-angular",
63 "setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts"
7f5f4152 64 },
ec61fb7e 65 "devDependencies": {
06471769
C
66 "@angular-devkit/build-angular": "~0.11.1",
67 "@angular/animations": "~7.1.1",
68 "@angular/cli": "~7.1.1",
69 "@angular/common": "~7.1.1",
70 "@angular/compiler": "~7.1.1",
71 "@angular/compiler-cli": "~7.1.1",
72 "@angular/core": "~7.1.1",
73 "@angular/forms": "~7.1.1",
74 "@angular/http": "~7.1.1",
75 "@angular/language-service": "~7.1.1",
76 "@angular/platform-browser": "~7.1.1",
77 "@angular/platform-browser-dynamic": "~7.1.1",
78 "@angular/router": "~7.1.1",
79 "@angular/service-worker": "~7.1.1",
77d07d69 80 "@angularclass/hmr": "^2.1.3",
b34a444e 81 "@neos21/bootstrap3-glyphicons": "^1.0.1",
79c2480f 82 "@ng-bootstrap/ng-bootstrap": "^4.0.0",
06471769
C
83 "@ngx-loading-bar/core": "^3.0.0",
84 "@ngx-loading-bar/http-client": "^3.0.0",
85 "@ngx-loading-bar/router": "^3.0.0",
54c3a22f 86 "@ngx-meta/core": "^6.0.0-rc.1",
989e526a 87 "@ngx-translate/i18n-polyfill": "^1.0.0",
2adfc7ea 88 "@streamroot/videojs-hlsjs-plugin": "^1.0.7",
20e6c7c9 89 "@types/core-js": "^2.5.0",
3b6f205c 90 "@types/hls.js": "^0.12.0",
74af5a83
C
91 "@types/jasmine": "^2.8.7",
92 "@types/jasminewd2": "^2.0.3",
7f5f4152 93 "@types/jest": "^23.3.1",
99941732 94 "@types/jschannel": "^1.0.0",
24a8e782 95 "@types/lodash-es": "^4.17.0",
52831c6f
C
96 "@types/markdown-it": "^0.0.5",
97 "@types/node": "^10.9.2",
ae04a0ce 98 "@types/sanitize-html": "1.18.0",
2f1548fd 99 "@types/socket.io-client": "^1.4.32",
c199c427 100 "@types/video.js": "^7.2.5",
ec61fb7e 101 "@types/webtorrent": "^0.98.4",
ee1fc23a 102 "angular2-hotkeys": "^2.1.2",
ae04a0ce 103 "awesome-typescript-loader": "5.2.1",
b34a444e 104 "bootstrap": "^4.1.3",
3ea9a1c3 105 "buffer": "^5.1.0",
52831c6f
C
106 "cache-chunk-store": "^3.0.0",
107 "codelyzer": "^4.4.4",
d268c551 108 "core-js": "^2.4.1",
20e6c7c9 109 "css-loader": "^1.0.0",
407eab9c 110 "dexie": "^2.0.4",
fc9e6624 111 "extract-text-webpack-plugin": "4.0.0-beta.0",
52831c6f 112 "file-loader": "^2.0.0",
ae04a0ce 113 "focus-visible": "^4.1.5",
3b6f205c 114 "hls.js": "^0.12.2",
99941732 115 "html-loader": "^0.5.5",
20e6c7c9 116 "html-webpack-plugin": "^3.2.0",
3ea9a1c3 117 "https-browserify": "^1.0.0",
74af5a83
C
118 "jasmine-core": "^3.1.0",
119 "jasmine-spec-reporter": "^4.2.1",
7f5f4152 120 "jest": "^23.5.0",
b0c36821 121 "jest-preset-angular": "^6.0.0",
99941732 122 "jschannel": "^1.0.2",
52831c6f 123 "karma": "^3.0.0",
74af5a83 124 "karma-chrome-launcher": "^2.2.0",
52831c6f 125 "karma-coverage-istanbul-reporter": "^2.0.2",
74af5a83 126 "karma-jasmine": "^1.1.2",
52831c6f 127 "karma-jasmine-html-reporter": "^1.3.1",
e8cb4409 128 "linkifyjs": "^2.1.5",
24a8e782 129 "lodash-es": "^4.17.4",
9d9597df 130 "markdown-it": "^8.4.0",
ae04a0ce
C
131 "ngx-chips": "1.9.7",
132 "ngx-clipboard": "11.1.7",
54c3a22f 133 "ngx-pipes": "^2.1.7",
20e6c7c9 134 "ngx-qrcode2": "^0.0.9",
52831c6f 135 "node-sass": "^4.9.3",
63c4db6d 136 "npm-font-source-sans-pro": "^1.0.2",
2adfc7ea 137 "p2p-media-loader-hlsjs": "^0.3.0",
3ea9a1c3 138 "path-browserify": "^1.0.0",
06471769 139 "primeng": "^7.0.0",
3ea9a1c3 140 "process": "^0.11.10",
74af5a83 141 "protractor": "^5.3.2",
ec61fb7e
C
142 "purify-css": "^1.2.5",
143 "purifycss-webpack": "^0.7.0",
4a6995be 144 "raw-loader": "^0.5.1",
83422c21 145 "rxjs": "^6.3.3",
52831c6f
C
146 "sanitize-html": "^1.18.4",
147 "sass-loader": "^7.1.0",
79f068df 148 "sass-resources-loader": "^2.0.0",
2f1548fd 149 "socket.io-client": "^2.2.0",
ae04a0ce 150 "stream-browserify": "^2.0.1",
79f068df 151 "stream-http": "^3.0.0",
ae04a0ce 152 "terser-webpack-plugin": "^1.1.0",
7f5f4152 153 "ts-jest": "^23.1.4",
b0f9f39e 154 "tslint": "^5.7.0",
f2659ae0 155 "tslint-config-standard": "^8.0.1",
83422c21 156 "typescript": "3.1.6",
ae04a0ce
C
157 "video.js": "^7",
158 "videojs-contextmenu-ui": "^5.0.0",
2adfc7ea 159 "videojs-contrib-quality-levels": "^2.0.9",
3bb2c7f9 160 "videojs-dock": "^2.0.2",
b891f9bc 161 "videojs-hotkeys": "^0.2.21",
ae04a0ce 162 "webpack-bundle-analyzer": "^3.0.2",
20e6c7c9 163 "webpack-cli": "^3.0.8",
5e77a5de 164 "webtorrent": "https://github.com/webtorrent/webtorrent#e9b209c7970816fc29e0cc871157a4918d66001d",
ae04a0ce
C
165 "whatwg-fetch": "^3.0.0",
166 "zone.js": "~0.8.5"
6f4e2522 167 }
e822fdae 168}