fixing rolodex and search

This commit is contained in:
HotSwapp
2025-08-11 21:58:25 -05:00
parent 278eb7c5d4
commit c76b68d009
25 changed files with 1651 additions and 915 deletions

View File

@@ -4,7 +4,7 @@
"description": "A modern Python web application built with FastAPI to replace the legacy Pascal-based database system. This system maintains the familiar keyboard shortcuts and workflows while providing a robust, modular backend with a clean web interface.",
"main": "tailwind.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},
"repository": {
"type": "git",
@@ -17,8 +17,13 @@
"url": "https://github.com/HotSwapp/delphi-database/issues"
},
"homepage": "https://github.com/HotSwapp/delphi-database#readme",
"jest": {
"testEnvironment": "jsdom"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"tailwindcss": "^3.4.10"
"tailwindcss": "^3.4.10",
"jest": "^29.7.0",
"jsdom": "^22.1.0"
}
}