{ "name": "fed-sentiment-analyzer-frontend", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite --host 0.0.0.0", "build": "tsc && vite build", "preview": "vite preview --host 0.0.0.0", "test:e2e": "playwright test" }, "dependencies": { "@vitejs/plugin-react": "^5.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "recharts": "^3.9.2", "vite": "^7.0.0" }, "devDependencies": { "@playwright/test": "^1.61.1", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "typescript": "^5.8.0" } }