Skip to content
Snippets Groups Projects
Verified Commit 3e084be1 authored by Florian Azizian's avatar Florian Azizian
Browse files

Update npm package

parent 75f8d678
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"build": "ng build", "build": "ng build",
"build-prod": "ng build --prod", "build-prod": "ng build --prod",
"build-watch": "ng build --watch", "build-watch": "ng build --watch",
"build-css": "node-sass --include-path scss src/frontend/css/maarch-material.scss src/frontend/css/maarch-material.css --output-style compressed", "build-css": "node-sass --include-path scss src/frontend/css/maarch-material.scss src/frontend/css/maarch-material.css --output-style compressed",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e" "e2e": "ng e2e"
...@@ -19,60 +19,60 @@ ...@@ -19,60 +19,60 @@
"author": "Maarch", "author": "Maarch",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"@angular/animations": "^7.1.1", "@fortawesome/fontawesome-free": "^5.8.1",
"@angular/cdk": "^7.0.4", "@ngrx/store": "^7.4.0",
"@angular/common": "^7.1.1", "@ngrx/store-devtools": "^7.4.0",
"@angular/compiler": "^7.1.1", "angular2-draggable": "^2.2.2",
"@angular/core": "^7.1.1",
"@angular/forms": "^7.1.1",
"@angular/http": "^7.1.1",
"@angular/material": "^7.0.4",
"@angular/platform-browser": "^7.1.1",
"@angular/platform-browser-dynamic": "^7.1.1",
"@angular/router": "^7.1.1",
"@fortawesome/fontawesome-free": "^5.4.1",
"@ngrx/store": "^6.1.0",
"@ngrx/store-devtools": "^6.1.0",
"angular2-draggable": "^2.1.9",
"angular2-signaturepad": "^2.8.0", "angular2-signaturepad": "^2.8.0",
"core-js": "^2.5.4", "core-js": "^2.6.5",
"exif-js": "^2.3.0", "exif-js": "^2.3.0",
"hammerjs": "^2.0.8", "hammerjs": "^2.0.8",
"interactjs": "^1.4.0-alpha.16", "interactjs": "^1.4.0-rc.5",
"jquery": "^3.3.1", "jquery": "^3.3.1",
"ng2-pdf-viewer": "^5.2.2", "ng2-pdf-viewer": "^5.2.4",
"ngx-cookie-service": "^2.0.2", "ngx-cookie-service": "^2.1.0",
"ngx-scroll-event": "^1.0.8", "ngx-scroll-event": "^1.0.8",
"pdfjs-dist": "^2.0.943", "pdfjs-dist": "^2.0.943",
"rxjs": "^6.0.0", "simple-pdf-viewer": "^2.0.3",
"simple-pdf-viewer": "^2.0.2", "zone.js": "~0.8.29"
"typescript": "^3.2.4",
"zone.js": "~0.8.26"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^0.8.8", "@angular/animations": "^7.2.12",
"@angular/cli": "^6.2.8", "@angular/cdk": "^7.3.6",
"@angular/compiler-cli": "^7.1.1", "@angular/common": "^7.2.12",
"@angular/language-service": "^7.1.1", "@angular/compiler": "^7.2.12",
"@angular/core": "^7.2.12",
"@angular/forms": "^7.2.12",
"@angular/http": "^7.2.12",
"@angular/material": "^7.3.6",
"@angular/platform-browser": "^7.2.12",
"@angular/platform-browser-dynamic": "^7.2.12",
"@angular/router": "^7.2.12",
"@angular-devkit/build-angular": "^0.13.8",
"@angular/cli": "^7.3.8",
"@angular/compiler-cli": "^7.2.12",
"@angular/language-service": "^7.2.12",
"@types/hammerjs": "^2.0.36", "@types/hammerjs": "^2.0.36",
"@types/jasmine": "^2.8.12", "@types/jasmine": "^3.3.12",
"@types/jasminewd2": "^2.0.5", "@types/jasminewd2": "^2.0.6",
"@types/jquery": "^3.3.22", "@types/jquery": "^3.3.29",
"@types/node": "^10.12.10", "@types/node": "^11.13.0",
"codelyzer": "~4.2.1", "codelyzer": "~5.0.0",
"jasmine-core": "~2.99.1", "jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1", "jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1", "karma": "~4.0.1",
"karma-chrome-launcher": "~2.2.0", "karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.0", "karma-coverage-istanbul-reporter": "^2.0.5",
"karma-jasmine": "~1.1.1", "karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^0.2.2", "karma-jasmine-html-reporter": "^1.4.0",
"node-sass": "^4.9.4", "node-sass": "^4.11.0",
"protractor": "^5.4.1", "protractor": "^5.4.2",
"stylus": "^0.54.5", "stylus": "^0.54.5",
"stylus-loader": "^3.0.2", "stylus-loader": "^3.0.2",
"ts-node": "~5.0.1", "ts-node": "~8.0.3",
"tslint": "~5.11.0", "tslint": "~5.15.0",
"rxjs": "^6.4.0",
"typescript": "3.2.4",
"typescript-tools": "^0.3.1" "typescript-tools": "^0.3.1"
}, },
"repository": {} "repository": {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment