{ "name": "fusero-frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@types/jwt-decode": "^3.1.0", "axios": "^1.6.8", "jwt-decode": "^4.0.0", "primeicons": "^7.0.0", "primereact": "^10.6.3", "react": "^18.2.0", "react-cropper": "^2.3.3", "react-dom": "^18.2.0", "react-hook-form": "^7.51.3", "react-markdown": "^10.1.0", "react-router-dom": "^6.22.3", "remark-gfm": "^4.0.1", "zod": "^3.23.4", "zustand": "^4.5.2" }, "devDependencies": { "@types/node": "^22.15.18", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react-swc": "^3.5.0", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "postcss": "^8.4.38", "tailwindcss": "^3.4.3", "typescript": "^5.2.2", "vite": "^5.2.0" } }