{ "name": "@copilotkit-examples/state-machine", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "clean": "node -e \"const fs=require('fs');['.turbo','node_modules','dist','.next'].forEach(d=>fs.rmSync(d,{recursive:true,force:true}))\"" }, "dependencies": { "@copilotkit/react-core": "workspace:*", "@copilotkit/react-ui": "workspace:*", "@copilotkit/runtime": "workspace:*", "@copilotkit/runtime-client-gql": "workspace:*", "clsx": "^1.2.1", "motion": "^11.18.1", "next": "14.2.35", "react": "^18.3.1", "react-dom": "^18.3.1", "reactflow": "^11.11.4", "tailwind-merge": "^1.13.2" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" }, "nx": { "targets": { "build": { "cache": false } } } }