Refactor task list example application

This commit is contained in:
Steve Kinney
2024-09-18 07:52:42 -06:00
parent e29c63f5cb
commit 2a8720330e
26 changed files with 535 additions and 326 deletions

View File

@@ -29,12 +29,14 @@
"chalk": "^5.3.0",
"concurrently": "^9.0.1",
"cors": "^2.8.5",
"tailwind-merge": "^2.5.2",
"uuid": "^10.0.0",
"vite": "^5.4.6",
"vitest": "^2.1.1"
},
"dependencies": {
"body-parser": "^1.20.3",
"express": "^4.21.0"
"express": "^4.21.0",
"lucide-react": "^0.441.0"
}
}