2021-10-17 14:47:48 +00:00
|
|
|
{
|
2021-10-17 14:50:12 +00:00
|
|
|
"name": "obsidian-save-remote",
|
2021-11-02 17:05:16 +00:00
|
|
|
"version": "0.0.6",
|
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": {
|
2021-10-20 15:42:11 +00:00
|
|
|
"dev": "webpack --mode development --watch",
|
2021-10-19 17:57:08 +00:00
|
|
|
"build": "webpack --mode production",
|
2021-10-17 14:50:12 +00:00
|
|
|
"format": "npx prettier --write .",
|
|
|
|
"clean": "npx rimraf main.js"
|
|
|
|
},
|
|
|
|
"source": "main.ts",
|
2021-10-17 14:47:48 +00:00
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
2021-10-17 14:50:12 +00:00
|
|
|
"license": "Apache-2.0",
|
2021-10-17 14:47:48 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^14.14.37",
|
2021-11-04 15:58:20 +00:00
|
|
|
"@types/mime-types": "^2.1.1",
|
2021-10-17 14:50:12 +00:00
|
|
|
"prettier": "^2.4.1",
|
2021-10-20 15:49:40 +00:00
|
|
|
"terser-webpack-plugin": "^5.2.4",
|
2021-10-19 17:57:08 +00:00
|
|
|
"ts-loader": "^9.2.6",
|
2021-10-17 14:47:48 +00:00
|
|
|
"tslib": "^2.2.0",
|
2021-10-19 17:57:08 +00:00
|
|
|
"typescript": "^4.4.4",
|
|
|
|
"webdav-server": "^2.6.2",
|
|
|
|
"webpack": "^5.58.2",
|
|
|
|
"webpack-cli": "^4.9.1"
|
2021-10-17 14:50:12 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@aws-sdk/client-s3": "^3.37.0",
|
2021-10-19 17:57:08 +00:00
|
|
|
"@aws-sdk/signature-v4-crt": "^3.37.0",
|
2021-10-27 02:15:14 +00:00
|
|
|
"acorn": "^8.5.0",
|
2021-10-19 17:57:08 +00:00
|
|
|
"aws-crt": "^1.10.1",
|
2021-10-27 02:15:14 +00:00
|
|
|
"buffer": "^6.0.3",
|
2021-10-17 14:50:12 +00:00
|
|
|
"codemirror": "^5.63.1",
|
2021-10-26 16:33:35 +00:00
|
|
|
"hi-base32": "^0.5.1",
|
2021-10-23 04:02:03 +00:00
|
|
|
"lovefield-ts": "^0.7.0",
|
2021-10-18 16:38:20 +00:00
|
|
|
"mime-types": "^2.1.33",
|
|
|
|
"obsidian": "^0.12.0",
|
2021-10-27 02:15:14 +00:00
|
|
|
"path-browserify": "^1.0.1",
|
|
|
|
"process": "^0.11.10",
|
2021-10-17 14:50:12 +00:00
|
|
|
"rimraf": "^3.0.2",
|
2021-10-27 02:15:14 +00:00
|
|
|
"stream-browserify": "^3.0.0",
|
2021-10-17 14:50:12 +00:00
|
|
|
"webdav": "^4.7.0",
|
2021-10-18 16:38:20 +00:00
|
|
|
"webdav-fs": "^4.0.0"
|
2021-10-17 14:47:48 +00:00
|
|
|
}
|
|
|
|
}
|