{ "name": "web", "version": "0.0.0", "private": true, "scripts": { "build": "next build", "dev": "next dev", "lint": "eslint . --max-warnings 0", "start": "next start" }, "dependencies": { "next": "^14.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", "@repo/ui": "*" }, "devDependencies": { "@next/eslint-plugin-next": "^14.1.1", "@types/node": "^20.11.24", "@types/react": "^18.2.61", "@types/react-dom": "^18.2.19", "eslint": "^8.57.0", "@repo/eslint-config": "*", "@repo/typescript-config": "*", "typescript": "5.5.4" } }