|
30 | 30 | "url": "https://github.com/yuyang041060120/angular2-validate/issues"
|
31 | 31 | },
|
32 | 32 | "homepage": "https://github.com/yuyang041060120/angular2-validate#readme",
|
| 33 | + "dependencies": { |
| 34 | + "libphonenumber-js": "^0.4.5" |
| 35 | + }, |
33 | 36 | "devDependencies": {
|
34 |
| - "@angular/common": "4.0.0", |
35 |
| - "@angular/compiler": "4.0.0", |
36 |
| - "@angular/compiler-cli": "4.0.0", |
37 |
| - "@angular/core": "4.0.0", |
38 |
| - "@angular/forms": "4.0.0", |
39 |
| - "@angular/http": "4.0.0", |
40 |
| - "@angular/platform-browser": "4.0.0", |
41 |
| - "@angular/platform-browser-dynamic": "4.0.0", |
| 37 | + "@angular/common": "4.4.4", |
| 38 | + "@angular/compiler": "4.4.4", |
| 39 | + "@angular/compiler-cli": "4.4.4", |
| 40 | + "@angular/core": "4.4.4", |
| 41 | + "@angular/forms": "4.4.4", |
| 42 | + "@angular/http": "4.4.4", |
| 43 | + "@angular/platform-browser": "4.4.4", |
| 44 | + "@angular/platform-browser-dynamic": "4.4.4", |
42 | 45 | "@types/jasmine": "^2.2.29",
|
43 |
| - "@types/node": "^7.0.12", |
| 46 | + "@types/node": "^8.0.34", |
44 | 47 | "bootstrap": "^3.3.7",
|
45 | 48 | "core-js": "^2.4.1",
|
46 | 49 | "jasmine-core": "^2.4.1",
|
|
50 | 53 | "karma-phantomjs-launcher": "^1.0.1",
|
51 | 54 | "karma-sourcemap-loader": "^0.3.7",
|
52 | 55 | "karma-webpack": "^2.0.3",
|
53 |
| - "less": "^2.7.2", |
| 56 | + "less": "^3.0.0-alpha.3", |
54 | 57 | "less-loader": "^4.0.2",
|
55 | 58 | "phantomjs-prebuilt": "^2.1.7",
|
56 | 59 | "raw-loader": "^0.5.1",
|
57 | 60 | "reflect-metadata": "^0.1.3",
|
58 | 61 | "rimraf": "^2.5.4",
|
59 |
| - "rollup": "^0.41.4", |
| 62 | + "rollup": "^0.50.0", |
60 | 63 | "rollup-plugin-typescript": "^0.8.1",
|
61 | 64 | "rxjs": "^5.2.0",
|
62 | 65 | "ts-loader": "^2.0.3",
|
63 |
| - "typescript": "^2.2.2", |
64 |
| - "webpack": "^2.3.2", |
| 66 | + "typescript": "^2.3.4", |
| 67 | + "webpack": "^3.7.1", |
65 | 68 | "webpack-dev-server": "^2.4.2",
|
66 | 69 | "zone.js": "^0.8.4"
|
67 |
| - }, |
68 |
| - "dependencies": { |
69 |
| - "libphonenumber-js": "^0.4.5" |
70 | 70 | }
|
71 | 71 | }
|
0 commit comments