{ "name": "@aidoit/web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --port 3000", "build": "next build", "start": "next start --port 3000", "lint": "next lint", "typecheck": "tsc --noEmit", "test": "echo \"No web tests yet\"" }, "dependencies": { "@aidoit/contracts": "workspace:*", "@aidoit/sdk": "workspace:*", "@aidoit/ui": "workspace:*", "next": "^15.2.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@aidoit/config": "workspace:*", "@types/node": "^22.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "typescript": "^5.8.0" } }