update recipe modal

This commit is contained in:
Kenta420-Poom 2023-09-28 14:12:09 +07:00
parent ac45ca47d5
commit 2328da0ce8
11 changed files with 238 additions and 40 deletions

View file

@ -19,6 +19,7 @@
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
@ -29,6 +30,7 @@
"@angular/compiler-cli": "^16.2.0",
"@types/google.accounts": "^0.0.9",
"@types/jasmine": "~4.3.0",
"@types/lodash": "^4.14.199",
"autoprefixer": "^10.4.15",
"daisyui": "^3.7.7",
"jasmine-core": "~4.6.0",
@ -41,4 +43,4 @@
"tailwindcss": "^3.3.3",
"typescript": "~5.1.3"
}
}
}