Srini P
Fresh cleaner push without any mp4
e7586f8
Raw
History Blame Contribute Delete
798 Bytes
{
"name": "finbot-nextjs",
"version": "1.0.0",
"description": "FinBot Advanced RAG System - Next.js Frontend",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^14.0.0",
"axios": "^1.6.2",
"lucide-react": "^0.294.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0"
},
"devDependencies": {
"typescript": "^5.3.3",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/node": "^20.10.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.4.0",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.0"
}
}