{ "name": "@relink/web", "version": "0.0.1", "private": true, "type": "module", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit", "test": "vitest run", "clean": "rm -rf .next" }, "dependencies": { "@prisma/client": "^6.1.0", "@relink/database": "workspace:*", "@relink/domain": "workspace:*", "@relink/infrastructure": "workspace:*", "@relink/shared": "workspace:*", "@relink/ui": "workspace:*", "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", "zod": "^3.24.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.0.0", "eslint": "^8.57.1", "eslint-config-next": "^15.1.0", "@types/node": "^22.10.2", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "postcss": "^8.4.49", "tailwindcss": "^4.0.0", "typescript": "^5.7.2", "vitest": "^2.1.8" } }