{ "name": "learnhouse", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@radix-ui/colors": "^0.1.8", "@radix-ui/react-aspect-ratio": "^1.0.2", "@radix-ui/react-dialog": "^1.0.2", "@radix-ui/react-form": "^0.0.2", "@radix-ui/react-icons": "^1.1.1", "@radix-ui/react-tooltip": "^1.0.5", "@sentry/nextjs": "^7.47.0", "@stitches/react": "^1.2.8", "@tiptap/extension-collaboration": "^2.0.0-beta.199", "@tiptap/extension-collaboration-cursor": "^2.0.0-beta.199", "@tiptap/extension-youtube": "^2.0.0-beta.207", "@tiptap/html": "^2.0.0-beta.202", "@tiptap/react": "^2.0.0-beta.199", "@tiptap/starter-kit": "^2.0.0-beta.199", "avvvatars-react": "^0.4.2", "formik": "^2.2.9", "framer-motion": "^7.3.6", "lucide-react": "^0.248.0", "next": "^13.4.8", "re-resizable": "^6.9.9", "react": "^18.2.0", "react-beautiful-dnd": "^13.1.1", "react-dom": "^18.2.0", "react-hot-toast": "^2.4.1", "react-katex": "^3.0.1", "react-spinners": "^0.13.8", "react-youtube": "^10.1.0", "styled-components": "^6.0.0-beta.9", "swr": "^2.0.1", "uuid": "^9.0.0", "y-indexeddb": "^9.0.9", "y-webrtc": "^10.2.3", "yjs": "^13.5.42" }, "devDependencies": { "@types/node": "18.7.18", "@types/react": "18.2.8", "@types/react-beautiful-dnd": "^13.1.2", "@types/react-dom": "18.0.6", "@types/react-katex": "^3.0.0", "@types/styled-components": "^5.1.26", "@types/uuid": "^9.0.0", "autoprefixer": "^10.4.14", "eslint": "^8.43.0", "eslint-config-next": "^13.0.6", "postcss": "^8.4.23", "tailwindcss": "^3.3.2", "typescript": "5.1.3" } }