Background SVG

Marcos Freitas

Version

v.1.0.b

Description

This project is a private repository for Marcos Freitas. It uses Next.js for development and includes various dependencies and devDependencies for building and maintaining the project.

Scripts

  • dev: Starts the development server with turbo mode.
  • build: Builds the application for production.
  • start: Starts the production server.
  • lint: Runs the linter.

Dependencies

  • @cyntler/react-doc-viewer: ^1.14.1
  • @emailjs/browser: ^4.3.3
  • @headlessui/react: ^1.7.19
  • @material-tailwind/react: ^2.1.9
  • @next/third-parties: ^14.2.3
  • @nextui-org/react: ^2.3.5
  • @radix-ui/react-slot: ^1.0.2
  • @react-pdf-viewer/core: ^3.12.0
  • @react-pdf/renderer: ^3.4.2
  • @types/node: 20.12.7
  • @types/react: 18.2.79
  • @types/react-dom: 18.2.25
  • @vercel/analytics: ^1.2.2
  • autoprefixer: 10.4.19
  • axios: ^1.7.2
  • biome: ^0.2.2
  • class-variance-authority: ^0.7.0
  • clsx: ^2.1.1
  • eslint-config-next: 14.2.2
  • lucide-react: ^0.372.0
  • next: ^14.2.3
  • postcss: 8.4.38
  • react: 18.2.0
  • react-dom: 18.2.0
  • react-icons: ^5.1.0
  • react-markdown: ^9.0.1
  • react-pdf: ^7.7.1
  • react-responsive: ^10.0.0
  • react-social-icons: ^6.16.0
  • tailwind-merge: ^2.3.0
  • tailwindcss: 3.4.3
  • tailwindcss-animate: ^1.0.7
  • typescript: 5.4.5
  • uuid: ^9.0.1

DevDependencies

  • @biomejs/biome: ^1.7.2
  • @types/debug: ^4.1.12
  • @types/estree-jsx: ^1.0.5
  • @types/hast: ^3.0.4
  • @types/mdast: ^4.0.4
  • @types/unist: ^3.0.2
  • @types/uuid: ^9.0.8
  • file-loader: ^6.2.0
  • raw-loader: ^4.0.2

Installation

To install the dependencies, run:

npm install

Usage

To start the development server, run:

npm run dev

To build the application for production, run:

npm run build

To start the production server, run:

npm run start

To run the linter, run:

npm run lint