💠Dependencies
Source
The project is written with Next.JS framework in typescript.
Effect
These dependencies used for background effects:
three
@react-three/drei
@react-three/fiber
Animation
The motion
library used for some animations on the project, section animations uses motions animations.
Storyblok
For getting data from storyblok,
@storyblok/react
library used. It fetches data from your space.For pushing schemas to your space
storyblok-cli
has to be used. So you can get components to your space. Note: Version 4 is used for storyblok-cli.
Icons
Iconify
library used for accesssing icons easily. All of the icons in the project uses iconify.
CSS
tailwindcss
v4 is used in this project.
Last updated