File size: 896 Bytes
645ad9d
 
 
 
 
ddb63ce
645ad9d
664514c
645ad9d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "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"
  }
}