diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-03 22:08:03 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-03 22:08:03 +0200 |
commit | 4a6995be18b15de1834a39c8921a0e4109671bb6 (patch) | |
tree | b659661cea33687fcc6bd8fc2251cb7a15ab9f9d /client/package.json | |
parent | 468892541175f9662f8b1b977e819dc1a496f282 (diff) | |
download | PeerTube-4a6995be18b15de1834a39c8921a0e4109671bb6.tar.gz PeerTube-4a6995be18b15de1834a39c8921a0e4109671bb6.tar.zst PeerTube-4a6995be18b15de1834a39c8921a0e4109671bb6.zip |
First draft to use webpack instead of systemjs
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/client/package.json b/client/package.json index dea673357..bfdfe5574 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -13,11 +13,11 @@ | |||
13 | "url": "git://github.com/Chocobozzz/PeerTube.git" | 13 | "url": "git://github.com/Chocobozzz/PeerTube.git" |
14 | }, | 14 | }, |
15 | "scripts": { | 15 | "scripts": { |
16 | "tsc": "tsc", | ||
17 | "tsc:w": "tsc -w", | ||
18 | "typings": "typings", | 16 | "typings": "typings", |
19 | "postinstall": "typings install", | 17 | "postinstall": "typings install", |
20 | "test": "standard && tslint -c ./tslint.json angular/**/*.ts" | 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 | }, | 21 | }, |
22 | "license": "GPLv3", | 22 | "license": "GPLv3", |
23 | "dependencies": { | 23 | "dependencies": { |
@@ -30,12 +30,15 @@ | |||
30 | "@angular/router-deprecated": "2.0.0-rc.1", | 30 | "@angular/router-deprecated": "2.0.0-rc.1", |
31 | "angular-pipes": "^2.0.0", | 31 | "angular-pipes": "^2.0.0", |
32 | "blueimp-file-upload": "^9.12.1", | 32 | "blueimp-file-upload": "^9.12.1", |
33 | "bootstrap-loader": "^1.0.8", | ||
33 | "bootstrap-sass": "^3.3.6", | 34 | "bootstrap-sass": "^3.3.6", |
35 | "core-js": "^2.4.0", | ||
34 | "es6-promise": "^3.0.2", | 36 | "es6-promise": "^3.0.2", |
35 | "es6-shim": "^0.35.0", | 37 | "es6-shim": "^0.35.0", |
36 | "jquery": "^2.2.3", | 38 | "jquery": "^2.2.3", |
37 | "jquery.ui.widget": "^1.10.3", | 39 | "jquery.ui.widget": "^1.10.3", |
38 | "ng2-bootstrap": "^1.0.16", | 40 | "ng2-bootstrap": "^1.0.16", |
41 | "normalize.css": "^4.1.1", | ||
39 | "reflect-metadata": "0.1.3", | 42 | "reflect-metadata": "0.1.3", |
40 | "rxjs": "5.0.0-beta.6", | 43 | "rxjs": "5.0.0-beta.6", |
41 | "systemjs": "0.19.27", | 44 | "systemjs": "0.19.27", |
@@ -43,12 +46,37 @@ | |||
43 | "zone.js": "0.6.12" | 46 | "zone.js": "0.6.12" |
44 | }, | 47 | }, |
45 | "devDependencies": { | 48 | "devDependencies": { |
49 | "awesome-typescript-loader": "^0.17.0", | ||
46 | "codelyzer": "0.0.19", | 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", | ||
47 | "standard": "^7.0.1", | 66 | "standard": "^7.0.1", |
67 | "style-loader": "^0.13.1", | ||
48 | "systemjs-builder": "^0.15.16", | 68 | "systemjs-builder": "^0.15.16", |
69 | "ts-helpers": "^1.1.1", | ||
70 | "ts-node": "^0.7.3", | ||
49 | "tslint": "^3.7.4", | 71 | "tslint": "^3.7.4", |
72 | "tslint-loader": "^2.1.4", | ||
50 | "typescript": "^1.8.10", | 73 | "typescript": "^1.8.10", |
51 | "typings": "^1.0.4" | 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" | ||
52 | }, | 80 | }, |
53 | "standard": { | 81 | "standard": { |
54 | "ignore": [ | 82 | "ignore": [ |