{ "name": "coco-app-platform", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@prisma/client": "^5.18.0", "@tanstack/react-query": "^5.52.0", "@tiptap/extension-bubble-menu": "^2.6.6", "@tiptap/pm": "^2.6.6", "@tiptap/react": "^2.6.6", "@tiptap/starter-kit": "^2.6.6", "@trpc/client": "^11.0.0-rc.482", "@trpc/react-query": "^11.0.0-rc.482", "@trpc/server": "^11.0.0-rc.482", "@types/file-saver": "^2.0.7", "docx": "^8.5.0", "docx-preview": "^0.3.2", "file-saver": "^2.0.5", "jotai": "^2.9.3", "jotai-devtools": "^0.10.1", "js-cookie": "^3.0.5", "lodash": "^4.17.21", "markdown-it": "^14.1.0", "next": "14.2.5", "next-auth": "^4.24.7", "ramda": "^0.30.1", "react": "^18", "react-dom": "^18", "react-hook-form": "^7.52.2", "react-icons": "^5.3.0", "react-markdown": "^9.0.1", "react-textarea-autosize": "^8.5.3", "react-use": "^17.5.1", "tailwind-merge": "^2.5.2", "uuid": "^10.0.0", "zod": "^3.23.8" }, "devDependencies": { "@tailwindcss/typography": "^0.5.14", "@tanstack/react-query-devtools": "^5.52.0", "@types/node": "^20", "@types/ramda": "^0.30.1", "@types/react": "^18", "@types/react-dom": "^18", "@types/uuid": "^10.0.0", "daisyui": "^4.12.10", "eslint": "^8", "eslint-config-next": "14.2.5", "postcss": "^8", "prisma": "^5.18.0", "tailwindcss": "^3.4.1", "typescript": "^5" } }