chore: add mssql and lucide-react dependencies

Install mssql (SQL Server driver) and lucide-react (icon library)
for the warehouse query system.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Misaka_Company
2026-06-04 09:33:49 +08:00
parent 9c64dd557b
commit ad0c58fbca
2 changed files with 869 additions and 28 deletions

895
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,6 +9,8 @@
"lint": "eslint"
},
"dependencies": {
"lucide-react": "^1.17.0",
"mssql": "^12.5.5",
"next": "16.2.7",
"react": "19.2.4",
"react-dom": "19.2.4"