Some notable dependencies include:
next: A popular framework for building React applications react: A popular JavaScript library for building user interfaces swr: A React hook library for data fetching and caching zustand: A small, fast state management library for React And some notable devDependencies include:
jest: A popular testing framework for JavaScript eslint: A tool for linting JavaScript code prettier: A tool for formatting code storybook: A tool for developing UI components in isolation.