2021-10-12 23:50:13 +09:00
{
2021-10-15 01:34:03 +09:00
"name" : "obsidian-livesync" ,
2024-11-11 01:22:40 +00:00
"version" : "0.24.1" ,
2021-10-19 17:53:54 +09:00
"description" : "Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication." ,
2021-10-12 23:50:13 +09:00
"main" : "main.js" ,
2022-02-16 18:26:13 +09:00
"type" : "module" ,
2021-10-12 23:50:13 +09:00
"scripts" : {
2022-02-16 18:26:13 +09:00
"dev" : "node esbuild.config.mjs" ,
"build" : "node esbuild.config.mjs production" ,
2024-05-28 08:56:26 +01:00
"buildDev" : "node esbuild.config.mjs dev" ,
2024-10-16 12:44:07 +01:00
"lint" : "eslint src" ,
"svelte-check" : "svelte-check --tsconfig ./tsconfig.json" ,
"tsc-check" : "tsc --noEmit" ,
"check" : "npm run lint && npm run svelte-check && npm run tsc-check"
2021-10-12 23:50:13 +09:00
} ,
"keywords" : [ ] ,
2021-10-15 01:34:03 +09:00
"author" : "vorotamoroz" ,
2021-10-12 23:50:13 +09:00
"license" : "MIT" ,
"devDependencies" : {
2024-09-07 01:43:21 +09:00
"@chialab/esbuild-plugin-worker" : "^0.18.1" ,
2024-07-12 10:11:16 +01:00
"@tsconfig/svelte" : "^5.0.4" ,
2024-03-15 10:35:41 +01:00
"@types/diff-match-patch" : "^1.0.36" ,
2024-09-07 01:43:21 +09:00
"@types/node" : "^22.5.4" ,
2024-03-15 10:35:41 +01:00
"@types/pouchdb" : "^6.4.2" ,
"@types/pouchdb-adapter-http" : "^6.1.6" ,
"@types/pouchdb-adapter-idb" : "^6.1.7" ,
"@types/pouchdb-browser" : "^6.1.5" ,
2024-09-07 01:43:21 +09:00
"@types/pouchdb-core" : "^7.0.15" ,
2024-03-15 10:35:41 +01:00
"@types/pouchdb-mapreduce" : "^6.1.10" ,
"@types/pouchdb-replication" : "^6.4.7" ,
"@types/transform-pouch" : "^1.0.6" ,
2024-09-07 01:43:21 +09:00
"@typescript-eslint/eslint-plugin" : "^8.4.0" ,
"@typescript-eslint/parser" : "^8.4.0" ,
2024-07-12 10:11:16 +01:00
"builtin-modules" : "^4.0.0" ,
2024-09-07 01:43:21 +09:00
"esbuild" : "0.23.1" ,
2024-07-12 10:11:16 +01:00
"esbuild-svelte" : "^0.8.1" ,
2024-03-15 10:35:41 +01:00
"eslint" : "^8.57.0" ,
2022-11-23 10:27:12 +09:00
"eslint-config-airbnb-base" : "^15.0.0" ,
2024-09-07 01:43:21 +09:00
"eslint-plugin-import" : "^2.30.0" ,
2022-12-27 18:09:51 +09:00
"events" : "^3.3.0" ,
2024-09-07 01:43:21 +09:00
"obsidian" : "^1.6.6" ,
"postcss" : "^8.4.45" ,
2024-07-12 10:11:16 +01:00
"postcss-load-config" : "^6.0.1" ,
"pouchdb-adapter-http" : "^9.0.0" ,
"pouchdb-adapter-idb" : "^9.0.0" ,
"pouchdb-adapter-indexeddb" : "^9.0.0" ,
"pouchdb-core" : "^9.0.0" ,
"pouchdb-errors" : "^9.0.0" ,
"pouchdb-find" : "^9.0.0" ,
"pouchdb-mapreduce" : "^9.0.0" ,
"pouchdb-merge" : "^9.0.0" ,
"pouchdb-replication" : "^9.0.0" ,
"pouchdb-utils" : "^9.0.0" ,
2024-09-07 01:43:21 +09:00
"svelte" : "^4.2.19" ,
2024-07-12 10:11:16 +01:00
"svelte-preprocess" : "^6.0.2" ,
2024-09-07 01:43:21 +09:00
"terser" : "^5.31.6" ,
2022-12-27 18:09:51 +09:00
"transform-pouch" : "^2.0.0" ,
2024-09-07 01:43:21 +09:00
"tslib" : "^2.7.0" ,
"typescript" : "^5.5.4"
2021-10-14 19:27:08 +09:00
} ,
"dependencies" : {
2024-09-07 01:43:21 +09:00
"@aws-sdk/client-s3" : "^3.645.0" ,
"@smithy/fetch-http-handler" : "^3.2.4" ,
"@smithy/protocol-http" : "^4.1.0" ,
2024-07-12 10:11:16 +01:00
"@smithy/querystring-builder" : "^3.0.3" ,
2021-10-15 17:58:42 +09:00
"diff-match-patch" : "^1.0.5" ,
2024-05-30 10:52:20 +01:00
"esbuild-plugin-inline-worker" : "^0.1.1" ,
2024-04-18 12:30:29 +01:00
"fflate" : "^0.8.2" ,
2024-03-15 10:35:41 +01:00
"idb" : "^8.0.0" ,
2024-07-12 10:11:16 +01:00
"minimatch" : "^10.0.1" ,
2024-09-24 14:00:44 +01:00
"octagonal-wheels" : "^0.1.15" ,
2024-10-16 12:44:07 +01:00
"svelte-check" : "^4.0.4" ,
2023-08-04 09:45:04 +01:00
"xxhash-wasm" : "0.4.2" ,
2023-06-15 17:55:58 +09:00
"xxhash-wasm-102" : "npm:xxhash-wasm@^1.0.2"
2021-10-12 23:50:13 +09:00
}
2024-10-17 09:57:42 +01:00
}