{ "name": "tranquil-pds-frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage" }, "dependencies": { "@atcute/cbor": "^2.2.8", "@atcute/crypto": "^2.3.0", "@atcute/did-plc": "^0.3.1", "@atcute/multibase": "^1.1.6", "@noble/secp256k1": "^3.0.0", "multiformats": "^13.4.2", "svelte-i18n": "^4.0.1", "zod": "^4.3.5" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^6.2.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/svelte": "^5.3.1", "@testing-library/user-event": "^14.6.1", "jsdom": "^25.0.1", "svelte": "^5.46.1", "svelte-check": "^4.3.5", "typescript": "^5.9.3", "vite": "^7.3.0", "vitest": "^4.0.16" } }