mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-18 07:16:03 +01:00
ssr wip
This commit is contained in:
12
package.json
12
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user