-เพิ่ม guard jwt token

-เพิ่ม  jwt-decoded
-เพิ่ม  ระบบ first setup ดึงข้อมูล  accounting
This commit is contained in:
2025-11-13 11:45:03 +07:00
parent fe028d274b
commit f25488370a
3 changed files with 60 additions and 19 deletions

View File

@@ -61,6 +61,7 @@
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"dotenv": "^17.2.3",
"jwt-decode": "^4.0.0",
"ng2-charts": "^6.0.1",
"postcss": "^8.5.6",
"rxjs": "~7.8.0",
@@ -73,6 +74,7 @@
"@angular/cli": "^20.3.9",
"@angular/compiler-cli": "^20.3.10",
"@capacitor/cli": "latest",
"@types/jasmine": "~5.1.0",
"cross-env": "^10.1.0",
"electron": "^39.0.0",
"electron-builder": "^26.0.12",
@@ -84,7 +86,6 @@
"karma-jasmine-html-reporter": "~2.1.0",
"ngx-toastr": "^19.1.0",
"postcss": "^8.5.3",
"typescript": "~5.9.3",
"@types/jasmine": "~5.1.0"
"typescript": "~5.9.3"
}
}
}