Files
Resonant/package.json
T
cyph3rasi 76ec2ecd46 Add secure five-digit LAN pairing with automatic host discovery, encrypted credential handoff, polished host/client setup UI, persistence, tests, and documentation.
Hop-State: A_06FNQN729W1JAHZXV6PY1N0
Hop-Proposal: R_06FNQN68SGDZRN85WXQGSWG
Hop-Task: T_06FNQHGRCHN66DEC5171JF8
Hop-Attempt: AT_06FNQHGRCHPM6DR3BVFFMXG
2026-07-13 07:15:06 -07:00

41 lines
1.2 KiB
JSON

{
"name": "resonant",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"test": "vitest run",
"test:watch": "vitest",
"sidecar:prepare": "node scripts/prepare-navidrome.mjs",
"desktop:dev": "npm run sidecar:prepare && tauri dev",
"desktop:build": "npm run sidecar:prepare && tauri build",
"tauri": "npm run sidecar:prepare && tauri",
"check": "npm run sidecar:prepare && npm run test && npm run build && cargo test --manifest-path src-tauri/Cargo.toml --lib"
},
"dependencies": {
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-dialog": "^2.7.1",
"lucide-react": "^1.24.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"spark-md5": "^3.0.2"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/node": "latest",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/spark-md5": "^3.0.5",
"@vitejs/plugin-react": "latest",
"esbuild": "latest",
"jsdom": "latest",
"typescript": "latest",
"vite": "^8.1.4",
"vitest": "latest"
}
}