{ "name": "signal-dashboard", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "test": "vitest --run", "test:watch": "vitest" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.28.0", "@tanstack/react-query": "^5.62.0", "zustand": "^5.0.1", "axios": "^1.7.9", "recharts": "^2.14.1" }, "devDependencies": { "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.4", "typescript": "~5.6.3", "vite": "^5.4.11", "tailwindcss": "^3.4.16", "postcss": "^8.4.49", "autoprefixer": "^10.4.20" } }