{ "name": "finance-analytics-platform", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "next": "^14.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "axios": "^1.6.0", "chart.js": "^4.4.0", "react-chartjs-2": "^5.2.0", "react-markdown": "^9.0.0", "date-fns": "^2.30.0", "@mui/material": "^5.14.18", "@mui/icons-material": "^5.14.18", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "swr": "^2.2.4" }, "devDependencies": { "@types/node": "^20.9.0", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "typescript": "^5.2.2", "eslint": "^8.53.0", "eslint-config-next": "^14.0.0", "autoprefixer": "^10.4.16", "postcss": "^8.4.31", "tailwindcss": "^3.3.5" } }