aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
blob: b19a3e57d9d1e14060e5d79cad6098008aeb13a9 (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
{
  "name": "peertube-client",
  "version": "0.0.1",
  "private": true,
  "licence": "GPLv3",
  "author": {
    "name": "Florian Bigard",
    "email": "florian.bigard@gmail.com",
    "url": "http://github.com/Chocobozzz"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Chocobozzz/PeerTube.git"
  },
  "scripts": {
    "test": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
    "webpack": "webpack",
    "webpack-dev-server": "webpack-dev-server",
    "postinstall": "npm rebuild node-sass"
  },
  "license": "GPLv3",
  "dependencies": {
    "@angular/animations": "~4.2.0",
    "@angular/common": "~4.2.0",
    "@angular/compiler": "~4.2.0",
    "@angular/compiler-cli": "~4.2.0",
    "@angular/core": "~4.2.0",
    "@angular/forms": "~4.2.0",
    "@angular/http": "~4.2.0",
    "@angular/platform-browser": "~4.2.0",
    "@angular/platform-browser-dynamic": "~4.2.0",
    "@angular/router": "~4.2.0",
    "@angularclass/hmr": "^2.1.0",
    "@angularclass/hmr-loader": "^3.0.2",
    "@ngx-meta/core": "^0.4.0-rc.2",
    "@types/core-js": "^0.9.28",
    "@types/node": "^6.0.38",
    "@types/source-map": "^0.1.26",
    "@types/uglify-js": "^2.0.27",
    "@types/video.js": "5.16.0",
    "@types/webpack": "^2.0.0",
    "angular-pipes": "^5.0.0",
    "angular2-notifications": "^0.5.4",
    "angular2-template-loader": "^0.6.0",
    "assets-webpack-plugin": "^3.4.0",
    "awesome-typescript-loader": "3.1.3",
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.0",
    "babel-preset-env": "^1.5.2",
    "bootstrap": "^3.3.6",
    "bootstrap-loader": "2.1.0",
    "bootstrap-sass": "^3.3.6",
    "copy-webpack-plugin": "^4.0.0",
    "core-js": "^2.4.1",
    "css-loader": "^0.28.4",
    "css-to-string-loader": "^0.1.3",
    "es6-shim": "^0.35.0",
    "file-loader": "^0.11.2",
    "html-webpack-plugin": "^2.19.0",
    "ie-shim": "^0.1.0",
    "intl": "^1.2.4",
    "json-loader": "^0.5.4",
    "ng-router-loader": "^2.0.0",
    "ng2-file-upload": "^1.1.4-2",
    "ng2-smart-table": "1.2.1",
    "ngc-webpack": "3.0.0",
    "ngx-bootstrap": "1.6.6",
    "ngx-chips": "1.4.5-beta",
    "node-sass": "^4.1.1",
    "normalize.css": "^7.0.0",
    "optimize-js-plugin": "0.0.4",
    "raw-loader": "^0.5.1",
    "reflect-metadata": "^0.1.9",
    "resolve-url-loader": "^2.0.0",
    "rxjs": "^5.4.2",
    "sass-loader": "^6.0.3",
    "sass-resources-loader": "^1.2.1",
    "script-ext-html-webpack-plugin": "^1.3.2",
    "source-map-loader": "^0.2.1",
    "string-replace-loader": "^1.0.3",
    "style-loader": "^0.18.2",
    "tslib": "^1.5.0",
    "tslint": "^5.4.3",
    "tslint-loader": "^3.3.0",
    "typescript": "~2.4.0",
    "url-loader": "^0.5.7",
    "video.js": "^6.2.0",
    "videojs-dock": "^2.0.2",
    "webpack": "^3.0.0",
    "webpack-merge": "~4.1.0",
    "webpack-notifier": "^1.3.0",
    "webtorrent": "^0.98.0",
    "zone.js": "~0.8.5"
  },
  "devDependencies": {
    "@types/webtorrent": "^0.98.4",
    "add-asset-html-webpack-plugin": "^2.0.1",
    "codelyzer": "^3.0.0-beta.4",
    "standard": "^10.0.0",
    "tslint-config-standard": "^6.0.1",
    "webpack-bundle-analyzer": "^2.8.2",
    "webpack-dev-server": "^2.4.5",
    "webpack-dll-bundles-plugin": "^1.0.0-beta.5"
  }
}