{ "name": "crew-ai-visualizer", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@apollo/client": "^3.9.9", "@apollo/experimental-nextjs-app-support": "^0.8.0", "@apollo/server": "^4.10.2", "@as-integrations/next": "^3.0.0", "@material-tailwind/react": "^2.1.9", "@prisma/client": "^5.11.0", "framer-motion": "^11.0.20", "graphql": "^16.8.1", "next": "14.1.0", "node-calls-python": "^1.8.2", "react": "^18", "react-dom": "^18", "sharp": "^0.33.3", "sweetalert2": "^11.10.7", "sweetalert2-react-content": "^5.0.7", "tw-elements": "^1.1.0", "tw-elements-react": "^1.0.0-alpha2", "uuid": "^9.0.1" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@iconify/react": "^4.1.1", "@types/node": "^20.11.30", "@types/react": "^18.2.69", "@types/react-dom": "^18.2.22", "@types/uuid": "^9.0.8", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-config-next": "14.1.0", "postcss": "^8.4.38", "prisma": "^5.11.0", "tailwindcss": "^3.4.1", "ts-node": "^10.9.2", "typescript": "^5.4.3" } }