{ "name": "docs", "version": "0.22.0", "private": true, "scripts": { "dev": "next dev", "docs:build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@blocknote/ariakit": "^0.22.0", "@blocknote/core": "^0.22.0", "@blocknote/mantine": "^0.22.0", "@blocknote/react": "^0.22.0", "@blocknote/shadcn": "^0.22.0", "@blocknote/xl-multi-column": "^0.22.0", "@headlessui/react": "^1.7.18", "@heroicons/react": "^2.1.4", "@mantine/core": "^7.10.1", "@next/bundle-analyzer": "^14.1.0", "@vercel/analytics": "^1.2.2", "@vercel/og": "^0.6.2", "classnames": "2.3.2", "clsx": "^2.1.0", "framer-motion": "^10.16.16", "next": "^14.2.3", "next-auth": "^5.0.0-beta.19", "nextra": "^2.13.2", "nextra-theme-docs": "^2.13.2", "partykit": "^0.0.84", "raw-loader": "^4.0.2", "react": "^18", "react-dom": "^18", "react-github-btn": "^1.4.0", "react-icons": "^5.2.1", "y-partykit": "^0.0.25", "yjs": "^13.6.15" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "eslint": "^8", "eslint-config-next": "14.1.0", "postcss": "^8", "prettier-plugin-tailwindcss": "^0.5.11", "tailwindcss": "^3.3.0", "typescript": "^5" } }