]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/package.json
Upgrade to webpack 4
[github/Chocobozzz/PeerTube.git] / client / package.json
1 {
2 "name": "peertube-client",
3 "version": "1.0.0-beta.3",
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": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
17 "webpack": "webpack",
18 "tslint": "tslint",
19 "ng": "ng",
20 "postinstall": "npm rebuild node-sass",
21 "webpack-bundle-analyzer": "webpack-bundle-analyzer"
22 },
23 "license": "GPLv3",
24 "devDependencies": {
25 "@angular/animations": "~5.2.2",
26 "@angular/cli": "1.7.4",
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",
33 "@angular/language-service": "^5.1.0",
34 "@angular/platform-browser": "~5.2.2",
35 "@angular/platform-browser-dynamic": "~5.2.2",
36 "@angular/router": "~5.2.2",
37 "@angular/service-worker": "^5.2.4",
38 "@angularclass/hmr": "^2.1.3",
39 "@ngx-loading-bar/core": "^1.1.1",
40 "@ngx-loading-bar/http-client": "^1.0.0-rc.1",
41 "@ngx-loading-bar/router": "^1.2.0",
42 "@ngx-meta/core": "^5.0.0",
43 "@types/core-js": "^0.9.28",
44 "@types/lodash-es": "^4.17.0",
45 "@types/markdown-it": "^0.0.4",
46 "@types/node": "^9.3.0",
47 "@types/sanitize-html": "^1.14.0",
48 "@types/video.js": "6.2.4",
49 "@types/webtorrent": "^0.98.4",
50 "angular2-notifications": "^0.9.6",
51 "awesome-typescript-loader": "4.0.1",
52 "bootstrap-sass": "^3.3.7",
53 "codelyzer": "^4.0.2",
54 "core-js": "^2.4.1",
55 "css-loader": "^0.28.4",
56 "extract-text-webpack-plugin": "4.0.0-beta.0",
57 "file-loader": "^1.1.5",
58 "html-webpack-plugin": "^3.2.0",
59 "linkifyjs": "^2.1.5",
60 "lodash-es": "^4.17.4",
61 "markdown-it": "^8.4.0",
62 "ngx-bootstrap": "2.0.3",
63 "ngx-chips": "1.7.9",
64 "ngx-clipboard": "10.0.0",
65 "ngx-pipes": "^2.0.5",
66 "node-sass": "^4.1.1",
67 "npm-font-source-sans-pro": "^1.0.2",
68 "primeng": "^5.0.2",
69 "purify-css": "^1.2.5",
70 "purifycss-webpack": "^0.7.0",
71 "raw-loader": "^0.5.1",
72 "resolve-url-loader": "^2.0.0",
73 "rxjs": "^5.4.2",
74 "sanitize-html": "^1.16.3",
75 "sass-loader": "^6.0.3",
76 "sass-resources-loader": "^1.2.1",
77 "tslint": "^5.7.0",
78 "tslint-config-standard": "^7.0.0",
79 "typescript": "2.8.1",
80 "uglifyjs-webpack-plugin": "^1.1.2",
81 "video.js": "^6.7.3",
82 "videojs-dock": "^2.0.2",
83 "videojs-hotkeys": "^0.2.21",
84 "webpack": "^4.5.0",
85 "webpack-bundle-analyzer": "^2.9.1",
86 "webpack-cli": "^2.0.14",
87 "webtorrent": "^0.98.0",
88 "zone.js": "~0.8.5"
89 }
90 }