]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/package.json
Fix client postinstall on release
[github/Chocobozzz/PeerTube.git] / client / package.json
1 {
2 "name": "peertube-client",
3 "version": "1.0.0-beta.5",
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 && test -f angular-cli-patch.js && node angular-cli-patch.js || true",
21 "webpack-bundle-analyzer": "webpack-bundle-analyzer",
22 "webdriver-manager": "webdriver-manager"
23 },
24 "license": "GPLv3",
25 "resolutions": {
26 "videojs-dock/video.js": "^6",
27 "webtorrent/create-torrent/junk": "^1"
28 },
29 "devDependencies": {
30 "@angular-devkit/build-angular": "~0.6.1",
31 "@angular/animations": "~6.0.2",
32 "@angular/cli": "6.0.1",
33 "@angular/common": "~6.0.2",
34 "@angular/compiler": "~6.0.2",
35 "@angular/compiler-cli": "~6.0.2",
36 "@angular/core": "~6.0.2",
37 "@angular/forms": "~6.0.2",
38 "@angular/http": "~6.0.2",
39 "@angular/language-service": "^6.0.1",
40 "@angular/platform-browser": "~6.0.2",
41 "@angular/platform-browser-dynamic": "~6.0.2",
42 "@angular/router": "~6.0.2",
43 "@angular/service-worker": "^6.0.1",
44 "@angularclass/hmr": "^2.1.3",
45 "@ngx-loading-bar/core": "^1.1.1",
46 "@ngx-loading-bar/http-client": "^1.0.0-rc.1",
47 "@ngx-loading-bar/router": "^1.2.0",
48 "@ngx-meta/core": "^6.0.0-rc.1",
49 "@types/core-js": "^0.9.28",
50 "@types/jasmine": "^2.8.7",
51 "@types/jasminewd2": "^2.0.3",
52 "@types/lodash-es": "^4.17.0",
53 "@types/markdown-it": "^0.0.4",
54 "@types/node": "^9.3.0",
55 "@types/sanitize-html": "^1.14.0",
56 "@types/video.js": "6.2.4",
57 "@types/webtorrent": "^0.98.4",
58 "angular2-notifications": "^1.0.2",
59 "awesome-typescript-loader": "5.0.0",
60 "bootstrap-sass": "^3.3.7",
61 "cache-chunk-store": "^2.0.0",
62 "codelyzer": "^4.0.2",
63 "core-js": "^2.4.1",
64 "css-loader": "^0.28.4",
65 "dexie": "^2.0.3",
66 "extract-text-webpack-plugin": "4.0.0-beta.0",
67 "file-loader": "^1.1.5",
68 "html-webpack-plugin": "^3.2.0",
69 "jasmine-core": "^3.1.0",
70 "jasmine-spec-reporter": "^4.2.1",
71 "karma": "^2.0.2",
72 "karma-chrome-launcher": "^2.2.0",
73 "karma-coverage-istanbul-reporter": "^1.4.2",
74 "karma-jasmine": "^1.1.2",
75 "karma-jasmine-html-reporter": "^1.1.0",
76 "linkifyjs": "^2.1.5",
77 "lodash-es": "^4.17.4",
78 "markdown-it": "^8.4.0",
79 "ngx-bootstrap": "2.0.5",
80 "ngx-chips": "1.9.2",
81 "ngx-clipboard": "11.0.0",
82 "ngx-pipes": "^2.1.7",
83 "node-sass": "^4.1.1",
84 "npm-font-source-sans-pro": "^1.0.2",
85 "primeng": "^5.2.6",
86 "protractor": "^5.3.2",
87 "purify-css": "^1.2.5",
88 "purifycss-webpack": "^0.7.0",
89 "raw-loader": "^0.5.1",
90 "resolve-url-loader": "^2.0.0",
91 "rxjs": "^6.1.0",
92 "sanitize-html": "^1.16.3",
93 "sass-loader": "^7.0.1",
94 "sass-resources-loader": "^1.2.1",
95 "tslint": "^5.7.0",
96 "tslint-config-standard": "^7.0.0",
97 "typescript": "2.7",
98 "uglifyjs-webpack-plugin": "^1.1.2",
99 "video.js": "^6",
100 "videojs-dock": "^2.0.2",
101 "videojs-hotkeys": "^0.2.21",
102 "webpack": "^4.5.0",
103 "webpack-bundle-analyzer": "^2.9.1",
104 "webpack-cli": "^2.0.14",
105 "webtorrent": "^0.99.4",
106 "whatwg-fetch": "^2.0.4",
107 "zone.js": "~0.8.5"
108 },
109 "dependencies": {
110 "rxjs-compat": "^6.0.0-rc.0"
111 }
112 }