]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Don't add a dot after the url in forgot password email
[github/Chocobozzz/PeerTube.git] / client / package.json
CommitLineData
6f4e2522
C
1{
2 "name": "peertube-client",
ae61cb09 3 "version": "1.0.0-beta.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": {
c2ff2201 16 "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
1840c2f7 17 "webpack": "webpack",
c2ff2201 18 "tslint": "tslint",
7bfd1b1e 19 "ng": "ng",
24a8e782
C
20 "postinstall": "npm rebuild node-sass",
21 "webpack-bundle-analyzer": "webpack-bundle-analyzer"
6f4e2522 22 },
230809ef 23 "license": "GPLv3",
ec61fb7e 24 "devDependencies": {
915c5bbe 25 "@angular/animations": "~5.2.2",
6e0c85bd 26 "@angular/cli": "1.7.4",
915c5bbe
C
27 "@angular/common": "~5.2.2",
28 "@angular/compiler": "~5.2.2",
29 "@angular/compiler-cli": "~5.2.2",
30 "@angular/core": "~5.2.2",
31 "@angular/forms": "~5.2.2",
32 "@angular/http": "~5.2.2",
63c4db6d 33 "@angular/language-service": "^5.1.0",
915c5bbe
C
34 "@angular/platform-browser": "~5.2.2",
35 "@angular/platform-browser-dynamic": "~5.2.2",
36 "@angular/router": "~5.2.2",
151edeee 37 "@angular/service-worker": "^5.2.4",
77d07d69 38 "@angularclass/hmr": "^2.1.3",
68e24d72 39 "@ngx-loading-bar/core": "^1.1.1",
c893d451 40 "@ngx-loading-bar/http-client": "^1.0.0-rc.1",
998acc22 41 "@ngx-loading-bar/router": "^1.2.0",
234b535d 42 "@ngx-meta/core": "^5.0.0",
ab32b0fc 43 "@types/core-js": "^0.9.28",
24a8e782 44 "@types/lodash-es": "^4.17.0",
9d9597df 45 "@types/markdown-it": "^0.0.4",
234b535d 46 "@types/node": "^9.3.0",
2890b615 47 "@types/sanitize-html": "^1.14.0",
6e0c85bd 48 "@types/video.js": "6.2.4",
ec61fb7e 49 "@types/webtorrent": "^0.98.4",
b6827820 50 "angular2-notifications": "^0.9.6",
fc9e6624 51 "awesome-typescript-loader": "4.0.1",
63c4db6d 52 "bootstrap-sass": "^3.3.7",
b6827820 53 "codelyzer": "^4.0.2",
d268c551 54 "core-js": "^2.4.1",
8635a2c7 55 "css-loader": "^0.28.4",
fc9e6624 56 "extract-text-webpack-plugin": "4.0.0-beta.0",
a685e25c 57 "file-loader": "^1.1.5",
fc9e6624 58 "html-webpack-plugin": "^3.2.0",
e8cb4409 59 "linkifyjs": "^2.1.5",
24a8e782 60 "lodash-es": "^4.17.4",
9d9597df 61 "markdown-it": "^8.4.0",
6e0c85bd
C
62 "ngx-bootstrap": "2.0.3",
63 "ngx-chips": "1.7.9",
41df5921 64 "ngx-clipboard": "10.0.0",
9bf9d2a5 65 "ngx-pipes": "^2.0.5",
c16ce1de 66 "node-sass": "^4.1.1",
63c4db6d 67 "npm-font-source-sans-pro": "^1.0.2",
b6827820 68 "primeng": "^5.0.2",
ec61fb7e
C
69 "purify-css": "^1.2.5",
70 "purifycss-webpack": "^0.7.0",
4a6995be 71 "raw-loader": "^0.5.1",
8635a2c7 72 "resolve-url-loader": "^2.0.0",
80624154 73 "rxjs": "^5.4.2",
2890b615 74 "sanitize-html": "^1.16.3",
383bfc83
C
75 "sass-loader": "^6.0.3",
76 "sass-resources-loader": "^1.2.1",
b0f9f39e 77 "tslint": "^5.7.0",
7a8032bb 78 "tslint-config-standard": "^7.0.0",
6e0c85bd 79 "typescript": "2.8.1",
7bfd1b1e 80 "uglifyjs-webpack-plugin": "^1.1.2",
b891f9bc 81 "video.js": "^6.7.3",
3bb2c7f9 82 "videojs-dock": "^2.0.2",
b891f9bc 83 "videojs-hotkeys": "^0.2.21",
fc9e6624 84 "webpack": "^4.5.0",
24a8e782 85 "webpack-bundle-analyzer": "^2.9.1",
fc9e6624 86 "webpack-cli": "^2.0.14",
fe6445bf 87 "webtorrent": "^0.98.0",
383bfc83 88 "zone.js": "~0.8.5"
6f4e2522 89 }
e822fdae 90}