kepler-chat/package.json
2025-09-09 20:32:57 +05:30

91 lines
2.9 KiB
JSON

{
"name": "thom-chat",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "concurrently -n \"convex,vite\" -c \"blue.bold,green.bold\" \"convex dev\" \"vite dev\"",
"dev:host": "concurrently -n \"convex,vite\" -c \"blue.bold,green.bold\" \"convex dev\" \"vite dev --host\"",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"test:unit": "vitest",
"test": "npm run test:unit -- --run && npm run test:e2e",
"test:e2e": "playwright test"
},
"devDependencies": {
"@better-auth-kit/convex": "^1.2.2",
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@iconify/json": "^2.2.349",
"@playwright/test": "^1.49.1",
"@shikijs/langs": "^3.6.0",
"@shikijs/markdown-it": "^3.6.0",
"@shikijs/themes": "^3.6.0",
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/vite": "^4.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.4",
"@vercel/functions": "^2.2.0",
"bits-ui": "^2.8.5",
"clsx": "^2.1.1",
"concurrently": "^9.1.2",
"convex": "^1.24.8",
"convex-svelte": "^0.0.11",
"dotenv": "^16.5.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^3.0.0",
"globals": "^16.0.0",
"isomorphic-dompurify": "^2.25.0",
"jsdom": "^26.0.0",
"melt": "^0.38.0",
"mode-watcher": "^1.0.8",
"neverthrow": "^8.2.0",
"@anthropic-ai/sdk": "^0.29.0",
"@google/generative-ai": "^0.21.0",
"@mistralai/mistralai": "^1.1.0",
"cohere-ai": "^7.14.0",
"openai": "^5.5.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"runed": "^0.28.0",
"shiki": "^3.6.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-meta-tags": "^4.4.0",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.0.0",
"tw-animate-css": "^1.3.4",
"typescript": "^5.0.0",
"typescript-eslint": "^8.20.0",
"unplugin-icons": "^22.1.0",
"vite": "^6.2.6",
"vitest": "^3.2.3"
},
"dependencies": {
"@floating-ui/dom": "^1.7.1",
"@fontsource-variable/fraunces": "^5.2.7",
"@fontsource-variable/geist-mono": "^5.2.6",
"@fontsource-variable/inter": "^5.2.6",
"@fontsource-variable/inter-tight": "^5.2.6",
"@fontsource-variable/montserrat": "^5.2.6",
"@fontsource-variable/nunito-sans": "^5.2.6",
"@fontsource-variable/open-sans": "^5.2.6",
"@fontsource/instrument-serif": "^5.2.6",
"@keplersystems/kepler-ai-sdk": "^1.0.6",
"better-auth": "^1.2.9",
"convex-helpers": "^0.1.94",
"hastscript": "^9.0.1",
"markdown-it-async": "^2.2.0",
"zod": "^3.25.64"
}
}