First draft to use webpack instead of systemjs
[oweals/peertube.git] / client / package.json
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": {
16     "typings": "typings",
17     "postinstall": "typings install",
18     "test": "standard && tslint -c ./tslint.json angular/**/*.ts",
19     "build": "webpack --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached",
20     "watch": "npm run build -- --watch"
21   },
22   "license": "GPLv3",
23   "dependencies": {
24     "@angular/common": "2.0.0-rc.1",
25     "@angular/compiler": "2.0.0-rc.1",
26     "@angular/core": "2.0.0-rc.1",
27     "@angular/http": "2.0.0-rc.1",
28     "@angular/platform-browser": "2.0.0-rc.1",
29     "@angular/platform-browser-dynamic": "2.0.0-rc.1",
30     "@angular/router-deprecated": "2.0.0-rc.1",
31     "angular-pipes": "^2.0.0",
32     "blueimp-file-upload": "^9.12.1",
33     "bootstrap-loader": "^1.0.8",
34     "bootstrap-sass": "^3.3.6",
35     "core-js": "^2.4.0",
36     "es6-promise": "^3.0.2",
37     "es6-shim": "^0.35.0",
38     "jquery": "^2.2.3",
39     "jquery.ui.widget": "^1.10.3",
40     "ng2-bootstrap": "^1.0.16",
41     "normalize.css": "^4.1.1",
42     "reflect-metadata": "0.1.3",
43     "rxjs": "5.0.0-beta.6",
44     "systemjs": "0.19.27",
45     "webtorrent": "^0.93.2",
46     "zone.js": "0.6.12"
47   },
48   "devDependencies": {
49     "awesome-typescript-loader": "^0.17.0",
50     "codelyzer": "0.0.19",
51     "compression-webpack-plugin": "^0.3.1",
52     "copy-webpack-plugin": "^3.0.1",
53     "css-loader": "^0.23.1",
54     "es6-promise-loader": "^1.0.1",
55     "exports-loader": "^0.6.3",
56     "expose-loader": "^0.7.1",
57     "file-loader": "^0.8.5",
58     "html-webpack-plugin": "^2.19.0",
59     "imports-loader": "^0.6.5",
60     "json-loader": "^0.5.4",
61     "node-sass": "^3.7.0",
62     "raw-loader": "^0.5.1",
63     "resolve-url-loader": "^1.4.3",
64     "sass-loader": "^3.2.0",
65     "source-map-loader": "^0.1.5",
66     "standard": "^7.0.1",
67     "style-loader": "^0.13.1",
68     "systemjs-builder": "^0.15.16",
69     "ts-helpers": "^1.1.1",
70     "ts-node": "^0.7.3",
71     "tslint": "^3.7.4",
72     "tslint-loader": "^2.1.4",
73     "typescript": "^1.8.10",
74     "typings": "^1.0.4",
75     "url-loader": "^0.5.7",
76     "webpack": "^1.13.1",
77     "webpack-dev-server": "^1.14.1",
78     "webpack-md5-hash": "0.0.5",
79     "webpack-merge": "^0.13.0"
80   },
81   "standard": {
82     "ignore": [
83       "angular/",
84       "bundles/"
85     ]
86   }
87 }