These scripts refer to the different stages of developing an application:
dev: runs next dev to start Next.js in development mode. build: runs next build to build the application for production usage. start: runs next start to start a Next.js production server. lint: runs next lint to set up Next.js' built-in ESLint configuration.
Использованы React, Typescript, NextJS, Tailwind CSS, Redux Toolkit, Material UI