{ "name": "forex-dashboard", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3000", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "clsx": "^2.1.1", "date-fns": "^3.6.0", "framer-motion": "^12.40.0", "lucide-react": "^0.400.0", "next": "14.2.5", "openai": "^4.52.7", "papaparse": "^5.4.1", "pdf-parse": "^2.4.5", "react": "^18", "react-dom": "^18", "recharts": "^2.12.7", "tailwind-merge": "^2.4.0" }, "devDependencies": { "@types/node": "^20", "@types/papaparse": "^5.3.14", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "eslint": "^8", "eslint-config-next": "14.2.5", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }