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