{ "name": "learnhouse", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@radix-ui/react-dialog": "^1.0.2", "@radix-ui/react-icons": "^1.1.1", "@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", "framer-motion": "^7.3.6", "lucide-react": "^0.104.1", "next": "^13.1.0", "react": "^18.2.0", "react-beautiful-dnd": "^13.1.1", "react-dom": "^18.2.0", "styled-components": "^5.3.5", "y-indexeddb": "^9.0.9", "y-webrtc": "^10.2.3", "yjs": "^13.5.42" }, "devDependencies": { "@types/node": "18.7.18", "@types/react": "18.0.20", "@types/react-beautiful-dnd": "^13.1.2", "@types/react-dom": "18.0.6", "@types/styled-components": "^5.1.26", "autoprefixer": "^10.4.12", "eslint": "8.23.1", "eslint-config-next": "^13.0.6", "typescript": "4.8.3" } }