Add hotkeys in video player
[oweals/peertube.git] / client / package.json
1 {
2   "name": "peertube-client",
3   "version": "0.0.1",
4   "private": true,
5   "licence": "GPLv3",
6   "author": {
7     "name": "Florian Bigard",
8     "email": "me@florianbigard.com",
9     "url": "http://github.com/Chocobozzz"
10   },
11   "repository": {
12     "type": "git",
13     "url": "git://github.com/Chocobozzz/PeerTube.git"
14   },
15   "scripts": {
16     "lint": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
17     "webpack": "webpack",
18     "ng": "ng",
19     "postinstall": "npm rebuild node-sass",
20     "webpack-bundle-analyzer": "webpack-bundle-analyzer"
21   },
22   "license": "GPLv3",
23   "dependencies": {},
24   "devDependencies": {
25     "@angular/animations": "~5.1.0",
26     "@angular/cli": "^1.6.0",
27     "@angular/common": "~5.1.0",
28     "@angular/compiler": "~5.1.0",
29     "@angular/compiler-cli": "~5.1.0",
30     "@angular/core": "~5.1.0",
31     "@angular/forms": "~5.1.0",
32     "@angular/http": "~5.1.0",
33     "@angular/language-service": "^5.1.0",
34     "@angular/platform-browser": "~5.1.0",
35     "@angular/platform-browser-dynamic": "~5.1.0",
36     "@angular/router": "~5.1.0",
37     "@angularclass/hmr": "^2.1.3",
38     "@ngx-loading-bar/http-client": "^1.0.0-rc.1",
39     "@ngx-meta/core": "^4.0.1",
40     "@types/core-js": "^0.9.28",
41     "@types/lodash-es": "^4.17.0",
42     "@types/markdown-it": "^0.0.4",
43     "@types/node": "^8.0.33",
44     "@types/sanitize-html": "^1.14.0",
45     "@types/video.js": "6.2.0",
46     "@types/webtorrent": "^0.98.4",
47     "angular2-notifications": "^0.9.6",
48     "awesome-typescript-loader": "3.2.3",
49     "bootstrap-sass": "^3.3.7",
50     "codelyzer": "^4.0.2",
51     "core-js": "^2.4.1",
52     "css-loader": "^0.28.4",
53     "extract-text-webpack-plugin": "^3.0.2",
54     "file-loader": "^1.1.5",
55     "html-webpack-plugin": "^2.19.0",
56     "lodash-es": "^4.17.4",
57     "markdown-it": "^8.4.0",
58     "ngx-bootstrap": "2.0.0-beta.9",
59     "ngx-chips": "1.6.1",
60     "ngx-clipboard": "^9.0.0",
61     "ngx-infinite-scroll": "^0.7.0",
62     "ngx-pipes": "^2.0.5",
63     "node-sass": "^4.1.1",
64     "npm-font-source-sans-pro": "^1.0.2",
65     "primeng": "^5.0.2",
66     "purify-css": "^1.2.5",
67     "purifycss-webpack": "^0.7.0",
68     "raw-loader": "^0.5.1",
69     "resolve-url-loader": "^2.0.0",
70     "rxjs": "^5.4.2",
71     "sanitize-html": "^1.16.3",
72     "sass-loader": "^6.0.3",
73     "sass-resources-loader": "^1.2.1",
74     "standard": "^10.0.0",
75     "tslint": "^5.7.0",
76     "tslint-config-standard": "^7.0.0",
77     "typescript": "^2.6.2",
78     "uglifyjs-webpack-plugin": "^1.1.2",
79     "video.js": "^6.2.0",
80     "videojs-dock": "^2.0.2",
81     "videojs-hotkeys": "^0.2.20",
82     "webpack": "^3.3.0",
83     "webpack-bundle-analyzer": "^2.9.1",
84     "webtorrent": "^0.98.0",
85     "zone.js": "~0.8.5"
86   }
87 }