{ "name": "iknowyou", "type": "module", "version": "1.0.0", "scripts": { "dev:frontend": "astro dev", "dev:backend": "cd ../back/ && air", "dev": "concurrently \"bun dev:frontend\" \"bun dev:backend\"", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/svelte": "8.0.4", "@lucide/svelte": "^1.7.0", "@tailwindcss/vite": "^4.2.1", "ansi_up": "^6.0.6", "astro": "6.1.2", "dompurify": "^3.3.3", "js-yaml": "^4.1.1", "remark-github-blockquote-alert": "^2.1.0", "svelte": "^5.53.12", "tailwindcss": "^4.2.1", "typescript": "^5.9.3" }, "devDependencies": { "@tailwindcss/typography": "^0.5.19", "@types/dompurify": "^3.2.0", "@types/js-yaml": "^4.0.9", "@types/node": "^25.5.0", "concurrently": "^9.2.1", "daisyui": "^5.5.19" } }