This commit is contained in:
Eugene Pankov
2021-07-24 20:25:09 +02:00
parent 3de04221c2
commit 2b4d788c28
25 changed files with 1184 additions and 272 deletions

View File

@@ -18,6 +18,7 @@
"@angular/forms": "^11.0.0",
"@angular/platform-browser": "^11.0.0",
"@angular/platform-browser-dynamic": "^11.0.0",
"@angular/platform-server": "^11.2.14",
"@angular/router": "^11.0.0",
"@fontsource/fira-code": "^4.5.0",
"@fortawesome/angular-fontawesome": "0.8",
@@ -40,6 +41,7 @@
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"js-yaml": "^4.1.0",
"mini-css-extract-plugin": "^2.1.0",
"ngx-toastr": "^14.0.0",
"node-sass": "^6.0.0",
"pug": "^3.0.2",
@@ -57,8 +59,16 @@
"typescript": "~4.1",
"val-loader": "^4.0.0",
"webpack": "^5.38.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2",
"zone.js": "^0.11.4"
},
"dependencies": {}
"dependencies": {
"@nguniversal/express-engine": "^11.1.0",
"domino": "^2.1.6",
"express": "^4.17.1",
"express-http-proxy": "^1.6.2",
"mock-browser": "^0.92.14",
"source-map-support": "^0.5.19"
}
}