mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2026-01-31 13:39:34 +00:00
add login with google and change
This commit is contained in:
parent
10d4cff4a4
commit
d8ed8ce2ce
25 changed files with 1946 additions and 468 deletions
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --proxy-config proxy.conf.json --host 0.0.0.0",
|
||||
"start": "ng serve --host 0.0.0.0 --port 4200 --disable-host-check",
|
||||
"startnp": "ng serve --proxy-config=./proxy.conf.ts --host 0.0.0.0",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
|
|
@ -30,6 +30,8 @@
|
|||
"@angular/platform-browser": "^17.3.5",
|
||||
"@angular/platform-browser-dynamic": "^17.3.5",
|
||||
"@angular/router": "^17.3.5",
|
||||
"@azure/msal-angular": "^4.0.12",
|
||||
"@azure/msal-browser": "^4.12.0",
|
||||
"@coreui/angular": "~4.5.27",
|
||||
"@coreui/angular-chartjs": "~4.5.27",
|
||||
"@coreui/chartjs": "^3.1.2",
|
||||
|
|
@ -42,6 +44,7 @@
|
|||
"@generic-ui/fabric": "^0.19.0",
|
||||
"@generic-ui/hermes": "^0.19.0",
|
||||
"@generic-ui/ngx-grid": "^0.19.0",
|
||||
"apple-signin-auth": "^2.0.0",
|
||||
"chart.js": "^3.9.1",
|
||||
"date-fns": "^3.6.0",
|
||||
"date-fns-jalali": "^3.6.0-0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue