learnhouse/apps/web/package.json

122 lines
3.8 KiB
JSON

{
"name": "learnhouse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev-https": "next dev --experimental-https -p 443",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@hello-pangea/dnd": "^18.0.1",
"@icons-pack/react-simple-icons": "^10.2.0",
"@radix-ui/colors": "^0.1.9",
"@radix-ui/react-aspect-ratio": "^1.1.7",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-hover-card": "^1.1.14",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toggle": "^1.1.9",
"@radix-ui/react-toggle-group": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.7",
"@stitches/react": "^1.2.8",
"@tanstack/react-table": "^8.21.3",
"@tiptap/core": "^2.26.1",
"@tiptap/extension-bullet-list": "^2.26.1",
"@tiptap/extension-code-block-lowlight": "^2.26.1",
"@tiptap/extension-heading": "^2.26.1",
"@tiptap/extension-link": "^2.26.1",
"@tiptap/extension-list-item": "^2.26.1",
"@tiptap/extension-ordered-list": "^2.26.1",
"@tiptap/extension-table": "^2.26.1",
"@tiptap/extension-table-cell": "^2.26.1",
"@tiptap/extension-table-header": "^2.26.1",
"@tiptap/extension-table-row": "^2.26.1",
"@tiptap/extension-youtube": "^2.26.1",
"@tiptap/html": "^2.26.1",
"@tiptap/pm": "^2.26.1",
"@tiptap/react": "^2.26.1",
"@tiptap/starter-kit": "^2.26.1",
"@types/dompurify": "^3.2.0",
"@types/html2canvas": "^1.0.0",
"@types/randomcolor": "^0.5.9",
"avvvatars-react": "^0.4.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"currency-codes": "^2.2.0",
"dayjs": "^1.11.13",
"dompurify": "^3.2.6",
"emblor": "^1.4.8",
"formik": "^2.4.6",
"framer-motion": "^12.23.12",
"get-youtube-id": "^1.0.1",
"highlight.js": "^11.11.1",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.1",
"jspdf-html2canvas": "^1.5.2",
"katex": "^0.16.22",
"lowlight": "^3.3.0",
"lucide-react": "^0.453.0",
"next": "15.3.5",
"next-auth": "^4.24.11",
"nextjs-toploader": "^1.6.12",
"plyr": "^3.7.8",
"prosemirror-state": "^1.4.3",
"qrcode": "^1.5.4",
"randomcolor": "^0.6.2",
"re-resizable": "^6.11.2",
"react": "19.0.0",
"react-confetti": "^6.4.0",
"react-dom": "19.0.0",
"react-hot-toast": "^2.5.2",
"react-katex": "^3.1.0",
"react-plyr": "^2.2.0",
"react-spinners": "^0.13.8",
"react-youtube": "^10.1.0",
"require-in-the-middle": "^7.5.2",
"sharp": "^0.33.5",
"styled-components": "^6.1.19",
"swr": "^2.3.4",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"unsplash-js": "^7.0.19",
"usehooks-ts": "^3.1.1",
"uuid": "^9.0.1",
"yup": "^1.7.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "20.12.2",
"@types/qrcode": "^1.5.5",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@types/react-katex": "^3.0.4",
"@types/react-transition-group": "^4.4.12",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^9.0.8",
"eslint": "^9.32.0",
"eslint-config-next": "15.2.1",
"eslint-plugin-unused-imports": "^3.2.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"typescript": "5.4.4"
},
"pnpm": {
"overrides": {
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4"
}
}
}