{ "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": "^2.1.0", "multiformats": "^13.3.1", "svelte-i18n": "^4.0.1" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^5.0.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/svelte": "^5.2.6", "@testing-library/user-event": "^14.5.2", "jsdom": "^25.0.1", "svelte": "^5.0.0", "vite": "^6.0.0", "vitest": "^2.1.8" } }