mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 12:10:28 +00:00
35 lines
1 KiB
JSON
35 lines
1 KiB
JSON
{
|
|
"name": "obsidian-github-sync",
|
|
"version": "0.0.6",
|
|
"description": "A plugin to sync a Github repository with an Obsidian vault",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "Silvano Cerza",
|
|
"license": "AGPL-3.0-only",
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.5",
|
|
"@types/react": "^19.0.4",
|
|
"@types/react-dom": "^19.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.19.0",
|
|
"@typescript-eslint/parser": "^8.19.0",
|
|
"builtin-modules": "^4.0.0",
|
|
"esbuild": "^0.24.2",
|
|
"obsidian": "^1.7.2",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-markdown": "^6.3.2",
|
|
"@codemirror/state": "^6.5.2",
|
|
"@codemirror/view": "^6.36.2",
|
|
"@uiw/react-codemirror": "^4.23.8",
|
|
"codemirror": "^6.0.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
}
|
|
}
|