| .. | .. |
|---|
| 3 | 3 | "version": "2.0.0", |
|---|
| 4 | 4 | "description": "SeCuris front-end application based on Angular4 and Materail design", |
|---|
| 5 | 5 | "scripts": { |
|---|
| 6 | + "jspm-install": "jspm install", |
|---|
| 6 | 7 | "build": "tsc -p src/", |
|---|
| 7 | 8 | "build:watch": "tsc -p src/ -w", |
|---|
| 8 | 9 | "build:e2e": "tsc -p e2e/", |
|---|
| .. | .. |
|---|
| 26 | 27 | "dependencies": { |
|---|
| 27 | 28 | "@angular/core": "~4.2.0", |
|---|
| 28 | 29 | "@angular/animations": "~4.2.0", |
|---|
| 29 | | - "@angular/common": "^4.2.0", |
|---|
| 30 | + "@angular/common": "~4.2.0", |
|---|
| 30 | 31 | "@angular/compiler": "~4.2.0", |
|---|
| 31 | 32 | "@angular/forms": "~4.2.0", |
|---|
| 32 | 33 | "@angular/http": "~4.2.0", |
|---|
| 33 | | - "@angular/router": "^4.2.0", |
|---|
| 34 | + "@angular/router": "~4.2.0", |
|---|
| 34 | 35 | "@angular/platform-browser": "~4.2.0", |
|---|
| 35 | 36 | "@angular/platform-browser-dynamic": "~4.2.0", |
|---|
| 36 | 37 | "@angular/material": "2.0.0-beta.6", |
|---|
| .. | .. |
|---|
| 51 | 52 | "devDependencies": { |
|---|
| 52 | 53 | "@types/file-saver": "0.0.0", |
|---|
| 53 | 54 | "@types/jasmine": "2.5.36", |
|---|
| 54 | | - "@types/node": "^6.0.46", |
|---|
| 55 | + "@types/node": "6.0.46", |
|---|
| 55 | 56 | "canonical-path": "0.0.2", |
|---|
| 56 | 57 | "concurrently": "^3.2.0", |
|---|
| 57 | 58 | "jasmine-core": "~2.4.1", |
|---|