| .. | .. |
|---|
| 1 | 1 | { |
|---|
| 2 | 2 | "name": "securis", |
|---|
| 3 | 3 | "version": "2.0.0", |
|---|
| 4 | | - "description": "QuickStart package.json from the documentation, supplemented with testing support", |
|---|
| 4 | + "description": "SeCuris front-end application based on Angular4 and Materail design", |
|---|
| 5 | 5 | "scripts": { |
|---|
| 6 | 6 | "build": "tsc -p src/", |
|---|
| 7 | 7 | "build:watch": "tsc -p src/ -w", |
|---|
| .. | .. |
|---|
| 24 | 24 | "author": "", |
|---|
| 25 | 25 | "license": "MIT", |
|---|
| 26 | 26 | "dependencies": { |
|---|
| 27 | | - "@angular/common": "^2.4.9", |
|---|
| 28 | | - "@angular/compiler": "~2.4.9", |
|---|
| 29 | | - "@angular/core": "~2.4.9", |
|---|
| 30 | | - "@angular/forms": "~2.4.9", |
|---|
| 31 | | - "@angular/http": "~2.4.9", |
|---|
| 32 | | - "@angular/material": "^2.0.0-beta.2", |
|---|
| 33 | | - "@angular/platform-browser": "~2.4.9", |
|---|
| 34 | | - "@angular/platform-browser-dynamic": "~2.4.9", |
|---|
| 35 | | - "@angular/router": "^3.4.9", |
|---|
| 36 | | - "@covalent/core": "^1.0.0-beta.2", |
|---|
| 37 | | - "@covalent/dynamic-forms": "^1.0.0-beta.2", |
|---|
| 38 | | - "@covalent/http": "^1.0.0-beta.2", |
|---|
| 27 | + "@angular/common": "^4.0.1", |
|---|
| 28 | + "@angular/compiler": "~4.0.1", |
|---|
| 29 | + "@angular/core": "~4.0.1", |
|---|
| 30 | + "@angular/forms": "~4.0.1", |
|---|
| 31 | + "@angular/http": "~4.0.1", |
|---|
| 32 | + "@angular/animations": "~4.0.1", |
|---|
| 33 | + "@angular/material": "^2.0.0-beta.3", |
|---|
| 34 | + "@angular/platform-browser": "~4.0.1", |
|---|
| 35 | + "@angular/platform-browser-dynamic": "~4.0.1", |
|---|
| 36 | + "@angular/router": "^4.0.1", |
|---|
| 37 | + "@covalent/core": "^1.0.0-beta.3", |
|---|
| 38 | + "@covalent/dynamic-forms": "^1.0.0-beta.3", |
|---|
| 39 | + "@covalent/http": "^1.0.0-beta.3", |
|---|
| 39 | 40 | "angular-2-local-storage": "^1.0.1", |
|---|
| 40 | 41 | "angular-in-memory-web-api": "~0.2.4", |
|---|
| 41 | 42 | "core-js": "^2.4.1", |
|---|