mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-04-13 04:18:44 +00:00
18 lines
403 B
JSON
18 lines
403 B
JSON
{
|
|
"name": "livesync-webapp",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"description": "Browser-based Self-hosted LiveSync using FileSystem API",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"typescript": "5.9.3",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|