Spaces:
Running
Running
| { | |
| "name": "frontend", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "tsc -b && vite build", | |
| "lint": "eslint .", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "@radix-ui/react-avatar": "^1.1.11", | |
| "@radix-ui/react-dialog": "^1.1.15", | |
| "@radix-ui/react-dropdown-menu": "^2.1.16", | |
| "@radix-ui/react-label": "^2.1.8", | |
| "@radix-ui/react-select": "^2.2.6", | |
| "@radix-ui/react-separator": "^1.1.8", | |
| "@radix-ui/react-slot": "^1.2.4", | |
| "@radix-ui/react-toast": "^1.2.15", | |
| "@radix-ui/react-tooltip": "^1.2.8", | |
| "axios": "^1.14.0", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "i18next": "^26.0.3", | |
| "i18next-browser-languagedetector": "^8.2.1", | |
| "lucide-react": "^1.7.0", | |
| "react": "^19.2.4", | |
| "react-dom": "^19.2.4", | |
| "react-i18next": "^17.0.2", | |
| "react-markdown": "^10.1.0", | |
| "react-router-dom": "^7.13.2", | |
| "remark-gfm": "^4.0.1", | |
| "tailwind-merge": "^3.5.0", | |
| "zustand": "^5.0.12" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.39.4", | |
| "@types/node": "^24.12.0", | |
| "@types/react": "^19.2.14", | |
| "@types/react-dom": "^19.2.3", | |
| "@vitejs/plugin-react": "^6.0.1", | |
| "autoprefixer": "^10.4.27", | |
| "eslint": "^9.39.4", | |
| "eslint-plugin-react-hooks": "^7.0.1", | |
| "eslint-plugin-react-refresh": "^0.5.2", | |
| "globals": "^17.4.0", | |
| "postcss": "^8.5.8", | |
| "tailwindcss": "^3.4.19", | |
| "typescript": "~5.9.3", | |
| "typescript-eslint": "^8.57.0", | |
| "vite": "^8.0.1" | |
| } | |
| } | |