remotely-save_remotely-save/package.json

106 lines
3.1 KiB
JSON
Raw Permalink Normal View History

2021-10-17 14:47:48 +00:00
{
2021-12-03 17:18:20 +00:00
"name": "remotely-save",
2024-10-20 09:12:42 +00:00
"version": "0.5.25",
2021-10-17 14:50:12 +00:00
"description": "This is yet another sync plugin for Obsidian app.",
2021-10-17 14:47:48 +00:00
"scripts": {
2023-12-17 07:18:23 +00:00
"dev2": "node esbuild.config.mjs --watch",
2021-11-30 17:49:29 +00:00
"build2": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"build": "webpack --mode production",
2022-01-08 06:36:22 +00:00
"dev": "webpack --mode development --watch",
2024-07-27 11:37:55 +00:00
"format": "npx @biomejs/biome check --write .",
2021-11-04 17:21:58 +00:00
"clean": "npx rimraf main.js",
"test": "mocha --import=tsx 'tests/**/*.ts' 'pro/tests/**/*.ts'"
2021-10-17 14:50:12 +00:00
},
2021-11-27 06:45:46 +00:00
"browser": {
"path": "path-browserify",
2024-06-22 16:35:35 +00:00
"process": "process/browser",
2021-12-28 16:35:46 +00:00
"stream": "stream-browserify",
2022-02-12 04:28:47 +00:00
"crypto": "crypto-browserify",
2024-04-26 18:27:24 +00:00
"url": "url/",
"fs": false,
"vm": false
2021-11-27 06:45:46 +00:00
},
2021-10-17 14:50:12 +00:00
"source": "main.ts",
2021-10-17 14:47:48 +00:00
"keywords": [],
"author": "",
2024-05-26 16:33:49 +00:00
"license": "SEE LICENSE IN LICENSE",
2021-10-17 14:47:48 +00:00
"devDependencies": {
2024-07-27 11:37:55 +00:00
"@biomejs/biome": "1.8.3",
2023-12-17 07:18:23 +00:00
"@microsoft/microsoft-graph-types": "^2.40.0",
2024-07-27 11:37:55 +00:00
"@types/chai": "^4.3.16",
2023-12-17 07:18:23 +00:00
"@types/chai-as-promised": "^7.1.8",
2024-07-27 11:37:55 +00:00
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.7",
2023-12-17 07:18:23 +00:00
"@types/mime-types": "^2.1.4",
2024-07-27 11:37:55 +00:00
"@types/mocha": "^10.0.7",
2023-12-17 07:18:23 +00:00
"@types/mustache": "^4.2.5",
2024-07-27 11:37:55 +00:00
"@types/node": "^20.14.12",
2023-12-17 07:18:23 +00:00
"@types/qrcode": "^1.5.5",
2024-07-27 11:37:55 +00:00
"builtin-modules": "^4.0.0",
2021-11-07 06:51:00 +00:00
"cross-env": "^7.0.3",
2024-04-26 18:35:38 +00:00
"dotenv": "^16.4.5",
2024-07-27 11:37:55 +00:00
"esbuild": "^0.23.0",
2024-03-24 16:21:56 +00:00
"esbuild-plugin-inline-worker": "^0.1.1",
2024-07-27 11:37:55 +00:00
"jsdom": "^24.1.1",
"mocha": "^10.7.0",
2024-04-26 18:35:38 +00:00
"npm-check-updates": "^16.14.20",
"obsidian": "^1.5.7",
2024-07-27 11:37:55 +00:00
"openapi-typescript": "^7.1.0",
2023-12-17 07:18:23 +00:00
"ts-loader": "^9.5.1",
2024-07-27 11:37:55 +00:00
"tslib": "^2.6.3",
"tsx": "^4.16.2",
2024-07-27 11:37:55 +00:00
"typescript": "^5.5.4",
2021-11-30 17:49:29 +00:00
"webdav-server": "^2.6.2",
2024-07-27 11:37:55 +00:00
"webpack": "^5.93.0",
2024-03-24 16:21:56 +00:00
"webpack-cli": "^5.1.4",
"worker-loader": "^3.0.8"
2021-10-17 14:50:12 +00:00
},
"dependencies": {
2024-07-27 11:37:55 +00:00
"@aws-sdk/client-s3": "^3.620.0",
"@aws-sdk/lib-storage": "^3.620.0",
"@aws-sdk/signature-v4-crt": "^3.620.0",
"@aws-sdk/types": "^3.609.0",
"@azure/msal-node": "^2.12.0",
"@azure/storage-blob": "^12.24.0",
2024-03-24 16:21:56 +00:00
"@fyears/rclone-crypt": "^0.0.7",
2022-01-22 09:11:12 +00:00
"@fyears/tsqueue": "^1.0.1",
2023-12-17 07:18:23 +00:00
"@microsoft/microsoft-graph-client": "^3.0.7",
2024-05-26 16:33:49 +00:00
"@sanity/diff-match-patch": "^3.1.1",
2024-07-27 11:37:55 +00:00
"@smithy/fetch-http-handler": "^3.2.4",
"@smithy/protocol-http": "^4.1.0",
"@smithy/querystring-builder": "^3.0.3",
"acorn": "^8.12.1",
2023-12-17 07:18:23 +00:00
"aggregate-error": "^5.0.0",
"assert": "^2.1.0",
2024-07-27 11:37:55 +00:00
"aws-crt": "^1.21.3",
"box-typescript-sdk-gen": "^1.3.0",
2021-10-27 02:15:14 +00:00
"buffer": "^6.0.3",
2021-11-28 04:20:38 +00:00
"crypto-browserify": "^3.12.0",
2023-12-17 07:18:23 +00:00
"dropbox": "^10.34.0",
"emoji-regex": "^10.3.0",
"http-status-codes": "^2.3.0",
2021-11-14 12:24:33 +00:00
"localforage": "^1.10.0",
"localforage-getitems": "^1.4.2",
2024-05-17 14:59:34 +00:00
"localforage-removeitems": "^1.4.0",
2022-01-01 10:37:48 +00:00
"lodash": "^4.17.21",
2024-07-27 11:37:55 +00:00
"lucide": "^0.416.0",
2022-04-30 06:22:34 +00:00
"mime-types": "^2.1.35",
"mustache": "^4.2.0",
2024-04-26 18:35:38 +00:00
"nanoid": "^5.0.7",
2024-05-26 16:33:49 +00:00
"node-diff3": "^3.1.2",
2024-07-27 11:37:55 +00:00
"openapi-fetch": "^0.10.2",
2023-12-17 07:18:23 +00:00
"p-queue": "^8.0.1",
2021-10-27 02:15:14 +00:00
"path-browserify": "^1.0.1",
2024-06-09 14:37:55 +00:00
"pcloud-sdk-js": "^2.0.0",
2021-10-27 02:15:14 +00:00
"process": "^0.11.10",
2023-12-17 07:18:23 +00:00
"qrcode": "^1.5.3",
"rfc4648": "^1.5.3",
2024-07-27 11:37:55 +00:00
"rimraf": "^6.0.1",
2021-10-27 02:15:14 +00:00
"stream-browserify": "^3.0.0",
2024-07-27 11:37:55 +00:00
"url": "^0.11.4",
2023-12-17 07:18:23 +00:00
"util": "^0.12.5",
2024-04-26 18:35:38 +00:00
"webdav": "^5.6.0",
2023-12-17 07:18:23 +00:00
"xregexp": "^5.1.1"
2021-10-17 14:47:48 +00:00
}
}