{ "name": "tsunami-frontend", "author": { "name": "Command Line Inc", "email": "info@commandline.dev" }, "description": "Tsunami Frontend - React application", "license": "Apache-2.0", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "build:dev": "NODE_ENV=development vite build --mode development", "preview": "vite preview", "type-check": "tsc --noEmit" }, "dependencies": { "clsx": "^2.1.1", "debug": "^4.4.3", "jotai": "^2.13.1", "react": "^19.2.0", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", "recharts": "^3.1.2", "tailwind-merge": "^3.3.1" }, "devDependencies": { "@tailwindcss/cli": "^4.2.1", "@tailwindcss/vite": "^4.2.1", "@types/react": "^19", "@types/react-dom": "^19", "@vitejs/plugin-react-swc": "^4.2.3", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "vite": "^6.4.2" } }