fixing rolodex and search
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user