{ "name": "@tpmjs/playground", "version": "0.0.0", "private": true, "scripts": { "dev": "next dev --port 3001", "build": "next build", "start": "next start", "lint": "eslint .", "type-check": "tsc --noEmit", "clean": "rm -rf .next .turbo" }, "dependencies": { "@ai-sdk/openai": "3.0.7", "@ai-sdk/react": "3.0.23", "@tpmjs/db": "workspace:*", "@tpmjs/env": "workspace:*", "@tpmjs/hello": "workspace:*", "@tpmjs/search-registry": "workspace:*", "@tpmjs/types": "workspace:*", "@tpmjs/ui": "workspace:*", "@tpmjs/utils": "workspace:*", "@vercel/analytics": "^1.6.1", "ai": "6.0.49", "firecrawl-aisdk": "^0.7.2", "nanoid": "^5.1.6", "next": "^16.1.1", "next-themes": "^0.4.6", "openai": "^6.15.0", "react": "^19.2.3", "react-dom": "^19.2.3", "streamdown": "^1.6.11", "zod": "^4.3.5" }, "devDependencies": { "@tailwindcss/typography": "^0.5.19", "@tpmjs/eslint-config": "workspace:*", "@tpmjs/tailwind-config": "workspace:*", "@tpmjs/tsconfig": "workspace:*", "@types/node": "^25.0.3", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "autoprefixer": "^10.4.23", "eslint": "^9.39.2", "eslint-config-next": "^16.1.1", "postcss": "^8.5.6", "tailwindcss": "^3.4.19", "typescript": "^5.9.3" } }