config: 🔧 add lowdb and async-mutex

This commit is contained in:
Ravinou 2025-04-05 11:34:54 +02:00
commit 2463a61943
No known key found for this signature in database
GPG key ID: EEEE670C40F6A4D7
2 changed files with 40 additions and 0 deletions

38
package-lock.json generated
View file

@ -9,9 +9,11 @@
"version": "2.4.4",
"dependencies": {
"@tabler/icons-react": "^3.29.0",
"async-mutex": "^0.5.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.7",
"date-fns": "^4.1.0",
"lowdb": "^7.0.1",
"next": "^15.1.6",
"next-auth": "^4.24.10",
"nodemailer": "^6.10.0",
@ -3119,6 +3121,15 @@
"dev": true,
"license": "MIT"
},
"node_modules/async-mutex": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.5.0.tgz",
"integrity": "sha512-1A94B18jkJ3DYq284ohPxoXbfTA5HsQ7/Mf4DEhcyLx3Bz27Rh59iScbB6EPiP+B+joue6YCxcMXSbFC1tZKwA==",
"license": "MIT",
"dependencies": {
"tslib": "^2.4.0"
}
},
"node_modules/asynckit": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
@ -8097,6 +8108,21 @@
"loose-envify": "cli.js"
}
},
"node_modules/lowdb": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/lowdb/-/lowdb-7.0.1.tgz",
"integrity": "sha512-neJAj8GwF0e8EpycYIDFqEPcx9Qz4GUho20jWFR7YiFeXzF1YMLdxB36PypcTSPMA+4+LvgyMacYhlr18Zlymw==",
"license": "MIT",
"dependencies": {
"steno": "^4.0.2"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
}
},
"node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@ -9808,6 +9834,18 @@
"node": ">=8"
}
},
"node_modules/steno": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/steno/-/steno-4.0.2.tgz",
"integrity": "sha512-yhPIQXjrlt1xv7dyPQg2P17URmXbuM5pdGkpiMB3RenprfiBlvK415Lctfe0eshk90oA7/tNq7WEiMK8RSP39A==",
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
}
},
"node_modules/streamsearch": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",

View file

@ -15,9 +15,11 @@
},
"dependencies": {
"@tabler/icons-react": "^3.29.0",
"async-mutex": "^0.5.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.7",
"date-fns": "^4.1.0",
"lowdb": "^7.0.1",
"next": "^15.1.6",
"next-auth": "^4.24.10",
"nodemailer": "^6.10.0",