rsanchez
2017-04-10 8d99c88af55041ff06e6b9372b6b1f66220bed38
securis/src/main/webapp/package.json
....@@ -1,7 +1,7 @@
11 {
22 "name": "securis",
33 "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",
55 "scripts": {
66 "build": "tsc -p src/",
77 "build:watch": "tsc -p src/ -w",
....@@ -24,18 +24,19 @@
2424 "author": "",
2525 "license": "MIT",
2626 "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",
3940 "angular-2-local-storage": "^1.0.1",
4041 "angular-in-memory-web-api": "~0.2.4",
4142 "core-js": "^2.4.1",