Skip to content

Commit

Permalink
[FrontendV2] Move devDependencies to prod (#3616)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram81 authored Oct 17, 2021
1 parent c4abc46 commit 3b3ef8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -72,7 +73,6 @@
"pretty-quick": "^2.0.1",
"protractor": "~5.1.2",
"ts-node": "~4.1.0",
"tslint": "^5.9.1",
"typescript": "~3.2.0"
"tslint": "^5.9.1"
}
}

0 comments on commit 3b3ef8c

Please sign in to comment.