]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Bumped to version v1.0.0-beta.15
[github/Chocobozzz/PeerTube.git] / client / package.json
CommitLineData
6f4e2522
C
1{
2 "name": "peertube-client",
60e74f80 3 "version": "1.0.0-beta.15",
6f4e2522
C
4 "private": true,
5 "licence": "GPLv3",
6 "author": {
7 "name": "Florian Bigard",
63c4db6d 8 "email": "me@florianbigard.com",
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": {
ae04a0ce 66 "@angular-devkit/build-angular": "^0.8.3",
52831c6f 67 "@angular/animations": "~6.1.4",
ae04a0ce 68 "@angular/cli": "~6.2.3",
52831c6f
C
69 "@angular/common": "~6.1.4",
70 "@angular/compiler": "~6.1.4",
71 "@angular/compiler-cli": "~6.1.4",
72 "@angular/core": "~6.1.4",
73 "@angular/forms": "~6.1.4",
74 "@angular/http": "~6.1.4",
75 "@angular/language-service": "~6.1.4",
76 "@angular/platform-browser": "~6.1.4",
77 "@angular/platform-browser-dynamic": "~6.1.4",
78 "@angular/router": "~6.1.4",
79 "@angular/service-worker": "~6.1.4",
77d07d69 80 "@angularclass/hmr": "^2.1.3",
b34a444e 81 "@neos21/bootstrap3-glyphicons": "^1.0.1",
52831c6f
C
82 "@ng-bootstrap/ng-bootstrap": "^3.1.0",
83 "@ngx-loading-bar/core": "^2.2.0",
84 "@ngx-loading-bar/http-client": "^2.2.0",
85 "@ngx-loading-bar/router": "^2.2.0",
54c3a22f 86 "@ngx-meta/core": "^6.0.0-rc.1",
989e526a 87 "@ngx-translate/i18n-polyfill": "^1.0.0",
20e6c7c9 88 "@types/core-js": "^2.5.0",
74af5a83
C
89 "@types/jasmine": "^2.8.7",
90 "@types/jasminewd2": "^2.0.3",
7f5f4152 91 "@types/jest": "^23.3.1",
99941732 92 "@types/jschannel": "^1.0.0",
24a8e782 93 "@types/lodash-es": "^4.17.0",
52831c6f
C
94 "@types/markdown-it": "^0.0.5",
95 "@types/node": "^10.9.2",
ae04a0ce 96 "@types/sanitize-html": "1.18.0",
20e6c7c9 97 "@types/video.js": "6.2.7",
ec61fb7e 98 "@types/webtorrent": "^0.98.4",
ee1fc23a 99 "angular2-hotkeys": "^2.1.2",
54c3a22f 100 "angular2-notifications": "^1.0.2",
ae04a0ce 101 "awesome-typescript-loader": "5.2.1",
b34a444e 102 "bootstrap": "^4.1.3",
3ea9a1c3 103 "buffer": "^5.1.0",
52831c6f
C
104 "cache-chunk-store": "^3.0.0",
105 "codelyzer": "^4.4.4",
d268c551 106 "core-js": "^2.4.1",
20e6c7c9 107 "css-loader": "^1.0.0",
407eab9c 108 "dexie": "^2.0.4",
fc9e6624 109 "extract-text-webpack-plugin": "4.0.0-beta.0",
52831c6f 110 "file-loader": "^2.0.0",
ae04a0ce 111 "focus-visible": "^4.1.5",
99941732 112 "html-loader": "^0.5.5",
20e6c7c9 113 "html-webpack-plugin": "^3.2.0",
3ea9a1c3 114 "https-browserify": "^1.0.0",
74af5a83
C
115 "jasmine-core": "^3.1.0",
116 "jasmine-spec-reporter": "^4.2.1",
7f5f4152 117 "jest": "^23.5.0",
b0c36821 118 "jest-preset-angular": "^6.0.0",
99941732 119 "jschannel": "^1.0.2",
52831c6f 120 "karma": "^3.0.0",
74af5a83 121 "karma-chrome-launcher": "^2.2.0",
52831c6f 122 "karma-coverage-istanbul-reporter": "^2.0.2",
74af5a83 123 "karma-jasmine": "^1.1.2",
52831c6f 124 "karma-jasmine-html-reporter": "^1.3.1",
e8cb4409 125 "linkifyjs": "^2.1.5",
24a8e782 126 "lodash-es": "^4.17.4",
9d9597df 127 "markdown-it": "^8.4.0",
ae04a0ce
C
128 "ngx-chips": "1.9.7",
129 "ngx-clipboard": "11.1.7",
54c3a22f 130 "ngx-pipes": "^2.1.7",
20e6c7c9 131 "ngx-qrcode2": "^0.0.9",
2d9fea16 132 "ngx-textarea-autosize": "^2.0.0",
52831c6f 133 "node-sass": "^4.9.3",
63c4db6d 134 "npm-font-source-sans-pro": "^1.0.2",
3ea9a1c3 135 "path-browserify": "^1.0.0",
52831c6f 136 "primeng": "^6.1.2",
3ea9a1c3 137 "process": "^0.11.10",
74af5a83 138 "protractor": "^5.3.2",
ec61fb7e
C
139 "purify-css": "^1.2.5",
140 "purifycss-webpack": "^0.7.0",
4a6995be 141 "raw-loader": "^0.5.1",
54c3a22f 142 "rxjs": "^6.1.0",
52831c6f
C
143 "sanitize-html": "^1.18.4",
144 "sass-loader": "^7.1.0",
383bfc83 145 "sass-resources-loader": "^1.2.1",
ae04a0ce 146 "stream-browserify": "^2.0.1",
3ea9a1c3 147 "stream-http": "^2.8.3",
ae04a0ce 148 "terser-webpack-plugin": "^1.1.0",
7f5f4152 149 "ts-jest": "^23.1.4",
b0f9f39e 150 "tslint": "^5.7.0",
f2659ae0 151 "tslint-config-standard": "^8.0.1",
e80687c4 152 "typescript": "2.9",
ae04a0ce
C
153 "video.js": "^7",
154 "videojs-contextmenu-ui": "^5.0.0",
3bb2c7f9 155 "videojs-dock": "^2.0.2",
b891f9bc 156 "videojs-hotkeys": "^0.2.21",
52831c6f 157 "webpack": "^4.17.1",
ae04a0ce 158 "webpack-bundle-analyzer": "^3.0.2",
20e6c7c9 159 "webpack-cli": "^3.0.8",
52831c6f 160 "webtorrent": "^0.102.1",
ae04a0ce
C
161 "whatwg-fetch": "^3.0.0",
162 "zone.js": "~0.8.5"
6f4e2522 163 }
e822fdae 164}