{ "name": "@oo/web", "version": "0.0.0", "private": true, "scripts": { "dev": "next dev -p 3079", "build": "next build", "start": "next start -p 3079", "lint": "next lint", "test": "vitest run", "test:watch": "vitest", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui", "type-check": "tsc --noEmit", "clean": "rm -rf .next" }, "dependencies": { "@oo/shared-types": "workspace:*", "next": "^15.1.6", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@playwright/test": "^1.59.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/node": "^22.10.5", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^6.0.1", "@vitest/coverage-v8": "^4.1.4", "jsdom": "^29.0.2", "typescript": "^5.7.3", "vitest": "^4.1.4" } }