{ "name": "mmapp", "version": "1.0.0", "private": true, "workspaces": [ "packages/*", "backend" ], "scripts": { "dev": "next dev", "build": "npm run build -w @mmapp/contracts && next build", "postinstall": "npm run build -w @mmapp/contracts", "prepare": "node .ci/scripts/ensure-git-hooks.mjs", "start": "next start", "lint": "eslint" }, "dependencies": { "@base-ui/react": "^1.4.1", "@dnd-kit/core": "^6.3.1", "@dnd-kit/modifiers": "^9.0.0", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@mmapp/contracts": "1.0.0", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.14.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "lucide-react": "^1.11.0", "next": "16.2.4", "react": "19.2.4", "react-dom": "19.2.4", "shadcn": "^4.5.0", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "tw-animate-css": "^1.4.0" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.2.4", "tailwindcss": "^4", "typescript": "^5" } }