]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Translate copy magnet URI
[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",
69 "@angular/cli": "~7.3.1",
70 "@angular/common": "~7.2.4",
71 "@angular/compiler": "~7.2.4",
72 "@angular/compiler-cli": "~7.2.4",
73 "@angular/core": "~7.2.4",
74 "@angular/forms": "~7.2.4",
75 "@angular/http": "~7.2.4",
76 "@angular/language-service": "~7.2.4",
77 "@angular/platform-browser": "~7.2.4",
78 "@angular/platform-browser-dynamic": "~7.2.4",
79 "@angular/router": "~7.2.4",
80 "@angular/service-worker": "~7.2.4",
77d07d69 81 "@angularclass/hmr": "^2.1.3",
b34a444e 82 "@neos21/bootstrap3-glyphicons": "^1.0.1",
79c2480f 83 "@ng-bootstrap/ng-bootstrap": "^4.0.0",
06471769
C
84 "@ngx-loading-bar/core": "^3.0.0",
85 "@ngx-loading-bar/http-client": "^3.0.0",
86 "@ngx-loading-bar/router": "^3.0.0",
54c3a22f 87 "@ngx-meta/core": "^6.0.0-rc.1",
989e526a 88 "@ngx-translate/i18n-polyfill": "^1.0.0",
2adfc7ea 89 "@streamroot/videojs-hlsjs-plugin": "^1.0.7",
20e6c7c9 90 "@types/core-js": "^2.5.0",
3b6f205c 91 "@types/hls.js": "^0.12.0",
74af5a83
C
92 "@types/jasmine": "^2.8.7",
93 "@types/jasminewd2": "^2.0.3",
7f5f4152 94 "@types/jest": "^23.3.1",
99941732 95 "@types/jschannel": "^1.0.0",
24a8e782 96 "@types/lodash-es": "^4.17.0",
52831c6f
C
97 "@types/markdown-it": "^0.0.5",
98 "@types/node": "^10.9.2",
ae04a0ce 99 "@types/sanitize-html": "1.18.0",
2f1548fd 100 "@types/socket.io-client": "^1.4.32",
c199c427 101 "@types/video.js": "^7.2.5",
ec61fb7e 102 "@types/webtorrent": "^0.98.4",
ee1fc23a 103 "angular2-hotkeys": "^2.1.2",
ae04a0ce 104 "awesome-typescript-loader": "5.2.1",
b34a444e 105 "bootstrap": "^4.1.3",
3ea9a1c3 106 "buffer": "^5.1.0",
52831c6f
C
107 "cache-chunk-store": "^3.0.0",
108 "codelyzer": "^4.4.4",
d268c551 109 "core-js": "^2.4.1",
20e6c7c9 110 "css-loader": "^1.0.0",
407eab9c 111 "dexie": "^2.0.4",
fc9e6624 112 "extract-text-webpack-plugin": "4.0.0-beta.0",
52831c6f 113 "file-loader": "^2.0.0",
ae04a0ce 114 "focus-visible": "^4.1.5",
3b6f205c 115 "hls.js": "^0.12.2",
99941732 116 "html-loader": "^0.5.5",
20e6c7c9 117 "html-webpack-plugin": "^3.2.0",
3ea9a1c3 118 "https-browserify": "^1.0.0",
74af5a83
C
119 "jasmine-core": "^3.1.0",
120 "jasmine-spec-reporter": "^4.2.1",
7f5f4152 121 "jest": "^23.5.0",
b0c36821 122 "jest-preset-angular": "^6.0.0",
99941732 123 "jschannel": "^1.0.2",
52831c6f 124 "karma": "^3.0.0",
74af5a83 125 "karma-chrome-launcher": "^2.2.0",
52831c6f 126 "karma-coverage-istanbul-reporter": "^2.0.2",
74af5a83 127 "karma-jasmine": "^1.1.2",
52831c6f 128 "karma-jasmine-html-reporter": "^1.3.1",
e8cb4409 129 "linkifyjs": "^2.1.5",
24a8e782 130 "lodash-es": "^4.17.4",
9d9597df 131 "markdown-it": "^8.4.0",
ae04a0ce
C
132 "ngx-chips": "1.9.7",
133 "ngx-clipboard": "11.1.7",
54c3a22f 134 "ngx-pipes": "^2.1.7",
20e6c7c9 135 "ngx-qrcode2": "^0.0.9",
52831c6f 136 "node-sass": "^4.9.3",
63c4db6d 137 "npm-font-source-sans-pro": "^1.0.2",
09209296 138 "p2p-media-loader-hlsjs": "^0.4.0",
3ea9a1c3 139 "path-browserify": "^1.0.0",
06471769 140 "primeng": "^7.0.0",
3ea9a1c3 141 "process": "^0.11.10",
74af5a83 142 "protractor": "^5.3.2",
ec61fb7e
C
143 "purify-css": "^1.2.5",
144 "purifycss-webpack": "^0.7.0",
4a6995be 145 "raw-loader": "^0.5.1",
83422c21 146 "rxjs": "^6.3.3",
52831c6f
C
147 "sanitize-html": "^1.18.4",
148 "sass-loader": "^7.1.0",
79f068df 149 "sass-resources-loader": "^2.0.0",
2f1548fd 150 "socket.io-client": "^2.2.0",
ae04a0ce 151 "stream-browserify": "^2.0.1",
79f068df 152 "stream-http": "^3.0.0",
ae04a0ce 153 "terser-webpack-plugin": "^1.1.0",
7f5f4152 154 "ts-jest": "^23.1.4",
b0f9f39e 155 "tslint": "^5.7.0",
f2659ae0 156 "tslint-config-standard": "^8.0.1",
83422c21 157 "typescript": "3.1.6",
ae04a0ce
C
158 "video.js": "^7",
159 "videojs-contextmenu-ui": "^5.0.0",
2adfc7ea 160 "videojs-contrib-quality-levels": "^2.0.9",
3bb2c7f9 161 "videojs-dock": "^2.0.2",
b891f9bc 162 "videojs-hotkeys": "^0.2.21",
ae04a0ce 163 "webpack-bundle-analyzer": "^3.0.2",
20e6c7c9 164 "webpack-cli": "^3.0.8",
5e77a5de 165 "webtorrent": "https://github.com/webtorrent/webtorrent#e9b209c7970816fc29e0cc871157a4918d66001d",
ae04a0ce 166 "whatwg-fetch": "^3.0.0",
b426edd4 167 "zone.js": "~0.8.5"
6f4e2522 168 }
e822fdae 169}