Spaces:
Sleeping
Sleeping
| { | |
| "name": "ai-helpdesk-frontend", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", | |
| "preview": "vite preview", | |
| "prepare": "husky install", | |
| "format": "prettier --write ." | |
| }, | |
| "dependencies": { | |
| "@google/generative-ai": "^0.24.1", | |
| "@radix-ui/react-avatar": "^1.1.11", | |
| "@radix-ui/react-popover": "^1.1.15", | |
| "@radix-ui/react-slot": "^1.2.4", | |
| "@radix-ui/react-tooltip": "^1.2.8", | |
| "@supabase/supabase-js": "^2.98.0", | |
| "antd": "^6.3.0", | |
| "axios": "^1.13.5", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "date-fns": "^4.1.0", | |
| "framer-motion": "^12.34.2", | |
| "html2canvas": "^1.4.1", | |
| "lucide-react": "^0.574.0", | |
| "react": "^19.2.0", | |
| "react-dom": "^19.2.0", | |
| "react-is": "^19.2.4", | |
| "react-joyride": "^2.9.3", | |
| "react-markdown": "^10.1.0", | |
| "react-router-dom": "^7.13.0", | |
| "recharts": "^3.7.0", | |
| "remark-gfm": "^4.0.1", | |
| "source-map": "^0.7.6", | |
| "tailwind-merge": "^3.5.0", | |
| "tailwindcss-animate": "^1.0.7", | |
| "tesseract.js": "^7.0.0", | |
| "usehooks-ts": "^3.1.1", | |
| "zustand": "^5.0.11" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.39.1", | |
| "@types/react": "^19.2.7", | |
| "@types/react-dom": "^19.2.3", | |
| "@vitejs/plugin-react": "^5.1.1", | |
| "autoprefixer": "^10.4.24", | |
| "eslint": "^9.39.2", | |
| "eslint-config-prettier": "^10.1.8", | |
| "eslint-plugin-react": "^7.37.5", | |
| "eslint-plugin-react-hooks": "^7.0.1", | |
| "eslint-plugin-react-refresh": "^0.4.24", | |
| "globals": "^16.5.0", | |
| "husky": "^9.1.7", | |
| "lint-staged": "^16.2.7", | |
| "postcss": "^8.5.6", | |
| "prettier": "^3.8.1", | |
| "tailwindcss": "^3.4.19", | |
| "vite": "^7.3.1" | |
| }, | |
| "lint-staged": "{'*.{js,jsx}': ['eslint --fix', 'prettier --write']}" | |
| } | |