Add hmr
[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   },
21   "license": "GPLv3",
22   "dependencies": {},
23   "devDependencies": {
24     "@angular/animations": "~5.1.0",
25     "@angular/cli": "^1.6.0",
26     "@angular/common": "~5.1.0",
27     "@angular/compiler": "~5.1.0",
28     "@angular/compiler-cli": "~5.1.0",
29     "@angular/core": "~5.1.0",
30     "@angular/forms": "~5.1.0",
31     "@angular/http": "~5.1.0",
32     "@angular/language-service": "^5.1.0",
33     "@angular/platform-browser": "~5.1.0",
34     "@angular/platform-browser-dynamic": "~5.1.0",
35     "@angular/router": "~5.1.0",
36     "@angularclass/hmr": "^2.1.3",
37     "@ngx-meta/core": "^4.0.1",
38     "@types/core-js": "^0.9.28",
39     "@types/markdown-it": "^0.0.4",
40     "@types/node": "^8.0.33",
41     "@types/video.js": "6.2.0",
42     "@types/webtorrent": "^0.98.4",
43     "angular2-notifications": "^0.9.6",
44     "awesome-typescript-loader": "3.2.3",
45     "bootstrap-sass": "^3.3.7",
46     "codelyzer": "^4.0.2",
47     "core-js": "^2.4.1",
48     "css-loader": "^0.28.4",
49     "extract-text-webpack-plugin": "^3.0.2",
50     "file-loader": "^1.1.5",
51     "html-webpack-plugin": "^2.19.0",
52     "markdown-it": "^8.4.0",
53     "ngx-bootstrap": "2.0.0-beta.9",
54     "ngx-chips": "1.6.1",
55     "ngx-clipboard": "^9.0.0",
56     "ngx-infinite-scroll": "^0.7.0",
57     "ngx-pipes": "^2.0.5",
58     "node-sass": "^4.1.1",
59     "npm-font-source-sans-pro": "^1.0.2",
60     "primeng": "^5.0.2",
61     "purify-css": "^1.2.5",
62     "purifycss-webpack": "^0.7.0",
63     "raw-loader": "^0.5.1",
64     "resolve-url-loader": "^2.0.0",
65     "rxjs": "^5.4.2",
66     "sass-loader": "^6.0.3",
67     "sass-resources-loader": "^1.2.1",
68     "standard": "^10.0.0",
69     "tslint": "^5.7.0",
70     "tslint-config-standard": "^7.0.0",
71     "typescript": "^2.6.2",
72     "uglifyjs-webpack-plugin": "^1.1.2",
73     "video.js": "^6.2.0",
74     "videojs-dock": "^2.0.2",
75     "webpack": "^3.3.0",
76     "webtorrent": "^0.98.0",
77     "zone.js": "~0.8.5"
78   }
79 }