{ "name": "readur-frontend", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "test": "vitest", "type-check": "tsc --noEmit" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@heroicons/react": "^2.0.16", "@mui/icons-material": "^7.1.1", "@mui/lab": "^7.0.0-beta.13", "@mui/material": "^7.1.1", "@mui/x-date-pickers": "^8.5.1", "@types/uuid": "^10.0.0", "axios": "^1.3.0", "date-fns": "^4.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-hook-form": "^7.43.0", "react-router-dom": "^6.8.0", "uuid": "^11.1.0" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.6.1", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@vitejs/plugin-react": "^3.1.0", "autoprefixer": "^10.4.14", "jsdom": "^26.1.0", "postcss": "^8.4.21", "tailwindcss": "^3.2.7", "typescript": "^5.8.3", "vite": "^4.1.0", "vitest": "^0.28.0" } }