6 Commits

Author SHA1 Message Date
433af10b78
feat(package): add @lottielab/lottie-player dependency
Added @lottielab/lottie-player version 1.1.2 to the project dependencies in package.json and updated pnpm-lock.yaml accordingly. This integration introduces Lottie animations to improve the user interface.
2024-09-27 16:58:38 +02:00
fd591b44c3
feat(package): add openmeteo dependency
Added openmeteo to package.json and updated pnpm-lock.yaml accordingly. This includes a new dependency on flatbuffers.
2024-09-27 12:08:33 +02:00
797452732f
feat: add axios dependency
Add axios version 1.7.7 to package.json and pnpm-lock.yaml to enable HTTP requests. This includes related dependencies and their configurations.
2024-09-27 12:07:46 +02:00
bce1c393b3
feat(component): integrate Ubuntu font
Add @fontsource/ubuntu dependency and update global styles to use the Ubuntu font. Removed local font imports from layout.tsx and updated body font-family in globals.css.
2024-09-27 12:05:52 +02:00
2997df14e0
build: update pnpm-lock.yaml dependencies
Updated multiple dependencies in pnpm-lock.yaml, removing outdated ones like axios and adding new ones such as @radix-ui/react components, react 18.x, and others. This includes upgrading Next.js to version 14.2.13 and adjusting devDependencies accordingly.
2024-09-27 11:56:58 +02:00
f87e388ddd
feat(build): add project configuration files and dependencies
Add IntelliJ IDEA project settings, TypeScript configuration, and pnpm lock file. Updated `package.json` with new dependencies and refactored API handler to TypeScript.
2024-09-27 11:37:21 +02:00