{ "name": "manoonoils-store", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "test": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest --coverage", "test:run": "vitest run", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui" }, "dependencies": { "@apollo/client": "^4.1.6", "@openpanel/nextjs": "^1.4.0", "@react-email/components": "^1.0.10", "@react-email/render": "^2.0.4", "clsx": "^2.1.1", "framer-motion": "^12.34.4", "graphql": "^16.13.1", "lucide-react": "^0.577.0", "next": "16.1.6", "next-intl": "^4.8.3", "react": "19.2.3", "react-dom": "19.2.3", "resend": "^6.9.4", "tailwind-merge": "^3.5.0", "zustand": "^5.0.11" }, "devDependencies": { "@playwright/test": "^1.58.2", "@tailwindcss/postcss": "^4", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "@vitejs/plugin-react": "^6.0.1", "@vitest/coverage-v8": "^4.1.1", "eslint": "^9", "eslint-config-next": "16.1.6", "jsdom": "^29.0.1", "msw": "^2.12.14", "tailwindcss": "^4", "typescript": "^5", "vitest": "^4.1.1" } }