{ "name": "text-to-sql", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack --port 3001", "build": "next build", "start": "next dev --turbopack --port 3001", "lint": "next lint" }, "dependencies": { "@huggingface/inference": "^2.8.1", "@langchain/community": "^0.0.31", "@langchain/openai": "^0.0.14", "@tabler/icons-react": "^3.22.0", "chart.js": "^4.4.6", "framer-motion": "^11.11.17", "langchain": "^0.1.37", "mysql2": "^3.11.4", "next": "15.0.3", "react": "^18.2.0", "react-chartjs-2": "^5.2.0", "react-dom": "^18.2.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "15.0.3", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }