modified: package-lock.json

modified:   package.json
modified:   src/App.jsx
modified:   src/index.css
modified:   src/pages/MedicalRecordsPage.jsx
modified:   src/pages/ReportsPage.jsx
modified:   src/repositories/medicalRecordRepository.js
This commit is contained in:
2026-05-09 23:32:04 -03:00
parent bcee06b908
commit fba021e048
7 changed files with 2125 additions and 303 deletions

View File

@@ -10,6 +10,11 @@
"preview": "vite preview"
},
"dependencies": {
"@tiptap/extension-text-align": "^3.23.1",
"@tiptap/extension-underline": "^3.23.1",
"@tiptap/pm": "^3.23.1",
"@tiptap/react": "^3.23.1",
"@tiptap/starter-kit": "^3.23.1",
"date-fns": "^4.1.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"