]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Add issue template
[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": {
44124980 16 "postinstall": "typings install",
fc76359b
C
17 "test": "standard && tslint -c ./tslint.json src/**/*.ts",
18 "webpack": "webpack"
6f4e2522 19 },
230809ef 20 "license": "GPLv3",
6f4e2522 21 "dependencies": {
230809ef
C
22 "@angular/common": "2.0.0-rc.1",
23 "@angular/compiler": "2.0.0-rc.1",
24 "@angular/core": "2.0.0-rc.1",
25 "@angular/http": "2.0.0-rc.1",
230809ef 26 "@angular/platform-browser": "2.0.0-rc.1",
32294074 27 "@angular/platform-browser-dynamic": "2.0.0-rc.1",
230809ef 28 "@angular/router-deprecated": "2.0.0-rc.1",
32294074 29 "angular-pipes": "^2.0.0",
ce98c80c 30 "awesome-typescript-loader": "^0.17.0",
dc8bc31b 31 "blueimp-file-upload": "^9.12.1",
4a6995be 32 "bootstrap-loader": "^1.0.8",
ccfd23df 33 "bootstrap-sass": "^3.3.6",
4a6995be
C
34 "compression-webpack-plugin": "^0.3.1",
35 "copy-webpack-plugin": "^3.0.1",
ce98c80c 36 "core-js": "^2.4.0",
4a6995be 37 "css-loader": "^0.23.1",
ce98c80c 38 "es6-promise": "^3.0.2",
4a6995be 39 "es6-promise-loader": "^1.0.1",
ce98c80c 40 "es6-shim": "^0.35.0",
4a6995be
C
41 "file-loader": "^0.8.5",
42 "html-webpack-plugin": "^2.19.0",
ce98c80c
C
43 "jquery": "^2.2.3",
44 "jquery.ui.widget": "^1.10.3",
4a6995be 45 "json-loader": "^0.5.4",
ce98c80c 46 "ng2-bootstrap": "^1.0.16",
4a6995be 47 "node-sass": "^3.7.0",
ce98c80c 48 "normalize.css": "^4.1.1",
4a6995be 49 "raw-loader": "^0.5.1",
ce98c80c 50 "reflect-metadata": "0.1.3",
4a6995be 51 "resolve-url-loader": "^1.4.3",
ce98c80c 52 "rxjs": "5.0.0-beta.6",
4a6995be
C
53 "sass-loader": "^3.2.0",
54 "source-map-loader": "^0.1.5",
4a6995be 55 "style-loader": "^0.13.1",
4a6995be 56 "ts-helpers": "^1.1.1",
c9bf7d30 57 "tslint": "^3.7.4",
4a6995be 58 "tslint-loader": "^2.1.4",
c9bf7d30 59 "typescript": "^1.8.10",
4a6995be
C
60 "typings": "^1.0.4",
61 "url-loader": "^0.5.7",
62 "webpack": "^1.13.1",
4a6995be 63 "webpack-md5-hash": "0.0.5",
ce98c80c
C
64 "webpack-merge": "^0.13.0",
65 "webtorrent": "^0.93.2",
66 "zone.js": "0.6.12"
67 },
68 "devDependencies": {
69 "codelyzer": "0.0.19",
70 "standard": "^7.0.1"
230809ef
C
71 },
72 "standard": {
73 "ignore": [
74 "angular/",
75 "bundles/"
76 ]
6f4e2522 77 }
ce98c80c 78}