1{
2 "name": "web-ui",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc -b && vite build",
9 "lint": "eslint .",
10 "preview": "vite preview",
11 "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\""
12 },
13 "dependencies": {
14 "@tanstack/react-table": "^8.20.6",
15 "@types/plotly.js": "^2.35.2",
16 "axios": "^1.7.9",
17 "plotly.js-dist-min": "^2.35.3",
18 "react": "^18.3.1",
19 "react-dom": "^18.3.1",
20 "react-plotly.js": "^2.6.0"
21 },
22 "devDependencies": {
23 "@eslint/js": "^9.17.0",
24 "@types/react": "^18.3.18",
25 "@types/react-dom": "^18.3.5",
26 "@types/react-plotly.js": "^2.6.3",
27 "@vitejs/plugin-react": "^4.3.4",
28 "autoprefixer": "^10.4.20",
29 "eslint": "^9.17.0",
30 "eslint-plugin-react-hooks": "^5.0.0",
31 "eslint-plugin-react-refresh": "^0.4.16",
32 "globals": "^15.14.0",
33 "postcss": "^8.5.1",
34 "prettier": "^3.4.2",
35 "tailwindcss": "^4.0.0",
36 "typescript": "~5.6.2",
37 "typescript-eslint": "^8.18.2",
38 "vite": "^6.0.5"
39 }
40}