Connect with database for dropdowns, more validate data step fixes

This commit is contained in:
2025-02-19 21:32:23 -05:00
parent 43d7775d08
commit 24e2d01ccc
8 changed files with 646 additions and 180 deletions

19
package-lock.json generated
View File

@@ -4,9 +4,11 @@
"requires": true,
"packages": {
"": {
"name": "inventory",
"dependencies": {
"shadcn": "^1.0.0"
},
"devDependencies": {
"ts-essentials": "^10.0.4"
}
},
"node_modules/shadcn": {
@@ -14,6 +16,21 @@
"resolved": "https://registry.npmjs.org/shadcn/-/shadcn-1.0.0.tgz",
"integrity": "sha512-kCxBIBiPS83WxrWkOQHamWpr9XlLtOtOlJM6QX90h9A5xZCBMhxu4ibcNT2ZnzZLdexkYbQrnijfPKdOsZxOpA==",
"license": "ISC"
},
"node_modules/ts-essentials": {
"version": "10.0.4",
"resolved": "https://registry.npmjs.org/ts-essentials/-/ts-essentials-10.0.4.tgz",
"integrity": "sha512-lwYdz28+S4nicm+jFi6V58LaAIpxzhg9rLdgNC1VsdP/xiFBseGhF1M/shwCk6zMmwahBZdXcl34LVHrEang3A==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"typescript": ">=4.5.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
}
}
}