{ "name": "frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "format": "prettier --write \"src/**/*.{ts,tsx,css,json}\"", "format:check": "prettier --check \"src/**/*.{ts,tsx,css,json}\"", "preview": "vite preview" }, "engines": { "node": ">=20" }, "dependencies": { "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-slider": "^1.3.6", "@radix-ui/react-slot": "^1.2.4", "@tailwindcss/postcss": "^4.2.4", "@tailwindcss/vite": "^4.2.4", "@tanstack/react-query": "^5.100.5", "@tanstack/react-query-devtools": "^5.100.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.11.0", "plotly.js-dist-min": "^3.5.0", "react": "^19.2.5", "react-dom": "^19.2.5", "react-plotly.js": "^2.6.0", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.2.4", "tslib": "^2.8.1", "tw-animate-css": "^1.4.0", "zustand": "^5.0.12" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^24.12.2", "@types/plotly.js": "^3.0.10", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/react-plotly.js": "^2.6.4", "@vitejs/plugin-react": "^6.0.1", "eslint": "^10.2.1", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.5.0", "prettier": "^3.8.3", "typescript": "~6.0.2", "typescript-eslint": "^8.58.2", "vite": "^8.0.10" } }