]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/package.json
Migrate to bootstrap 4 and ng-bootstrap
[github/Chocobozzz/PeerTube.git] / client / package.json
1 {
2 "name": "peertube-client",
3 "version": "1.0.0-beta.10",
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' 'src/standalone/**/*.ts'",
17 "webpack": "webpack",
18 "tslint": "tslint",
19 "ng": "ng",
20 "postinstall": "npm rebuild node-sass",
21 "webpack-bundle-analyzer": "webpack-bundle-analyzer",
22 "webdriver-manager": "webdriver-manager",
23 "ngx-extractor": "ngx-extractor"
24 },
25 "license": "GPLv3",
26 "typings": "*.d.ts",
27 "resolutions": {
28 "video.js": "^7",
29 "webtorrent/create-torrent/junk": "^1",
30 "simple-get": "^2.8.1"
31 },
32 "devDependencies": {
33 "@angular-devkit/build-angular": "^0.7.1",
34 "@angular/animations": "~6.1.0",
35 "@angular/cli": "~6.1.0",
36 "@angular/common": "~6.1.0",
37 "@angular/compiler": "~6.1.0",
38 "@angular/compiler-cli": "~6.1.0",
39 "@angular/core": "~6.1.0",
40 "@angular/forms": "~6.1.0",
41 "@angular/http": "~6.1.0",
42 "@angular/language-service": "~6.1.0",
43 "@angular/platform-browser": "~6.1.0",
44 "@angular/platform-browser-dynamic": "~6.1.0",
45 "@angular/router": "~6.1.0",
46 "@angular/service-worker": "~6.1.0",
47 "@angularclass/hmr": "^2.1.3",
48 "@neos21/bootstrap3-glyphicons": "^1.0.1",
49 "@ng-bootstrap/ng-bootstrap": "^2.2.2",
50 "@ngx-loading-bar/core": "^2.0.0",
51 "@ngx-loading-bar/http-client": "^2.0.0",
52 "@ngx-loading-bar/router": "^2.0.0",
53 "@ngx-meta/core": "^6.0.0-rc.1",
54 "@ngx-translate/i18n-polyfill": "^1.0.0",
55 "@types/core-js": "^2.5.0",
56 "@types/jasmine": "^2.8.7",
57 "@types/jasminewd2": "^2.0.3",
58 "@types/jschannel": "^1.0.0",
59 "@types/lodash-es": "^4.17.0",
60 "@types/markdown-it": "^0.0.4",
61 "@types/node": "^10.5.2",
62 "@types/sanitize-html": "^1.14.0",
63 "@types/video.js": "6.2.7",
64 "@types/webtorrent": "^0.98.4",
65 "angular2-notifications": "^1.0.2",
66 "awesome-typescript-loader": "5.2.0",
67 "bootstrap": "^4.1.3",
68 "buffer": "^5.1.0",
69 "cache-chunk-store": "^2.0.0",
70 "codelyzer": "^4.0.2",
71 "core-js": "^2.4.1",
72 "css-loader": "^1.0.0",
73 "dexie": "^2.0.4",
74 "extract-text-webpack-plugin": "4.0.0-beta.0",
75 "file-loader": "^1.1.5",
76 "html-loader": "^0.5.5",
77 "html-webpack-plugin": "^3.2.0",
78 "https-browserify": "^1.0.0",
79 "jasmine-core": "^3.1.0",
80 "jasmine-spec-reporter": "^4.2.1",
81 "jschannel": "^1.0.2",
82 "karma": "^2.0.2",
83 "karma-chrome-launcher": "^2.2.0",
84 "karma-coverage-istanbul-reporter": "^2.0.1",
85 "karma-jasmine": "^1.1.2",
86 "karma-jasmine-html-reporter": "^1.1.0",
87 "linkifyjs": "^2.1.5",
88 "lodash-es": "^4.17.4",
89 "markdown-it": "^8.4.0",
90 "ngx-chips": "1.9.3",
91 "ngx-clipboard": "11.1.1",
92 "ngx-pipes": "^2.1.7",
93 "ngx-qrcode2": "^0.0.9",
94 "node-sass": "^4.1.1",
95 "npm-font-source-sans-pro": "^1.0.2",
96 "path-browserify": "^1.0.0",
97 "primeng": "^6.0.0-rc.1",
98 "process": "^0.11.10",
99 "protractor": "^5.3.2",
100 "purify-css": "^1.2.5",
101 "purifycss-webpack": "^0.7.0",
102 "raw-loader": "^0.5.1",
103 "resolve-url-loader": "^2.0.0",
104 "rxjs": "^6.1.0",
105 "sanitize-html": "^1.16.3",
106 "sass-loader": "^7.0.1",
107 "sass-resources-loader": "^1.2.1",
108 "stream-http": "^2.8.3",
109 "tslint": "^5.7.0",
110 "tslint-config-standard": "^7.0.0",
111 "typescript": "2.9",
112 "uglifyjs-webpack-plugin": "^1.1.2",
113 "video.js": "7.2",
114 "videojs-contextmenu": "^2.0.0",
115 "videojs-contextmenu-ui": "^4.0.0",
116 "videojs-dock": "^2.0.2",
117 "videojs-hotkeys": "^0.2.21",
118 "webpack": "^4.5.0",
119 "webpack-bundle-analyzer": "^2.9.1",
120 "webpack-cli": "^3.0.8",
121 "webtorrent": "^0.100.0",
122 "whatwg-fetch": "^2.0.4",
123 "zone.js": "~0.8.5"
124 }
125 }