{ "name": "@seclusion/web", "version": "0.0.1", "private": true, "scripts": { "dev": "next dev --port 3000", "build": "next build", "start": "next start", "lint": "next lint", "clean": "rm -rf .next .turbo node_modules" }, "dependencies": { "@seclusion/shared": "workspace:*", "next": "^15.1.3", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@seclusion/eslint-config": "workspace:*", "@seclusion/typescript-config": "workspace:*", "@types/node": "^22.10.2", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "eslint": "^8.57.0", "eslint-config-next": "^15.1.3", "typescript": "^5.7.2" } }