mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2024-12-03 08:45:34 +02:00
81 lines
3.1 KiB
JSON
81 lines
3.1 KiB
JSON
{
|
|
"name": "obsidian-livesync",
|
|
"version": "0.24.2",
|
|
"description": "Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "node esbuild.config.mjs production",
|
|
"buildDev": "node esbuild.config.mjs dev",
|
|
"lint": "eslint src",
|
|
"svelte-check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"tsc-check": "tsc --noEmit",
|
|
"pretty": "npm run prettyNoWrite -- --write --log-level error",
|
|
"prettyCheck": "npm run prettyNoWrite -- --check",
|
|
"prettyNoWrite": "prettier --config ./.prettierrc \"**/*.js\" \"**/*.ts\" \"**/*.json\" ",
|
|
"check": "npm run lint && npm run svelte-check && npm run tsc-check"
|
|
},
|
|
"keywords": [],
|
|
"author": "vorotamoroz",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@chialab/esbuild-plugin-worker": "^0.18.1",
|
|
"@tsconfig/svelte": "^5.0.4",
|
|
"@types/diff-match-patch": "^1.0.36",
|
|
"@types/node": "^22.5.4",
|
|
"@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",
|
|
"@types/pouchdb-core": "^7.0.15",
|
|
"@types/pouchdb-mapreduce": "^6.1.10",
|
|
"@types/pouchdb-replication": "^6.4.7",
|
|
"@types/transform-pouch": "^1.0.6",
|
|
"@typescript-eslint/eslint-plugin": "^8.4.0",
|
|
"@typescript-eslint/parser": "^8.4.0",
|
|
"builtin-modules": "^4.0.0",
|
|
"esbuild": "0.23.1",
|
|
"esbuild-svelte": "^0.8.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.30.0",
|
|
"events": "^3.3.0",
|
|
"obsidian": "^1.6.6",
|
|
"postcss": "^8.4.45",
|
|
"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",
|
|
"prettier": "^3.3.3",
|
|
"svelte": "^4.2.19",
|
|
"svelte-preprocess": "^6.0.2",
|
|
"terser": "^5.31.6",
|
|
"transform-pouch": "^2.0.0",
|
|
"tslib": "^2.7.0",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.645.0",
|
|
"@smithy/fetch-http-handler": "^3.2.4",
|
|
"@smithy/protocol-http": "^4.1.0",
|
|
"@smithy/querystring-builder": "^3.0.3",
|
|
"diff-match-patch": "^1.0.5",
|
|
"esbuild-plugin-inline-worker": "^0.1.1",
|
|
"fflate": "^0.8.2",
|
|
"idb": "^8.0.0",
|
|
"minimatch": "^10.0.1",
|
|
"octagonal-wheels": "^0.1.15",
|
|
"svelte-check": "^4.0.4",
|
|
"xxhash-wasm": "0.4.2",
|
|
"xxhash-wasm-102": "npm:xxhash-wasm@^1.0.2"
|
|
}
|
|
}
|