WIP push-to-talk Letta chat frontend
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at bbe0a5202b1190232f63cef6cbe273ccf84b13a1 34 lines 994 B view raw
1{ 2 "name": "miwiwi", 3 "version": "0.1.0", 4 "description": "", 5 "type": "module", 6 "scripts": { 7 "dev": "vite dev", 8 "build": "vite build", 9 "preview": "vite preview", 10 "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", 11 "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", 12 "tauri": "tauri" 13 }, 14 "license": "MIT", 15 "dependencies": { 16 "@deno/vite-plugin": "^1.0.5", 17 "@tailwindcss/vite": "^4.1.12", 18 "@tauri-apps/api": "^2", 19 "@tauri-apps/plugin-opener": "^2", 20 "@tauri-apps/plugin-positioner": "~2.3.0", 21 "@tauri-apps/plugin-window-state": "~2.4.0", 22 "tailwindcss": "^4.1.12" 23 }, 24 "devDependencies": { 25 "@sveltejs/adapter-static": "^3.0.6", 26 "@sveltejs/kit": "^2.9.0", 27 "@sveltejs/vite-plugin-svelte": "^5.0.0", 28 "svelte": "^5.0.0", 29 "svelte-check": "^4.0.0", 30 "typescript": "~5.6.2", 31 "vite": "^6.0.3", 32 "@tauri-apps/cli": "^2" 33 } 34}