Skip to content

Commit

Permalink
fixed package
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislyzztest committed Dec 3, 2018
1 parent 81b8a18 commit 334526b
Show file tree
Hide file tree
Showing 2 changed files with 415 additions and 243 deletions.
37 changes: 18 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"start": "nodemon server | ng serve",
"start:server": "nodemon server",
"build": "ng build",
"build": "ng build --prod",
"test": "ng test",
"test:watch": "ng test --watch true",
"lint": "ng lint",
Expand All @@ -21,32 +21,31 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~7.0.0",
"@angular/cdk": "~7.0.3",
"@angular/common": "~7.0.0",
"@angular/compiler": "~7.0.0",
"@angular/core": "~7.0.0",
"@angular/forms": "~7.0.0",
"@angular/http": "~7.0.0",
"@angular/animations": "^7.0.0",
"@angular/cdk": "^7.0.3",
"@angular/common": "^7.0.0",
"@angular/compiler": "^7.0.0",
"@angular/core": "^7.0.0",
"@angular/forms": "^7.0.0",
"@angular/http": "^7.0.0",
"@angular/material": "^7.0.3",
"@ng-bootstrap/ng-bootstrap": "^2.2.1",
"@angular/platform-browser": "~7.0.0",
"@angular/platform-browser-dynamic": "~7.0.0",
"@angular/router": "~7.0.0",
"@angular/platform-browser": "^7.0.0",
"@angular/platform-browser-dynamic": "^7.0.0",
"@angular/router": "^7.0.0",
"@ngx-translate/core": "^10.0.2",
"@ngx-translate/http-loader": "^3.0.1",
"bootstrap": "^4.0.0",
"core-js": "^2.5.4",
"hammerjs": "^2.0.8",
"cors": "^2.8.4",
"hammerjs": "^2.0.8",
"rxjs": "~6.3.3",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.10.0",
"@angular/cli": "~7.0.5",
"@angular/compiler-cli": "~7.0.0",
"@angular/language-service": "~7.0.0",
"@angular-devkit/build-angular": "^0.10.0",
"@angular/cli": "^7.0.5",
"@angular/compiler-cli": "^7.0.0",
"@angular/language-service": "^7.0.0",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
Expand All @@ -55,13 +54,13 @@
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"nodemon": "^1.17.1",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"nodemon": "^1.17.1",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~3.1.6"
}
}
}
Loading

0 comments on commit 334526b

Please sign in to comment.