{ "name": "ui-playground", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack --port=1337", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@calcom/config": "*", "@calcom/lib": "*", "@calcom/ui": "*", "next": "15.1.6", "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@eslint/eslintrc": "^3", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^9", "eslint-config-next": "15.1.6", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }