timetracker/package.json
Lukáš Kucharczyk 19676f8441
All checks were successful
Django CI/CD / test (push) Successful in 1m17s
Django CI/CD / build-and-push (push) Successful in 2m10s
Implement converting prices (#79)
Reviewed-on: #79
2024-11-11 16:36:57 +00:00

13 lines
256 B
JSON

{
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"concurrently": "^8.2.2",
"npm-check-updates": "^16.14.20",
"tailwindcss": "^3.4.14"
},
"dependencies": {
"flowbite": "^2.4.1"
}
}