feat(BUG): Azure CosmosDB Integration

This commit is contained in:
2025-06-03 02:41:26 +09:00
parent f6d77c8c9b
commit 3256dc4395
5 changed files with 2579 additions and 368 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "jest",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri",
@@ -18,6 +19,7 @@
"dependencies": {
"@adobe/css-tools": "4.3.2",
"@aws-crypto/sha256-js": "^5.2.0",
"@azure/cosmos": "^4.4.1",
"@breezystack/lamejs": "^1.2.7",
"@browsermt/bergamot-translator": "^0.4.9",
"@capacitor/android": "^5.6.0",
@@ -91,7 +93,8 @@
"uuid": "^9.0.1",
"wasmoon": "^1.16.0",
"wavefile": "^11.0.0",
"web-streams-polyfill": "^3.3.2"
"web-streams-polyfill": "^3.3.2",
"yup": "^1.6.1"
},
"devDependencies": {
"@capacitor/assets": "^3.0.4",
@@ -105,6 +108,7 @@
"@types/blueimp-md5": "^2.18.2",
"@types/codemirror": "^5.60.15",
"@types/diff": "^6.0.0",
"@types/jest": "^29.5.14",
"@types/libsodium-wrappers-sumo": "^0.7.8",
"@types/lodash": "^4.14.202",
"@types/lodash.isequal": "^4.5.8",
@@ -117,6 +121,7 @@
"@types/wicg-file-system-access": "^2020.9.8",
"autoprefixer": "^10.4.16",
"internal-ip": "^7.0.0",
"jest": "^29.7.0",
"postcss": "^8.4.33",
"svelte": "^5.1.9",
"svelte-check": "^4.0.5",
@@ -127,5 +132,6 @@
"vite": "^5.4.4",
"vite-plugin-top-level-await": "1.4.1",
"vite-plugin-wasm": "3.3.0"
}
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}