mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-05 22:03:16 -04:00
* Big bruh moment * whoops * Less stackoverflowy debug * stuff * Fix flawed P2P mDNS instance advertisements * do sync when connecting with peer * Sync after pairing * resync_part2 all the time * Invalidate all the things * Invalidate whole React Query on sync event * emit_messages_flag * emit_messages_flag * Backend feature flags + "emitSyncEvents" feature * Patch `confirm` type cause Tauri cringe * clippy * idk but plz work * bruh * Fix ComLink bug * remove log --------- Co-authored-by: Brendan Allan <brendonovich@outlook.com>
30 lines
730 B
JSON
30 lines
730 B
JSON
{
|
|
"name": "@sd/config",
|
|
"version": "0.0.0",
|
|
"license": "GPL-3.0-only",
|
|
"exports": {
|
|
"./*": "./*",
|
|
"./vite": "./vite"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --cache"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
|
"@typescript-eslint/parser": "^5.59.6",
|
|
"eslint": "^8.41.0",
|
|
"eslint-config-next": "13.3.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-config-turbo": "^1.9.8",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-tailwindcss": "^3.12.0",
|
|
"eslint-utils": "^3.0.0",
|
|
"regexpp": "^3.2.0",
|
|
"vite-plugin-comlink": "^3.0.5",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-svgr": "^2.2.1"
|
|
}
|
|
}
|