inventrack 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/README.md +25 -0
  2. package/api/index.js +13 -0
  3. package/backend/README.md +35 -0
  4. package/backend/data/db.json +1239 -0
  5. package/backend/package-lock.json +532 -0
  6. package/backend/package.json +8 -0
  7. package/frontend/README.md +22 -0
  8. package/frontend/assets/Icon.png +0 -0
  9. package/frontend/assets/IconSort.png +0 -0
  10. package/frontend/assets/activity-1.png +0 -0
  11. package/frontend/assets/activity-2.png +0 -0
  12. package/frontend/assets/activity-3.png +0 -0
  13. package/frontend/assets/activity-4.png +0 -0
  14. package/frontend/assets/card-icon-1.png +0 -0
  15. package/frontend/assets/card-icon-2.png +0 -0
  16. package/frontend/assets/card-icon-3.png +0 -0
  17. package/frontend/assets/card-icon-4.png +0 -0
  18. package/frontend/assets/login.png +0 -0
  19. package/frontend/assets/logo.png +0 -0
  20. package/frontend/categories.html +143 -0
  21. package/frontend/css/all.min.css +9 -0
  22. package/frontend/css/bootstrap.min.css +6 -0
  23. package/frontend/css/categories.css +359 -0
  24. package/frontend/css/dashboard.css +373 -0
  25. package/frontend/css/inventoryInsights.css +308 -0
  26. package/frontend/css/inventoryOverview.css +353 -0
  27. package/frontend/css/orders.css +632 -0
  28. package/frontend/css/products.css +364 -0
  29. package/frontend/css/signin.css +120 -0
  30. package/frontend/css/style.css +282 -0
  31. package/frontend/css/suppliers.css +136 -0
  32. package/frontend/dashboard.html +160 -0
  33. package/frontend/index.html +124 -0
  34. package/frontend/inventoryInsights.html +182 -0
  35. package/frontend/inventoryOverview.html +187 -0
  36. package/frontend/js/api.js +55 -0
  37. package/frontend/js/auth.js +70 -0
  38. package/frontend/js/bootstrap.bundle.min.js +7 -0
  39. package/frontend/js/categories.js +356 -0
  40. package/frontend/js/dashboard.js +341 -0
  41. package/frontend/js/inventoryInsights.js +396 -0
  42. package/frontend/js/inventoryOverview.js +503 -0
  43. package/frontend/js/orders.js +662 -0
  44. package/frontend/js/products.js +650 -0
  45. package/frontend/js/suppliers.js +535 -0
  46. package/frontend/js/utils.js +234 -0
  47. package/frontend/orders.html +216 -0
  48. package/frontend/products.html +152 -0
  49. package/frontend/suppliers.html +175 -0
  50. package/frontend/webfonts/fa-brands-400.woff2 +0 -0
  51. package/frontend/webfonts/fa-regular-400.woff2 +0 -0
  52. package/frontend/webfonts/fa-solid-900.woff2 +0 -0
  53. package/frontend/webfonts/fa-v4compatibility.woff2 +0 -0
  54. package/package.json +38 -0
  55. package/vercel.json +18 -0
@@ -0,0 +1,532 @@
1
+ {
2
+ "name": "backend",
3
+ "lockfileVersion": 3,
4
+ "requires": true,
5
+ "packages": {
6
+ "": {
7
+ "dependencies": {
8
+ "json-server": "^1.0.0-beta.14"
9
+ }
10
+ },
11
+ "node_modules/@polka/url": {
12
+ "version": "1.0.0-next.29",
13
+ "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz",
14
+ "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
15
+ "license": "MIT"
16
+ },
17
+ "node_modules/@tinyhttp/accepts": {
18
+ "version": "2.3.0",
19
+ "resolved": "https://registry.npmjs.org/@tinyhttp/accepts/-/accepts-2.3.0.tgz",
20
+ "integrity": "sha512-hdKkMGAUqnagpWO1R8rVBYqbu4sWQ2Fo682gkJmO0nl54DPvnzxx81b2WZtV3VwB7EdLfUoasj2BAkyTcyZ5aw==",
21
+ "license": "MIT",
22
+ "dependencies": {
23
+ "mime": "4.1.0"
24
+ },
25
+ "engines": {
26
+ "node": ">=14.13.1"
27
+ },
28
+ "funding": {
29
+ "type": "individual",
30
+ "url": "https://github.com/tinyhttp/tinyhttp?sponsor=1"
31
+ }
32
+ },
33
+ "node_modules/@tinyhttp/app": {
34
+ "version": "3.0.6",
35
+ "resolved": "https://registry.npmjs.org/@tinyhttp/app/-/app-3.0.6.tgz",
36
+ "integrity": "sha512-jJYl9mc7nXY4gCyvot3tplCG6hVj+zm7sOZrT91et2Rg8M0oxBCVKVeX1tPhvVfOtYHQsz7mRlC1yk6yNLk79Q==",
37
+ "license": "MIT",
38
+ "dependencies": {
39
+ "@tinyhttp/accepts": "^2.3.0",
40
+ "@tinyhttp/cookie": "2.1.1",
41
+ "@tinyhttp/proxy-addr": "3.0.1",
42
+ "@tinyhttp/req": "2.2.8",
43
+ "@tinyhttp/res": "2.2.10",
44
+ "@tinyhttp/router": "2.2.5",
45
+ "regexparam": "^2.0.2"
46
+ },
47
+ "engines": {
48
+ "node": ">=16.10.0"
49
+ },
50
+ "funding": {
51
+ "type": "individual",
52
+ "url": "https://github.com/tinyhttp/tinyhttp?sponsor=1"
53
+ }
54
+ },
55
+ "node_modules/@tinyhttp/content-disposition": {
56
+ "version": "2.2.4",
57
+ "resolved": "https://registry.npmjs.org/@tinyhttp/content-disposition/-/content-disposition-2.2.4.tgz",
58
+ "integrity": "sha512-5Kc5CM2Ysn3vTTArBs2vESUt0AQiWZA86yc1TI3B+lxXmtEq133C1nxXNOgnzhrivdPZIh3zLj5gDnZjoLL5GA==",
59
+ "license": "MIT",
60
+ "engines": {
61
+ "node": ">=12.17.0"
62
+ },
63
+ "funding": {
64
+ "type": "individual",
65
+ "url": "https://github.com/tinyhttp/tinyhttp?sponsor=1"
66
+ }
67
+ },
68
+ "node_modules/@tinyhttp/content-type": {
69
+ "version": "0.1.4",
70
+ "resolved": "https://registry.npmjs.org/@tinyhttp/content-type/-/content-type-0.1.4.tgz",
71
+ "integrity": "sha512-dl6f3SHIJPYbhsW1oXdrqOmLSQF/Ctlv3JnNfXAE22kIP7FosqJHxkz/qj2gv465prG8ODKH5KEyhBkvwrueKQ==",
72
+ "license": "MIT",
73
+ "engines": {
74
+ "node": ">=12.4"
75
+ }
76
+ },
77
+ "node_modules/@tinyhttp/cookie": {
78
+ "version": "2.1.1",
79
+ "resolved": "https://registry.npmjs.org/@tinyhttp/cookie/-/cookie-2.1.1.tgz",
80
+ "integrity": "sha512-h/kL9jY0e0Dvad+/QU3efKZww0aTvZJslaHj3JTPmIPC9Oan9+kYqmh3M6L5JUQRuTJYFK2nzgL2iJtH2S+6dA==",
81
+ "license": "MIT",
82
+ "engines": {
83
+ "node": ">=12.20.0"
84
+ },
85
+ "funding": {
86
+ "type": "individual",
87
+ "url": "https://github.com/tinyhttp/tinyhttp?sponsor=1"
88
+ }
89
+ },
90
+ "node_modules/@tinyhttp/cookie-signature": {
91
+ "version": "2.1.1",
92
+ "resolved": "https://registry.npmjs.org/@tinyhttp/cookie-signature/-/cookie-signature-2.1.1.tgz",
93
+ "integrity": "sha512-VDsSMY5OJfQJIAtUgeQYhqMPSZptehFSfvEEtxr+4nldPA8IImlp3QVcOVuK985g4AFR4Hl1sCbWCXoqBnVWnw==",
94
+ "license": "MIT",
95
+ "engines": {
96
+ "node": ">=12.20.0"
97
+ }
98
+ },
99
+ "node_modules/@tinyhttp/cors": {
100
+ "version": "2.0.1",
101
+ "resolved": "https://registry.npmjs.org/@tinyhttp/cors/-/cors-2.0.1.tgz",
102
+ "integrity": "sha512-qrmo6WJuaiCzKWagv2yA/kw6hIISfF/hOqPWwmI6w0o8apeTMmRN3DoCFvQ/wNVuWVdU5J4KU7OX8aaSOEq51A==",
103
+ "license": "MIT",
104
+ "dependencies": {
105
+ "@tinyhttp/vary": "^0.1.3"
106
+ },
107
+ "engines": {
108
+ "node": ">=12.20 || 14.x || >=16"
109
+ }
110
+ },
111
+ "node_modules/@tinyhttp/encode-url": {
112
+ "version": "2.1.1",
113
+ "resolved": "https://registry.npmjs.org/@tinyhttp/encode-url/-/encode-url-2.1.1.tgz",
114
+ "integrity": "sha512-AhY+JqdZ56qV77tzrBm0qThXORbsVjs/IOPgGCS7x/wWnsa/Bx30zDUU/jPAUcSzNOzt860x9fhdGpzdqbUeUw==",
115
+ "license": "MIT",
116
+ "engines": {
117
+ "node": ">=12.20.0"
118
+ }
119
+ },
120
+ "node_modules/@tinyhttp/etag": {
121
+ "version": "2.1.2",
122
+ "resolved": "https://registry.npmjs.org/@tinyhttp/etag/-/etag-2.1.2.tgz",
123
+ "integrity": "sha512-j80fPKimGqdmMh6962y+BtQsnYPVCzZfJw0HXjyH70VaJBHLKGF+iYhcKqzI3yef6QBNa8DKIPsbEYpuwApXTw==",
124
+ "license": "MIT",
125
+ "engines": {
126
+ "node": ">=12.20.0"
127
+ }
128
+ },
129
+ "node_modules/@tinyhttp/forwarded": {
130
+ "version": "2.1.2",
131
+ "resolved": "https://registry.npmjs.org/@tinyhttp/forwarded/-/forwarded-2.1.2.tgz",
132
+ "integrity": "sha512-9H/eulJ68ElY/+zYpTpNhZ7vxGV+cnwaR6+oQSm7bVgZMyuQfgROW/qvZuhmgDTIxnGMXst+Ba4ij6w6Krcs3w==",
133
+ "license": "MIT",
134
+ "engines": {
135
+ "node": ">=12.20.0"
136
+ }
137
+ },
138
+ "node_modules/@tinyhttp/logger": {
139
+ "version": "2.1.0",
140
+ "resolved": "https://registry.npmjs.org/@tinyhttp/logger/-/logger-2.1.0.tgz",
141
+ "integrity": "sha512-Ma1fJ9CwUbn9r61/4HW6+nflsVoslpOnCrfQ6UeZq7GGIgwLzofms3HoSVG7M+AyRMJpxlfcDdbH5oFVroDMKA==",
142
+ "license": "MIT",
143
+ "dependencies": {
144
+ "colorette": "^2.0.20",
145
+ "dayjs": "^1.11.13",
146
+ "http-status-emojis": "^2.2.0"
147
+ },
148
+ "engines": {
149
+ "node": ">=14.18 || >=16.20"
150
+ }
151
+ },
152
+ "node_modules/@tinyhttp/proxy-addr": {
153
+ "version": "3.0.1",
154
+ "resolved": "https://registry.npmjs.org/@tinyhttp/proxy-addr/-/proxy-addr-3.0.1.tgz",
155
+ "integrity": "sha512-vP0JVsy9ZMIldsaP/QHdMF+sb3B6wn7e2QXRdqpX/Cqz1ie35Am29DK88DeVmiwdTQle3FtYaVNtU3RgTGYZ+w==",
156
+ "license": "MIT",
157
+ "dependencies": {
158
+ "@tinyhttp/forwarded": "2.1.2"
159
+ },
160
+ "engines": {
161
+ "node": ">=16.10.0"
162
+ }
163
+ },
164
+ "node_modules/@tinyhttp/req": {
165
+ "version": "2.2.8",
166
+ "resolved": "https://registry.npmjs.org/@tinyhttp/req/-/req-2.2.8.tgz",
167
+ "integrity": "sha512-HCsceFNgMpssUsnRao16iJyyfdWRwKlhL7OMTPUEjZsZGREnBzpjlrPHA31G5xNNzR7XOWVXDXGyrGgSpcwGSA==",
168
+ "license": "MIT",
169
+ "dependencies": {
170
+ "@tinyhttp/accepts": "2.3.0",
171
+ "@tinyhttp/type-is": "2.2.5",
172
+ "@tinyhttp/url": "2.1.1",
173
+ "header-range-parser": "^1.1.3"
174
+ },
175
+ "engines": {
176
+ "node": ">=14.13.1"
177
+ }
178
+ },
179
+ "node_modules/@tinyhttp/res": {
180
+ "version": "2.2.10",
181
+ "resolved": "https://registry.npmjs.org/@tinyhttp/res/-/res-2.2.10.tgz",
182
+ "integrity": "sha512-ou+7T+x14xMrGwW0Rv+FOu4zYfXkTRf25yKMMOIuFyPyYOg27pbxtdiDVYJU1D5s6DFFdmenu0iXOSd1KABfYA==",
183
+ "license": "MIT",
184
+ "dependencies": {
185
+ "@tinyhttp/content-disposition": "2.2.4",
186
+ "@tinyhttp/cookie": "2.1.1",
187
+ "@tinyhttp/cookie-signature": "2.1.1",
188
+ "@tinyhttp/encode-url": "2.1.1",
189
+ "@tinyhttp/req": "2.2.8",
190
+ "@tinyhttp/send": "2.2.4",
191
+ "@tinyhttp/vary": "^0.1.3",
192
+ "mime": "4.1.0"
193
+ },
194
+ "engines": {
195
+ "node": ">=14.13.1"
196
+ }
197
+ },
198
+ "node_modules/@tinyhttp/router": {
199
+ "version": "2.2.5",
200
+ "resolved": "https://registry.npmjs.org/@tinyhttp/router/-/router-2.2.5.tgz",
201
+ "integrity": "sha512-HI9Mpo9+IVpCzx/36okjJvtvifBSh3Ufhl9n1vylAbNLEykceJiMBkr06+W0qqRlo8TiZeUtg2XinEJu+GFcRA==",
202
+ "license": "MIT",
203
+ "dependencies": {
204
+ "regexparam": "^2.0.2"
205
+ },
206
+ "engines": {
207
+ "node": ">=14.0.0"
208
+ }
209
+ },
210
+ "node_modules/@tinyhttp/send": {
211
+ "version": "2.2.4",
212
+ "resolved": "https://registry.npmjs.org/@tinyhttp/send/-/send-2.2.4.tgz",
213
+ "integrity": "sha512-DgEY185oQUd2LTKHM+he/m3sjYWB7yL0WLNrasoSEHaCfzstm0+viltqqOvEV7UtkSB3oRRo+OWiEtYKmd6h5w==",
214
+ "license": "MIT",
215
+ "dependencies": {
216
+ "@tinyhttp/content-type": "^0.1.4",
217
+ "@tinyhttp/etag": "2.1.2",
218
+ "mime": "4.1.0"
219
+ },
220
+ "engines": {
221
+ "node": ">=14.13.1"
222
+ }
223
+ },
224
+ "node_modules/@tinyhttp/type-is": {
225
+ "version": "2.2.5",
226
+ "resolved": "https://registry.npmjs.org/@tinyhttp/type-is/-/type-is-2.2.5.tgz",
227
+ "integrity": "sha512-BCPEB+NV8v/9lzEE9GbfRPAKVsyayp84m6SSWn70j8yFkPBXeuVeq004pwVrjW1CRdmAZz9ZSH147pqqzAdr5g==",
228
+ "license": "MIT",
229
+ "dependencies": {
230
+ "@tinyhttp/content-type": "^0.1.4",
231
+ "mime": "4.1.0"
232
+ },
233
+ "engines": {
234
+ "node": ">=14.13.1"
235
+ }
236
+ },
237
+ "node_modules/@tinyhttp/url": {
238
+ "version": "2.1.1",
239
+ "resolved": "https://registry.npmjs.org/@tinyhttp/url/-/url-2.1.1.tgz",
240
+ "integrity": "sha512-POJeq2GQ5jI7Zrdmj22JqOijB5/GeX+LEX7DUdml1hUnGbJOTWDx7zf2b5cCERj7RoXL67zTgyzVblBJC+NJWg==",
241
+ "license": "MIT",
242
+ "engines": {
243
+ "node": ">=12.20.0"
244
+ }
245
+ },
246
+ "node_modules/@tinyhttp/vary": {
247
+ "version": "0.1.3",
248
+ "resolved": "https://registry.npmjs.org/@tinyhttp/vary/-/vary-0.1.3.tgz",
249
+ "integrity": "sha512-SoL83sQXAGiHN1jm2VwLUWQSQeDAAl1ywOm6T0b0Cg1CZhVsjoiZadmjhxF6FHCCY7OHHVaLnTgSMxTPIDLxMg==",
250
+ "license": "MIT",
251
+ "engines": {
252
+ "node": ">=12.20"
253
+ }
254
+ },
255
+ "node_modules/chalk": {
256
+ "version": "5.6.2",
257
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
258
+ "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
259
+ "license": "MIT",
260
+ "engines": {
261
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
262
+ },
263
+ "funding": {
264
+ "url": "https://github.com/chalk/chalk?sponsor=1"
265
+ }
266
+ },
267
+ "node_modules/chokidar": {
268
+ "version": "5.0.0",
269
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
270
+ "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
271
+ "license": "MIT",
272
+ "dependencies": {
273
+ "readdirp": "^5.0.0"
274
+ },
275
+ "engines": {
276
+ "node": ">= 20.19.0"
277
+ },
278
+ "funding": {
279
+ "url": "https://paulmillr.com/funding/"
280
+ }
281
+ },
282
+ "node_modules/colorette": {
283
+ "version": "2.0.20",
284
+ "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
285
+ "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
286
+ "license": "MIT"
287
+ },
288
+ "node_modules/dayjs": {
289
+ "version": "1.11.20",
290
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz",
291
+ "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
292
+ "license": "MIT"
293
+ },
294
+ "node_modules/dot-prop": {
295
+ "version": "10.1.0",
296
+ "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-10.1.0.tgz",
297
+ "integrity": "sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==",
298
+ "license": "MIT",
299
+ "dependencies": {
300
+ "type-fest": "^5.0.0"
301
+ },
302
+ "engines": {
303
+ "node": ">=20"
304
+ },
305
+ "funding": {
306
+ "url": "https://github.com/sponsors/sindresorhus"
307
+ }
308
+ },
309
+ "node_modules/eta": {
310
+ "version": "4.5.1",
311
+ "resolved": "https://registry.npmjs.org/eta/-/eta-4.5.1.tgz",
312
+ "integrity": "sha512-EaNCGm+8XEIU7YNcc+THptWAO5NfKBHHARxt+wxZljj9bTr/+arRoOm9/MpGt4n6xn9fLnPFRSoLD0WFYGFUxQ==",
313
+ "license": "MIT",
314
+ "engines": {
315
+ "node": ">=20"
316
+ },
317
+ "funding": {
318
+ "url": "https://github.com/bgub/eta?sponsor=1"
319
+ }
320
+ },
321
+ "node_modules/header-range-parser": {
322
+ "version": "1.1.5",
323
+ "resolved": "https://registry.npmjs.org/header-range-parser/-/header-range-parser-1.1.5.tgz",
324
+ "integrity": "sha512-n5JOx67HBL0MGqtu6NFoEYWb+xDYAOgBI5dBkyMDff1xHbhGnjCMglj1aiMNPHps6HwXO+2i5jbPU/zJSk7etQ==",
325
+ "license": "MIT",
326
+ "engines": {
327
+ "node": ">=12.22.0"
328
+ }
329
+ },
330
+ "node_modules/http-status-emojis": {
331
+ "version": "2.2.0",
332
+ "resolved": "https://registry.npmjs.org/http-status-emojis/-/http-status-emojis-2.2.0.tgz",
333
+ "integrity": "sha512-ompKtgwpx8ff0hsbpIB7oE4ax1LXoHmftsHHStMELX56ivG3GhofTX8ZHWlUaFKfGjcGjw6G3rPk7dJRXMmbbg==",
334
+ "license": "MIT"
335
+ },
336
+ "node_modules/inflection": {
337
+ "version": "3.0.2",
338
+ "resolved": "https://registry.npmjs.org/inflection/-/inflection-3.0.2.tgz",
339
+ "integrity": "sha512-+Bg3+kg+J6JUWn8J6bzFmOWkTQ6L/NHfDRSYU+EVvuKHDxUDHAXgqixHfVlzuBQaPOTac8hn43aPhMNk6rMe3g==",
340
+ "license": "MIT",
341
+ "engines": {
342
+ "node": ">=18.0.0"
343
+ }
344
+ },
345
+ "node_modules/json-server": {
346
+ "version": "1.0.0-beta.14",
347
+ "resolved": "https://registry.npmjs.org/json-server/-/json-server-1.0.0-beta.14.tgz",
348
+ "integrity": "sha512-TDiY5iVTPnCUQDqQLwhWQo5/o3XMsbRKdKyyDnBECv4iaiEg2qATvboYLF5icKVt489AAr57jfaLkZ66tTVGwg==",
349
+ "license": "MIT",
350
+ "dependencies": {
351
+ "@tinyhttp/app": "^3.0.1",
352
+ "@tinyhttp/cors": "^2.0.1",
353
+ "@tinyhttp/logger": "^2.1.0",
354
+ "chalk": "^5.6.2",
355
+ "chokidar": "^5.0.0",
356
+ "dot-prop": "^10.1.0",
357
+ "eta": "^4.5.0",
358
+ "inflection": "^3.0.2",
359
+ "json5": "^2.2.3",
360
+ "lowdb": "^7.0.1",
361
+ "milliparsec": "^5.1.0",
362
+ "sirv": "^3.0.2",
363
+ "sort-on": "^7.0.0"
364
+ },
365
+ "bin": {
366
+ "json-server": "lib/bin.js"
367
+ },
368
+ "engines": {
369
+ "node": ">=22.12.0"
370
+ }
371
+ },
372
+ "node_modules/json5": {
373
+ "version": "2.2.3",
374
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
375
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
376
+ "license": "MIT",
377
+ "bin": {
378
+ "json5": "lib/cli.js"
379
+ },
380
+ "engines": {
381
+ "node": ">=6"
382
+ }
383
+ },
384
+ "node_modules/lowdb": {
385
+ "version": "7.0.1",
386
+ "resolved": "https://registry.npmjs.org/lowdb/-/lowdb-7.0.1.tgz",
387
+ "integrity": "sha512-neJAj8GwF0e8EpycYIDFqEPcx9Qz4GUho20jWFR7YiFeXzF1YMLdxB36PypcTSPMA+4+LvgyMacYhlr18Zlymw==",
388
+ "license": "MIT",
389
+ "dependencies": {
390
+ "steno": "^4.0.2"
391
+ },
392
+ "engines": {
393
+ "node": ">=18"
394
+ },
395
+ "funding": {
396
+ "url": "https://github.com/sponsors/typicode"
397
+ }
398
+ },
399
+ "node_modules/milliparsec": {
400
+ "version": "5.1.1",
401
+ "resolved": "https://registry.npmjs.org/milliparsec/-/milliparsec-5.1.1.tgz",
402
+ "integrity": "sha512-jkEDaSWZp4/Q3vprqdqukBqUEyNNqC1pwTjZ5cp9YkaR1wv5fvTCd8VFsecbw7i8DNBGjzhJ83MDoPZlcTaPQg==",
403
+ "license": "MIT",
404
+ "engines": {
405
+ "node": ">=18.13 || >=19.20 || >=20"
406
+ }
407
+ },
408
+ "node_modules/mime": {
409
+ "version": "4.1.0",
410
+ "resolved": "https://registry.npmjs.org/mime/-/mime-4.1.0.tgz",
411
+ "integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
412
+ "funding": [
413
+ "https://github.com/sponsors/broofa"
414
+ ],
415
+ "license": "MIT",
416
+ "bin": {
417
+ "mime": "bin/cli.js"
418
+ },
419
+ "engines": {
420
+ "node": ">=16"
421
+ }
422
+ },
423
+ "node_modules/mrmime": {
424
+ "version": "2.0.1",
425
+ "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
426
+ "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
427
+ "license": "MIT",
428
+ "engines": {
429
+ "node": ">=10"
430
+ }
431
+ },
432
+ "node_modules/readdirp": {
433
+ "version": "5.0.0",
434
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
435
+ "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
436
+ "license": "MIT",
437
+ "engines": {
438
+ "node": ">= 20.19.0"
439
+ },
440
+ "funding": {
441
+ "type": "individual",
442
+ "url": "https://paulmillr.com/funding/"
443
+ }
444
+ },
445
+ "node_modules/regexparam": {
446
+ "version": "2.0.2",
447
+ "resolved": "https://registry.npmjs.org/regexparam/-/regexparam-2.0.2.tgz",
448
+ "integrity": "sha512-A1PeDEYMrkLrfyOwv2jwihXbo9qxdGD3atBYQA9JJgreAx8/7rC6IUkWOw2NQlOxLp2wL0ifQbh1HuidDfYA6w==",
449
+ "license": "MIT",
450
+ "engines": {
451
+ "node": ">=8"
452
+ }
453
+ },
454
+ "node_modules/sirv": {
455
+ "version": "3.0.2",
456
+ "resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz",
457
+ "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
458
+ "license": "MIT",
459
+ "dependencies": {
460
+ "@polka/url": "^1.0.0-next.24",
461
+ "mrmime": "^2.0.0",
462
+ "totalist": "^3.0.0"
463
+ },
464
+ "engines": {
465
+ "node": ">=18"
466
+ }
467
+ },
468
+ "node_modules/sort-on": {
469
+ "version": "7.0.0",
470
+ "resolved": "https://registry.npmjs.org/sort-on/-/sort-on-7.0.0.tgz",
471
+ "integrity": "sha512-e+4RRxt7jsWdGPp4H5PKOER/ELYlemNB1plvW686Qi3j4WVaCjCpro2zaTD7Cn0VtBImq/hg3x1JfovMNXXfJQ==",
472
+ "license": "MIT",
473
+ "dependencies": {
474
+ "dot-prop": "^10.1.0"
475
+ },
476
+ "engines": {
477
+ "node": ">=20"
478
+ },
479
+ "funding": {
480
+ "url": "https://github.com/sponsors/sindresorhus"
481
+ }
482
+ },
483
+ "node_modules/steno": {
484
+ "version": "4.0.2",
485
+ "resolved": "https://registry.npmjs.org/steno/-/steno-4.0.2.tgz",
486
+ "integrity": "sha512-yhPIQXjrlt1xv7dyPQg2P17URmXbuM5pdGkpiMB3RenprfiBlvK415Lctfe0eshk90oA7/tNq7WEiMK8RSP39A==",
487
+ "license": "MIT",
488
+ "engines": {
489
+ "node": ">=18"
490
+ },
491
+ "funding": {
492
+ "url": "https://github.com/sponsors/typicode"
493
+ }
494
+ },
495
+ "node_modules/tagged-tag": {
496
+ "version": "1.0.0",
497
+ "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
498
+ "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
499
+ "license": "MIT",
500
+ "engines": {
501
+ "node": ">=20"
502
+ },
503
+ "funding": {
504
+ "url": "https://github.com/sponsors/sindresorhus"
505
+ }
506
+ },
507
+ "node_modules/totalist": {
508
+ "version": "3.0.1",
509
+ "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz",
510
+ "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
511
+ "license": "MIT",
512
+ "engines": {
513
+ "node": ">=6"
514
+ }
515
+ },
516
+ "node_modules/type-fest": {
517
+ "version": "5.5.0",
518
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.5.0.tgz",
519
+ "integrity": "sha512-PlBfpQwiUvGViBNX84Yxwjsdhd1TUlXr6zjX7eoirtCPIr08NAmxwa+fcYBTeRQxHo9YC9wwF3m9i700sHma8g==",
520
+ "license": "(MIT OR CC0-1.0)",
521
+ "dependencies": {
522
+ "tagged-tag": "^1.0.0"
523
+ },
524
+ "engines": {
525
+ "node": ">=20"
526
+ },
527
+ "funding": {
528
+ "url": "https://github.com/sponsors/sindresorhus"
529
+ }
530
+ }
531
+ }
532
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "scripts": {
3
+ "start": "json-server --watch data/db.json"
4
+ },
5
+ "dependencies": {
6
+ "json-server": "^1.0.0-beta.14"
7
+ }
8
+ }
@@ -0,0 +1,22 @@
1
+ # Frontend - Inventory Management System
2
+
3
+ This directory contains the client-side code for the Inventory Management System. It includes all the HTML, CSS, and JavaScript files necessary to run the user interface.
4
+
5
+ ## Technologies Used
6
+
7
+ - HTML5
8
+ - CSS3
9
+ - JavaScript
10
+ - Bootstrap (for styling)
11
+
12
+ ## Setup and Running Locally
13
+
14
+ To run the frontend application locally, simply open the `index.html` file in your web browser. No special server is required for the frontend itself, as it consumes data from the backend API.
15
+
16
+ ## Development
17
+
18
+ - `index.html`: The main entry point of the application.
19
+ - `css/`: Contains all cascading style sheets.
20
+ - `js/`: Contains all JavaScript files for interactivity and logic.
21
+ - `assets/`: Stores images, fonts, and other static assets.
22
+ - `webfonts/`: Stores web font files.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file