]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Upgrade release script to support release branch
[github/Chocobozzz/PeerTube.git] / client / package.json
CommitLineData
6f4e2522
C
1{
2 "name": "peertube-client",
9484e1f6 3 "version": "1.0.0-beta.10.pre.3",
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",
13 "url": "git://github.com/Chocobozzz/PeerTube.git"
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
C
22 "webdriver-manager": "webdriver-manager",
23 "ngx-extractor": "ngx-extractor"
6f4e2522 24 },
230809ef 25 "license": "GPLv3",
c7b0dacb 26 "resolutions": {
960a11e8 27 "video.js": "^7",
f79cfff2
C
28 "webtorrent/create-torrent/junk": "^1",
29 "simple-get": "^2.8.1"
c7b0dacb 30 },
ec61fb7e 31 "devDependencies": {
e80687c4
C
32 "@angular-devkit/build-angular": "^0.7.1",
33 "@angular/animations": "~6.1.0",
34 "@angular/cli": "~6.1.0",
35 "@angular/common": "~6.1.0",
36 "@angular/compiler": "~6.1.0",
37 "@angular/compiler-cli": "~6.1.0",
38 "@angular/core": "~6.1.0",
39 "@angular/forms": "~6.1.0",
40 "@angular/http": "~6.1.0",
41 "@angular/language-service": "~6.1.0",
42 "@angular/platform-browser": "~6.1.0",
43 "@angular/platform-browser-dynamic": "~6.1.0",
44 "@angular/router": "~6.1.0",
45 "@angular/service-worker": "~6.1.0",
77d07d69 46 "@angularclass/hmr": "^2.1.3",
230de99e
C
47 "@ngx-loading-bar/core": "^2.0.0",
48 "@ngx-loading-bar/http-client": "^2.0.0",
49 "@ngx-loading-bar/router": "^2.0.0",
54c3a22f 50 "@ngx-meta/core": "^6.0.0-rc.1",
989e526a 51 "@ngx-translate/i18n-polyfill": "^1.0.0",
20e6c7c9 52 "@types/core-js": "^2.5.0",
74af5a83
C
53 "@types/jasmine": "^2.8.7",
54 "@types/jasminewd2": "^2.0.3",
99941732 55 "@types/jschannel": "^1.0.0",
24a8e782 56 "@types/lodash-es": "^4.17.0",
9d9597df 57 "@types/markdown-it": "^0.0.4",
20e6c7c9 58 "@types/node": "^10.5.2",
2890b615 59 "@types/sanitize-html": "^1.14.0",
20e6c7c9 60 "@types/video.js": "6.2.7",
ec61fb7e 61 "@types/webtorrent": "^0.98.4",
54c3a22f 62 "angular2-notifications": "^1.0.2",
20e6c7c9 63 "awesome-typescript-loader": "5.2.0",
63c4db6d 64 "bootstrap-sass": "^3.3.7",
3ea9a1c3 65 "buffer": "^5.1.0",
efda99c3 66 "cache-chunk-store": "^2.0.0",
b6827820 67 "codelyzer": "^4.0.2",
d268c551 68 "core-js": "^2.4.1",
20e6c7c9 69 "css-loader": "^1.0.0",
407eab9c 70 "dexie": "^2.0.4",
fc9e6624 71 "extract-text-webpack-plugin": "4.0.0-beta.0",
a685e25c 72 "file-loader": "^1.1.5",
99941732 73 "html-loader": "^0.5.5",
20e6c7c9 74 "html-webpack-plugin": "^3.2.0",
3ea9a1c3 75 "https-browserify": "^1.0.0",
74af5a83
C
76 "jasmine-core": "^3.1.0",
77 "jasmine-spec-reporter": "^4.2.1",
99941732 78 "jschannel": "^1.0.2",
74af5a83
C
79 "karma": "^2.0.2",
80 "karma-chrome-launcher": "^2.2.0",
230de99e 81 "karma-coverage-istanbul-reporter": "^2.0.1",
74af5a83
C
82 "karma-jasmine": "^1.1.2",
83 "karma-jasmine-html-reporter": "^1.1.0",
e8cb4409 84 "linkifyjs": "^2.1.5",
24a8e782 85 "lodash-es": "^4.17.4",
9d9597df 86 "markdown-it": "^8.4.0",
20e6c7c9 87 "ngx-bootstrap": "3.0.1",
e80687c4 88 "ngx-chips": "1.9.3",
20e6c7c9 89 "ngx-clipboard": "11.1.1",
54c3a22f 90 "ngx-pipes": "^2.1.7",
20e6c7c9 91 "ngx-qrcode2": "^0.0.9",
c16ce1de 92 "node-sass": "^4.1.1",
63c4db6d 93 "npm-font-source-sans-pro": "^1.0.2",
3ea9a1c3 94 "path-browserify": "^1.0.0",
bbe0f064 95 "primeng": "^6.0.0-rc.1",
3ea9a1c3 96 "process": "^0.11.10",
74af5a83 97 "protractor": "^5.3.2",
ec61fb7e
C
98 "purify-css": "^1.2.5",
99 "purifycss-webpack": "^0.7.0",
4a6995be 100 "raw-loader": "^0.5.1",
8635a2c7 101 "resolve-url-loader": "^2.0.0",
54c3a22f 102 "rxjs": "^6.1.0",
2890b615 103 "sanitize-html": "^1.16.3",
864e782b 104 "sass-loader": "^7.0.1",
383bfc83 105 "sass-resources-loader": "^1.2.1",
3ea9a1c3 106 "stream-http": "^2.8.3",
b0f9f39e 107 "tslint": "^5.7.0",
7a8032bb 108 "tslint-config-standard": "^7.0.0",
e80687c4 109 "typescript": "2.9",
7bfd1b1e 110 "uglifyjs-webpack-plugin": "^1.1.2",
e80687c4 111 "video.js": "7.2",
960a11e8
C
112 "videojs-contextmenu": "^2.0.0",
113 "videojs-contextmenu-ui": "^4.0.0",
3bb2c7f9 114 "videojs-dock": "^2.0.2",
b891f9bc 115 "videojs-hotkeys": "^0.2.21",
fc9e6624 116 "webpack": "^4.5.0",
24a8e782 117 "webpack-bundle-analyzer": "^2.9.1",
20e6c7c9 118 "webpack-cli": "^3.0.8",
230de99e 119 "webtorrent": "^0.100.0",
cd4d7a2c 120 "whatwg-fetch": "^2.0.4",
20e6c7c9 121 "zone.js": "~0.8.5"
6f4e2522 122 }
e822fdae 123}