code cleanup + finished contact page

This commit is contained in:
2023-02-21 20:23:19 +01:00
parent a55c60d88a
commit 484294e611
28 changed files with 318 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "portfolio",
"version": "0.0.0",
"version": "2.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@@ -26,12 +26,13 @@
"@angular/platform-server": "^15.1.0",
"@angular/router": "^15.1.0",
"@nguniversal/express-engine": "^15.1.0",
"@types/chart.js": "^2.9.37",
"@sweetalert2/theme-dark": "^5.0.15",
"chart.js": "^4.2.1",
"express": "^4.15.2",
"ngx-device-detector": "^5.0.1",
"pocketbase": "^0.11.0",
"rxjs": "~7.8.0",
"sweetalert2": "^11.7.2",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
},
@@ -40,6 +41,7 @@
"@angular/cli": "~15.1.5",
"@angular/compiler-cli": "^15.1.0",
"@nguniversal/builders": "^15.1.0",
"@types/chart.js": "^2.9.37",
"@types/express": "^4.17.0",
"@types/jasmine": "~4.3.0",
"@types/node": "^14.15.0",