aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
blob: 61f94758aa383c27352f3eefb5391bc71ad0139e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
  "name": "peertube-client",
  "version": "1.0.0-beta.7",
  "private": true,
  "licence": "GPLv3",
  "author": {
    "name": "Florian Bigard",
    "email": "me@florianbigard.com",
    "url": "http://github.com/Chocobozzz"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Chocobozzz/PeerTube.git"
  },
  "scripts": {
    "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
    "webpack": "webpack",
    "tslint": "tslint",
    "ng": "ng",
    "postinstall": "npm rebuild node-sass && test -f angular-cli-patch.js && node angular-cli-patch.js || true",
    "webpack-bundle-analyzer": "webpack-bundle-analyzer",
    "webdriver-manager": "webdriver-manager"
  },
  "license": "GPLv3",
  "resolutions": {
    "video.js": "^7",
    "webtorrent/create-torrent/junk": "^1",
    "simple-get": "^2.8.1"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.6.1",
    "@angular/animations": "~6.0.2",
    "@angular/cli": "6.0.1",
    "@angular/common": "~6.0.2",
    "@angular/compiler": "~6.0.2",
    "@angular/compiler-cli": "~6.0.2",
    "@angular/core": "~6.0.2",
    "@angular/forms": "~6.0.2",
    "@angular/http": "~6.0.2",
    "@angular/language-service": "^6.0.1",
    "@angular/platform-browser": "~6.0.2",
    "@angular/platform-browser-dynamic": "~6.0.2",
    "@angular/router": "~6.0.2",
    "@angular/service-worker": "^6.0.1",
    "@angularclass/hmr": "^2.1.3",
    "@ngx-loading-bar/core": "^2.0.0",
    "@ngx-loading-bar/http-client": "^2.0.0",
    "@ngx-loading-bar/router": "^2.0.0",
    "@ngx-meta/core": "^6.0.0-rc.1",
    "@types/core-js": "^0.9.28",
    "@types/jasmine": "^2.8.7",
    "@types/jasminewd2": "^2.0.3",
    "@types/lodash-es": "^4.17.0",
    "@types/markdown-it": "^0.0.4",
    "@types/node": "^9.3.0",
    "@types/sanitize-html": "^1.14.0",
    "@types/video.js": "6.2.5",
    "@types/webtorrent": "^0.98.4",
    "angular2-notifications": "^1.0.2",
    "awesome-typescript-loader": "5.0.0",
    "bootstrap-sass": "^3.3.7",
    "cache-chunk-store": "^2.0.0",
    "codelyzer": "^4.0.2",
    "core-js": "^2.4.1",
    "css-loader": "^0.28.4",
    "dexie": "^2.0.4",
    "extract-text-webpack-plugin": "4.0.0-beta.0",
    "file-loader": "^1.1.5",
    "html-webpack-plugin": "^3.2.0",
    "jasmine-core": "^3.1.0",
    "jasmine-spec-reporter": "^4.2.1",
    "karma": "^2.0.2",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage-istanbul-reporter": "^2.0.1",
    "karma-jasmine": "^1.1.2",
    "karma-jasmine-html-reporter": "^1.1.0",
    "linkifyjs": "^2.1.5",
    "lodash-es": "^4.17.4",
    "markdown-it": "^8.4.0",
    "ngx-bootstrap": "3.0.0",
    "ngx-chips": "1.9.2",
    "ngx-clipboard": "11.1.0",
    "ngx-pipes": "^2.1.7",
    "node-sass": "^4.1.1",
    "npm-font-source-sans-pro": "^1.0.2",
    "primeng": "^5.2.6",
    "protractor": "^5.3.2",
    "purify-css": "^1.2.5",
    "purifycss-webpack": "^0.7.0",
    "raw-loader": "^0.5.1",
    "resolve-url-loader": "^2.0.0",
    "rxjs": "^6.1.0",
    "rxjs-compat": "^6.1.0",
    "sanitize-html": "^1.16.3",
    "sass-loader": "^7.0.1",
    "sass-resources-loader": "^1.2.1",
    "tslint": "^5.7.0",
    "tslint-config-standard": "^7.0.0",
    "typescript": "2.7",
    "uglifyjs-webpack-plugin": "^1.1.2",
    "video.js": "^7.0.3",
    "videojs-contextmenu": "^2.0.0",
    "videojs-contextmenu-ui": "^4.0.0",
    "videojs-dock": "^2.0.2",
    "videojs-hotkeys": "^0.2.21",
    "webpack": "^4.5.0",
    "webpack-bundle-analyzer": "^2.9.1",
    "webpack-cli": "^2.0.14",
    "webtorrent": "^0.100.0",
    "whatwg-fetch": "^2.0.4",
    "zone.js": "~0.8.5"
  }
}