first commit

This commit is contained in:
2026-06-02 18:06:19 +05:30
commit ae5085bbf7
35 changed files with 14434 additions and 0 deletions
+59
View File
@@ -0,0 +1,59 @@
{
"name": "genbi-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ai-sdk/react": "^3.0.193",
"@fontsource-variable/inter": "^5.2.8",
"ai": "^6.0.191",
"ajv": "^8.20.0",
"axios": "^1.16.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"jsonwebtoken": "^9.0.3",
"jspdf": "^4.2.1",
"jwt-decode": "^4.0.0",
"lucide-react": "^1.17.0",
"radix-ui": "^1.4.3",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-error-boundary": "^6.1.2",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.15.1",
"react-vega": "^8.0.0",
"shadcn": "^4.10.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"vega": "^6.2.0",
"vega-lite": "^6.4.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/file-saver": "^2.0.7",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^24.12.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.5.0",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.3",
"typescript": "~6.0.2",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.12"
}
}