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