{ "name": "web-ui", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\"", "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx}\"" }, "dependencies": { "@tanstack/react-table": "^8.20.6", "@types/plotly.js": "^2.35.2", "axios": "^1.7.9", "katex": "^0.16.21", "plotly.js-dist-min": "^2.35.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-markdown": "^9.0.3", "react-plotly.js": "^2.6.0", "react-router-dom": "^7.1.3", "rehype-katex": "^7.0.1", "remark-math": "^6.0.0", "yaml": "^2.7.0" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@types/react-plotly.js": "^2.6.3", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", "postcss": "^8.5.1", "prettier": "^3.4.2", "tailwindcss": "^4.0.0", "typescript": "~5.6.2", "typescript-eslint": "^8.18.2", "vite": "^6.0.5" } }