]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Client: make an admin menu and a classic menu component
[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": {
0629423c
C
22 "@angular/common": "2.0.0-rc.4",
23 "@angular/compiler": "2.0.0-rc.4",
24 "@angular/core": "2.0.0-rc.4",
25 "@angular/http": "2.0.0-rc.4",
26 "@angular/platform-browser": "2.0.0-rc.4",
27 "@angular/platform-browser-dynamic": "2.0.0-rc.4",
28 "@angular/router": "3.0.0-beta.2",
32294074 29 "angular-pipes": "^2.0.0",
ce98c80c 30 "awesome-typescript-loader": "^0.17.0",
4a6995be 31 "bootstrap-loader": "^1.0.8",
ccfd23df 32 "bootstrap-sass": "^3.3.6",
4a6995be
C
33 "compression-webpack-plugin": "^0.3.1",
34 "copy-webpack-plugin": "^3.0.1",
ce98c80c 35 "core-js": "^2.4.0",
4a6995be 36 "css-loader": "^0.23.1",
ce98c80c 37 "es6-promise": "^3.0.2",
4a6995be 38 "es6-promise-loader": "^1.0.1",
ce98c80c 39 "es6-shim": "^0.35.0",
4a6995be
C
40 "file-loader": "^0.8.5",
41 "html-webpack-plugin": "^2.19.0",
a64668c0
C
42 "ie-shim": "^0.1.0",
43 "intl": "^1.2.4",
4a6995be 44 "json-loader": "^0.5.4",
b7f597d5 45 "ng2-bootstrap": "1.0.16",
e822fdae 46 "ng2-file-upload": "^1.0.3",
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 64 "webpack-merge": "^0.13.0",
66698b83 65 "webpack-notifier": "^1.3.0",
ce98c80c
C
66 "webtorrent": "^0.93.2",
67 "zone.js": "0.6.12"
68 },
69 "devDependencies": {
70 "codelyzer": "0.0.19",
71 "standard": "^7.0.1"
6f4e2522 72 }
e822fdae 73}