v.1.0.b
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.
dev: Starts the development server with turbo mode.build: Builds the application for production.start: Starts the production server.lint: Runs the linter.@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.2autoprefixer: 10.4.19axios: ^1.7.2biome: ^0.2.2class-variance-authority: ^0.7.0clsx: ^2.1.1eslint-config-next: 14.2.2lucide-react: ^0.372.0next: ^14.2.3postcss: 8.4.38react: 18.2.0react-dom: 18.2.0react-icons: ^5.1.0react-markdown: ^9.0.1react-pdf: ^7.7.1react-responsive: ^10.0.0react-social-icons: ^6.16.0tailwind-merge: ^2.3.0tailwindcss: 3.4.3tailwindcss-animate: ^1.0.7typescript: 5.4.5uuid: ^9.0.1@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.8file-loader: ^6.2.0raw-loader: ^4.0.2To install the dependencies, run:
npm install
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