Runtime dependencies

Next.js provides the app framework, routing, rendering, and production server.

React and React DOM provide the component runtime.

Flatpickr powers the date and time picker control.

Perfect Scrollbar improves the sidebar scrolling experience.

Tiptap packages power the editor showcase.

next
react
react-dom
flatpickr
perfect-scrollbar
@tiptap/*

Development dependencies

TypeScript and React type packages are used for static validation.

There is no active ESLint configuration in this project; TypeScript strict checks and production builds are the current enforced validation path.

typescript
@types/node
@types/react
@types/react-dom