nightly - 2025-09-24

This commit is contained in:
2025-09-25 00:13:34 -04:00
parent fc2d95d465
commit c71397cfbd
10 changed files with 311 additions and 10 deletions

View File

@@ -7,6 +7,9 @@
"": {
"name": "webapp",
"version": "0.0.1",
"dependencies": {
"hotkeys-js": "^3.13.15"
},
"devDependencies": {
"@libsql/client": "^0.14.0",
"@sveltejs/adapter-node": "^5.2.12",
@@ -2164,6 +2167,15 @@
"node": ">= 0.4"
}
},
"node_modules/hotkeys-js": {
"version": "3.13.15",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.13.15.tgz",
"integrity": "sha512-gHh8a/cPTCpanraePpjRxyIlxDFrIhYqjuh01UHWEwDpglJKCnvLW8kqSx5gQtOuSsJogNZXLhOdbSExpgUiqg==",
"license": "MIT",
"funding": {
"url": "https://jaywcjlove.github.io/#/sponsor"
}
},
"node_modules/is-core-module": {
"version": "2.16.1",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",