]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Client E2E tests first step
[github/Chocobozzz/PeerTube.git] / client / package.json
CommitLineData
6f4e2522
C
1{
2 "name": "peertube-client",
d0bcfda4 3 "version": "1.0.0-beta.4",
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",
17c49e60 20 "postinstall": "npm rebuild node-sass && node angular-cli-patch.js",
24a8e782 21 "webpack-bundle-analyzer": "webpack-bundle-analyzer"
6f4e2522 22 },
230809ef 23 "license": "GPLv3",
c7b0dacb
C
24 "resolutions": {
25 "videojs-dock/video.js": "^6"
26 },
ec61fb7e 27 "devDependencies": {
54c3a22f 28 "@angular-devkit/build-angular": "~0.6.1",
74af5a83 29 "@angular/animations": "~6.0.2",
54c3a22f 30 "@angular/cli": "6.0.1",
74af5a83
C
31 "@angular/common": "~6.0.2",
32 "@angular/compiler": "~6.0.2",
33 "@angular/compiler-cli": "~6.0.2",
34 "@angular/core": "~6.0.2",
35 "@angular/forms": "~6.0.2",
36 "@angular/http": "~6.0.2",
54c3a22f 37 "@angular/language-service": "^6.0.1",
74af5a83
C
38 "@angular/platform-browser": "~6.0.2",
39 "@angular/platform-browser-dynamic": "~6.0.2",
40 "@angular/router": "~6.0.2",
54c3a22f 41 "@angular/service-worker": "^6.0.1",
77d07d69 42 "@angularclass/hmr": "^2.1.3",
68e24d72 43 "@ngx-loading-bar/core": "^1.1.1",
c893d451 44 "@ngx-loading-bar/http-client": "^1.0.0-rc.1",
998acc22 45 "@ngx-loading-bar/router": "^1.2.0",
54c3a22f 46 "@ngx-meta/core": "^6.0.0-rc.1",
ab32b0fc 47 "@types/core-js": "^0.9.28",
74af5a83
C
48 "@types/jasmine": "^2.8.7",
49 "@types/jasminewd2": "^2.0.3",
24a8e782 50 "@types/lodash-es": "^4.17.0",
9d9597df 51 "@types/markdown-it": "^0.0.4",
234b535d 52 "@types/node": "^9.3.0",
2890b615 53 "@types/sanitize-html": "^1.14.0",
6e0c85bd 54 "@types/video.js": "6.2.4",
ec61fb7e 55 "@types/webtorrent": "^0.98.4",
54c3a22f 56 "angular2-notifications": "^1.0.2",
864e782b 57 "awesome-typescript-loader": "5.0.0",
63c4db6d 58 "bootstrap-sass": "^3.3.7",
efda99c3 59 "cache-chunk-store": "^2.0.0",
b6827820 60 "codelyzer": "^4.0.2",
d268c551 61 "core-js": "^2.4.1",
8635a2c7 62 "css-loader": "^0.28.4",
efda99c3 63 "dexie": "^2.0.3",
fc9e6624 64 "extract-text-webpack-plugin": "4.0.0-beta.0",
a685e25c 65 "file-loader": "^1.1.5",
fc9e6624 66 "html-webpack-plugin": "^3.2.0",
74af5a83
C
67 "jasmine-core": "^3.1.0",
68 "jasmine-spec-reporter": "^4.2.1",
69 "karma": "^2.0.2",
70 "karma-chrome-launcher": "^2.2.0",
71 "karma-coverage-istanbul-reporter": "^1.4.2",
72 "karma-jasmine": "^1.1.2",
73 "karma-jasmine-html-reporter": "^1.1.0",
e8cb4409 74 "linkifyjs": "^2.1.5",
24a8e782 75 "lodash-es": "^4.17.4",
9d9597df 76 "markdown-it": "^8.4.0",
e998cf3c 77 "ngx-bootstrap": "2.0.5",
54c3a22f
C
78 "ngx-chips": "1.9.2",
79 "ngx-clipboard": "11.0.0",
80 "ngx-pipes": "^2.1.7",
c16ce1de 81 "node-sass": "^4.1.1",
63c4db6d 82 "npm-font-source-sans-pro": "^1.0.2",
54c3a22f 83 "primeng": "^5.2.6",
74af5a83 84 "protractor": "^5.3.2",
ec61fb7e
C
85 "purify-css": "^1.2.5",
86 "purifycss-webpack": "^0.7.0",
4a6995be 87 "raw-loader": "^0.5.1",
8635a2c7 88 "resolve-url-loader": "^2.0.0",
54c3a22f 89 "rxjs": "^6.1.0",
2890b615 90 "sanitize-html": "^1.16.3",
864e782b 91 "sass-loader": "^7.0.1",
383bfc83 92 "sass-resources-loader": "^1.2.1",
b0f9f39e 93 "tslint": "^5.7.0",
7a8032bb 94 "tslint-config-standard": "^7.0.0",
54c3a22f 95 "typescript": "2.7",
7bfd1b1e 96 "uglifyjs-webpack-plugin": "^1.1.2",
c7b0dacb 97 "video.js": "^6",
3bb2c7f9 98 "videojs-dock": "^2.0.2",
b891f9bc 99 "videojs-hotkeys": "^0.2.21",
fc9e6624 100 "webpack": "^4.5.0",
24a8e782 101 "webpack-bundle-analyzer": "^2.9.1",
fc9e6624 102 "webpack-cli": "^2.0.14",
fe6445bf 103 "webtorrent": "^0.98.0",
383bfc83 104 "zone.js": "~0.8.5"
54c3a22f
C
105 },
106 "dependencies": {
107 "rxjs-compat": "^6.0.0-rc.0"
6f4e2522 108 }
e822fdae 109}