Skip to content

Commit

Permalink
Move devDependencies to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram81 committed Oct 17, 2021
1 parent c4abc46 commit c751882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend_v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
"private": true,
"dependencies": {
"@angular/animations": "^7.2.15",
"@angular-devkit/build-angular": "~0.13.0",
"@angular/cdk": "^7.3.7",
"@angular/common": "^7.2.15",
"@angular/compiler": "^7.2.15",
"@angular/compiler-cli": "^7.2.15",
"@angular/core": "^7.2.15",
"@angular/forms": "^7.2.15",
"@angular/http": "^7.2.15",
Expand All @@ -46,12 +48,11 @@
"quill": "^1.3.7",
"rxjs": "^6.5.2",
"tslib": "^1.9.0",
"typescript": "~3.2.0",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.0",
"@angular/cli": "^7.3.8",
"@angular/compiler-cli": "^7.2.15",
"@angular/language-service": "^7.2.15",
"@compodoc/compodoc": "^1.1.2",
"@types/jasmine": "~2.8.3",
Expand All @@ -73,6 +74,5 @@
"protractor": "~5.1.2",
"ts-node": "~4.1.0",
"tslint": "^5.9.1",
"typescript": "~3.2.0"
}
}

0 comments on commit c751882

Please sign in to comment.