{ "name": "frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@base-ui/react": "^1.3.0", "@fontsource-variable/geist": "^5.2.8", "@tailwindcss/postcss": "^4.2.1", "@types/dagre": "^0.7.54", "@types/react-grid-layout": "^1.3.6", "@types/react-syntax-highlighter": "^15.5.13", "@xyflow/react": "^12.10.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "dagre": "^0.8.5", "i18next": "^25.9.0", "i18next-browser-languagedetector": "^8.2.1", "lucide-react": "^0.577.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-grid-layout": "^2.2.2", "react-i18next": "^16.5.8", "react-markdown": "^10.1.0", "react-router-dom": "^7.13.1", "react-syntax-highlighter": "^16.1.1", "react-vega": "^8.0.0", "recharts": "^3.8.0", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.1", "shadcn": "^4.0.6", "sql-formatter": "^15.7.2", "tailwind-merge": "^3.5.0", "tw-animate-css": "^1.4.0", "vega": "^6.2.0", "vega-lite": "^6.4.2", "zustand": "^5.0.11" }, "devDependencies": { "@eslint/js": "^9.39.4", "@tailwindcss/typography": "^0.5.19", "@types/node": "^24.12.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.27", "eslint": "^9.39.4", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", "postcss": "^8.5.8", "tailwindcss": "^4.2.1", "typescript": "~5.6.3", "typescript-eslint": "^8.56.1", "vite": "^5.4.11" } }