{ "name": "news-engine-console-frontend", "version": "1.0.0", "description": "News Engine Console - Frontend (React + TypeScript + MUI v7)", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "type-check": "tsc --noEmit" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.26.2", "@mui/material": "^6.1.3", "@mui/icons-material": "^6.1.3", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@tanstack/react-query": "^5.56.2", "axios": "^1.7.7", "recharts": "^2.12.7", "date-fns": "^4.1.0", "zustand": "^5.0.0" }, "devDependencies": { "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "@vitejs/plugin-react": "^4.3.2", "eslint": "^8.57.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.12", "typescript": "^5.6.2", "vite": "^5.4.8" } }