{ "name": "soma-frontend", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit" }, "dependencies": { "next": "14.2.0", "react": "^18.3.0", "react-dom": "^18.3.0", "next-auth": "5.0.0-beta", "next-pwa": "5.6.0", "@tanstack/react-query": "5.0.0", "zustand": "4.5.0", "framer-motion": "11.0.0", "react-hot-toast": "2.4.0", "@dnd-kit/core": "^6.1.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", "@tiptap/react": "^2.4.0", "@tiptap/starter-kit": "^2.4.0", "@tiptap/extension-placeholder": "^2.4.0", "eventsource-parser": "^1.1.2", "date-fns": "^3.6.0", "lucide-react": "^0.400.0", "clsx": "^2.1.1", "tailwind-merge": "^2.3.0", "class-variance-authority": "^0.7.0", "@radix-ui/react-dialog": "^1.1.0", "@radix-ui/react-dropdown-menu": "^2.1.0", "@radix-ui/react-select": "^2.1.0", "@radix-ui/react-sheet": "^1.0.0", "@radix-ui/react-tabs": "^1.1.0", "@radix-ui/react-toast": "^1.2.0", "@radix-ui/react-tooltip": "^1.1.0", "@radix-ui/react-progress": "^1.1.0", "@radix-ui/react-skeleton": "^1.0.0" }, "devDependencies": { "typescript": "5.4.0", "@types/node": "^20.0.0", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "tailwindcss": "3.4.0", "postcss": "^8.4.38", "autoprefixer": "^10.4.19", "@tailwindcss/typography": "^0.5.13", "eslint": "^8.57.0", "eslint-config-next": "14.2.0" } }