Add webdav upload script and docs
This commit is contained in:
parent
d6c414f887
commit
bf3e635a1c
7 changed files with 426 additions and 36 deletions
|
@ -13,7 +13,8 @@
|
|||
"cz": "cz",
|
||||
"prepare": "husky install",
|
||||
"lint": "eslint .",
|
||||
"joplin": "node src/utils/joplin.js"
|
||||
"joplin": "node src/utils/joplin.mjs",
|
||||
"upload": "node src/utils/upload.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.7.0",
|
||||
|
@ -33,7 +34,8 @@
|
|||
"sass": "^1.77.2",
|
||||
"satori": "^0.10.11",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"typescript": "^5.4.5"
|
||||
"typescript": "^5.4.5",
|
||||
"webdav": "^5.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/react": "^3.0.9",
|
||||
|
@ -48,6 +50,7 @@
|
|||
"astro-eslint-parser": "^0.16.2",
|
||||
"commitizen": "^4.3.0",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"dotenv": "^16.4.7",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-plugin-astro": "^0.31.3",
|
||||
"husky": "^8.0.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue