{ "name": "talkomatic", "version": "0.0.1", "private": true, "scripts": { "dev": "vite dev", "build": "vite build", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.0.0", "@sveltejs/kit": "^2.0.0", "@sveltejs/vite-plugin-svelte": "^3.0.0", "autoprefixer": "^10.4.20", "daisyui": "^4.12.10", "postcss": "^8.4.41", "svelte": "^5.0.0-next.1", "svelte-check": "^3.6.0", "tailwindcss": "^3.4.10", "typescript": "^5.0.0", "vite": "^5.0.3" }, "type": "module", "trustedDependencies": [ "svelte-preprocess" ], "dependencies": { "@olli/kvdex": "npm:@jsr/olli__kvdex", "@ts-rex/argon2": "npm:@jsr/ts-rex__argon2", "lucia": "^3.2.0" } }