|
4 | 4 | "description": "angular2 file upload directives", |
5 | 5 | "scripts": { |
6 | 6 | "deploy": "NODE_ENV=production webpack -p --progress --color --optimize-minimize --optimize-dedupe --optimize-occurence-order", |
7 | | - "prepublish": "gulp clean && tsc", |
| 7 | + "prepublish": "gulp clean && ./node_modules/.bin/typings install && tsc", |
8 | 8 | "server": "webpack-dev-server --hot --inline --colors --display-error-details --display-cached", |
9 | 9 | "start": "npm run server", |
10 | 10 | "test": "gulp lint" |
|
27 | 27 | "url": "https://github.com/valor-software/ng2-file-upload/issues" |
28 | 28 | }, |
29 | 29 | "homepage": "https://github.com/valor-software/ng2-file-upload#readme", |
30 | | - "dependencies": {}, |
| 30 | + "dependencies": { |
| 31 | + }, |
| 32 | + "peerDependencies": { |
| 33 | + "@angular/common": "^2.0.0-rc.1", |
| 34 | + "@angular/core": "^2.0.0-rc.1" |
| 35 | + }, |
31 | 36 | "devDependencies": { |
32 | | - "angular2": "2.0.0-beta.0", |
33 | | - "reflect-metadata": "0.1.2", |
34 | | - "rxjs": "5.0.0-beta.0", |
35 | | - "zone.js": "0.6.10", |
36 | | - "es6-shim": "0.33.13", |
| 37 | + "@angular/common": "^2.0.0-rc.1", |
| 38 | + "@angular/compiler": "^2.0.0-rc.1", |
| 39 | + "@angular/core": "^2.0.0-rc.1", |
| 40 | + "@angular/platform-browser": "^2.0.0-rc.1", |
| 41 | + "@angular/platform-browser-dynamic": "^2.0.0-rc.1", |
37 | 42 | "bootstrap": "3.3.6", |
38 | | - "clean-webpack-plugin": "0.1.8", |
| 43 | + "clean-webpack-plugin": "0.1.9", |
39 | 44 | "compression-webpack-plugin": "0.3.1", |
| 45 | + "es6-promise": "^3.1.2", |
| 46 | + "es6-shim": "^0.35.0", |
40 | 47 | "eslint": "1.10.3", |
41 | 48 | "exports-loader": "0.6.3", |
42 | 49 | "file-loader": "0.8.5", |
43 | 50 | "gulp": "3.9.1", |
44 | 51 | "gulp-clean": "0.3.2", |
45 | 52 | "gulp-eslint": "1.1.1", |
46 | 53 | "gulp-size": "2.1.0", |
47 | | - "gulp-tsc": "1.1.4", |
48 | | - "gulp-tslint": "4.3.5", |
| 54 | + "gulp-tsc": "1.1.5", |
| 55 | + "gulp-tslint": "5.0.0", |
49 | 56 | "html-loader": "0.4.3", |
50 | 57 | "markdown-loader": "0.1.7", |
51 | 58 | "marked": "0.3.5", |
52 | | - "moment": "2.11.2", |
53 | | - "ng2-bootstrap": "1.0.11", |
| 59 | + "moment": "2.13.0", |
| 60 | + "ng2-bootstrap": "1.0.16", |
54 | 61 | "pre-commit": "1.1.2", |
55 | 62 | "prismjs": "valorkin/prism", |
56 | 63 | "prismjs-loader": "0.0.2", |
57 | 64 | "raw-loader": "0.5.1", |
| 65 | + "reflect-metadata": "0.1.2", |
58 | 66 | "require-dir": "0.3.0", |
| 67 | + "rxjs": "5.0.0-beta.6", |
59 | 68 | "ts-loader": "0.8.2", |
60 | | - "tslint": "3.7.1", |
61 | | - "typescript": "1.8.9", |
62 | | - "webpack": "1.12.15", |
63 | | - "webpack-dev-server": "1.14.0" |
| 69 | + "tslint": "3.9.0", |
| 70 | + "typescript": "1.8.10", |
| 71 | + "typings": "^0.8.1", |
| 72 | + "webpack": "1.13.0", |
| 73 | + "webpack-dev-server": "1.14.1", |
| 74 | + "zone.js": "^0.6.12" |
64 | 75 | }, |
65 | 76 | "contributors": [ |
66 | 77 | { |
|
0 commit comments