{ "name": "client", "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": { "@react-input/mask": "^1.2.5", "@uidotdev/usehooks": "^2.4.1", "date-fns": "^2.30.0", "jose": "^5.9.6", "ky": "^1.0.1", "lodash": "^4.17.21", "react": "^18.2.0", "react-calendar": "^5.0.0", "react-datepicker": "^4.20.0", "react-dom": "^18.2.0", "react-google-recaptcha": "^3.1.0", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.15.0", "react-transition-group": "^4.4.5", "zustand": "^4.4.1" }, "devDependencies": { "@types/lodash": "^4.17.4", "@types/node": "^20.8.7", "@types/react": "^18.2.15", "@types/react-datepicker": "^4.19.0", "@types/react-dom": "^18.2.7", "@types/react-google-recaptcha": "^2.1.6", "@types/react-transition-group": "^4.4.7", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitejs/plugin-react-swc": "^3.7.1", "autoprefixer": "^10.4.20", "eslint": "^8.45.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "postcss": "^8.4.29", "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "vite": "^5.4.10" } }