{ "name": "mercury-web", "private": true, "type": "module", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "test": "vitest run", "test:watch": "vitest", "e2e": "playwright test" }, "dependencies": { "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", "@seed-design/react": "^2.3.0", "@seed-design/css": "^2.5.0", "@seed-design/tailwind4-theme": "^2.3.0", "@tanstack/react-query": "^5.59.0", "zod": "^3.23.8" }, "devDependencies": { "typescript": "^5.6.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@types/node": "^22.0.0", "tailwindcss": "^4.0.0", "@tailwindcss/postcss": "^4.0.0", "vitest": "^2.1.0", "@vitejs/plugin-react": "^4.3.0", "jsdom": "^25.0.0", "@testing-library/react": "^16.0.0", "@testing-library/jest-dom": "^6.5.0", "msw": "^2.4.0", "@playwright/test": "^1.47.0" } }