]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Server: update to webseed implementation (tests, lint...)
[github/Chocobozzz/PeerTube.git] / client / package.json
CommitLineData
6f4e2522
C
1{
2 "name": "peertube-client",
3 "version": "0.0.1",
4 "private": true,
5 "licence": "GPLv3",
6 "author": {
7 "name": "Florian Bigard",
8 "email": "florian.bigard@gmail.com",
9 "url": "http://github.com/Chocobozzz"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/Chocobozzz/PeerTube.git"
14 },
15 "scripts": {
fc76359b
C
16 "test": "standard && tslint -c ./tslint.json src/**/*.ts",
17 "webpack": "webpack"
6f4e2522 18 },
230809ef 19 "license": "GPLv3",
6f4e2522 20 "dependencies": {
e5e756e2
C
21 "@angular/common": "^2.0.0",
22 "@angular/compiler": "^2.0.0",
23 "@angular/core": "^2.0.0",
24 "@angular/forms": "^2.0.0",
25 "@angular/http": "^2.0.0",
26 "@angular/platform-browser": "^2.0.0",
27 "@angular/platform-browser-dynamic": "^2.0.0",
28 "@angular/router": "^3.0.0",
2e92c10b 29 "@angularclass/hmr": "^1.2.0",
d268c551 30 "@angularclass/hmr-loader": "^3.0.2",
ab32b0fc
C
31 "@types/core-js": "^0.9.28",
32 "@types/node": "^6.0.38",
33 "@types/source-map": "^0.1.26",
34 "@types/uglify-js": "^2.0.27",
35 "@types/webpack": "^1.12.29",
36 "angular-pipes": "^3.0.0",
37 "angular2-template-loader": "^0.5.0",
2e92c10b 38 "assets-webpack-plugin": "^3.4.0",
ab32b0fc 39 "awesome-typescript-loader": "^2.2.1",
f9b2d2ce 40 "bootstrap-loader": "^2.0.0-beta.11",
ccfd23df 41 "bootstrap-sass": "^3.3.6",
4a6995be
C
42 "compression-webpack-plugin": "^0.3.1",
43 "copy-webpack-plugin": "^3.0.1",
d268c551
C
44 "core-js": "^2.4.1",
45 "css-loader": "^0.25.0",
f9b2d2ce 46 "css-to-string-loader": "https://github.com/Chocobozzz/css-to-string-loader#patch-1",
ce98c80c 47 "es6-promise": "^3.0.2",
4a6995be 48 "es6-promise-loader": "^1.0.1",
ce98c80c 49 "es6-shim": "^0.35.0",
f9b2d2ce 50 "extract-text-webpack-plugin": "^2.0.0-beta.4",
d268c551 51 "file-loader": "^0.9.0",
4a6995be 52 "html-webpack-plugin": "^2.19.0",
a64668c0
C
53 "ie-shim": "^0.1.0",
54 "intl": "^1.2.4",
4a6995be 55 "json-loader": "^0.5.4",
c3117f13 56 "ng2-bootstrap": "1.1.5",
e822fdae 57 "ng2-file-upload": "^1.0.3",
ad22074a 58 "node-sass": "^3.10.0",
ce98c80c 59 "normalize.css": "^4.1.1",
4a6995be 60 "raw-loader": "^0.5.1",
ce98c80c 61 "reflect-metadata": "0.1.3",
ad22074a 62 "resolve-url-loader": "^1.6.0",
d268c551 63 "rxjs": "5.0.0-beta.12",
c53d2a4e 64 "sass-loader": "^4.0.2",
4a6995be 65 "source-map-loader": "^0.1.5",
ab32b0fc 66 "string-replace-loader": "^1.0.3",
4a6995be 67 "style-loader": "^0.13.1",
4a6995be 68 "ts-helpers": "^1.1.1",
772b47e3 69 "tslint": "3.15.1",
4a6995be 70 "tslint-loader": "^2.1.4",
ab32b0fc 71 "typescript": "^2.0.0",
4a6995be 72 "url-loader": "^0.5.7",
f9b2d2ce 73 "webpack": "2.1.0-beta.22",
4a6995be 74 "webpack-md5-hash": "0.0.5",
ab32b0fc 75 "webpack-merge": "^0.14.1",
66698b83 76 "webpack-notifier": "^1.3.0",
c323efb9 77 "webtorrent": "^0.96.0",
d268c551 78 "zone.js": "0.6.23"
ce98c80c
C
79 },
80 "devDependencies": {
cc599f34 81 "codelyzer": "0.0.28",
94b0853d 82 "standard": "^8.0.0"
6f4e2522 83 }
e822fdae 84}