Spaces:
Runtime error
Runtime error
feat: synchronize text-to-sql-bot codebase with Hugging Face Space repository, including Docker build configurations
6086e71 | { | |
| "name": "plainsql-frontend", | |
| "private": true, | |
| "version": "2.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "framer-motion": "^11.2.10", | |
| "zustand": "^4.5.2", | |
| "lucide-react": "^0.379.0", | |
| "react-syntax-highlighter": "^15.5.0", | |
| "chart.js": "^4.4.4", | |
| "react-chartjs-2": "^5.2.0" | |
| }, | |
| "devDependencies": { | |
| "@vitejs/plugin-react": "^4.3.0", | |
| "autoprefixer": "^10.4.19", | |
| "postcss": "^8.4.38", | |
| "tailwindcss": "^3.4.4", | |
| "vite": "^5.2.13" | |
| } | |
| } | |