Spaces:
Sleeping
Sleeping
yuvrajsingh6
Initial commit: Analytical Finance Chatbot with Next.js frontend and FastAPI backend
c5b5cc8
| { | |
| "name": "frontend-next", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "eslint" | |
| }, | |
| "dependencies": { | |
| "@tailwindcss/typography": "^0.5.19", | |
| "lucide-react": "^0.562.0", | |
| "next": "16.1.4", | |
| "react": "19.2.3", | |
| "react-dom": "19.2.3", | |
| "react-markdown": "^10.1.0", | |
| "remark-gfm": "^4.0.1" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/postcss": "^4", | |
| "eslint": "^9", | |
| "eslint-config-next": "16.1.4", | |
| "tailwindcss": "^4" | |
| } | |
| } | |