mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
103 lines
No EOL
3.2 KiB
JSON
103 lines
No EOL
3.2 KiB
JSON
{
|
|
"name": "learnhouse",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbo",
|
|
"dev-https": "next dev --experimental-https -p 443",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"lint:fix": "eslint --fix ."
|
|
},
|
|
"dependencies": {
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"@icons-pack/react-simple-icons": "^10.1.0",
|
|
"@radix-ui/colors": "^0.1.9",
|
|
"@radix-ui/react-aspect-ratio": "^1.1.0",
|
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
|
"@radix-ui/react-form": "^0.0.3",
|
|
"@radix-ui/react-icons": "^1.3.1",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-select": "^2.1.2",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-switch": "^1.1.1",
|
|
"@radix-ui/react-tabs": "^1.1.1",
|
|
"@radix-ui/react-toggle": "^1.1.0",
|
|
"@radix-ui/react-toggle-group": "^1.1.0",
|
|
"@radix-ui/react-tooltip": "^1.1.3",
|
|
"@sentry/nextjs": "^9.1.0",
|
|
"@sentry/utils": "^8.35.0",
|
|
"@stitches/react": "^1.2.8",
|
|
"@tanstack/react-table": "^8.20.5",
|
|
"@tiptap/core": "^2.9.1",
|
|
"@tiptap/extension-code-block-lowlight": "^2.9.1",
|
|
"@tiptap/extension-table": "^2.9.1",
|
|
"@tiptap/extension-table-cell": "^2.9.1",
|
|
"@tiptap/extension-table-header": "^2.9.1",
|
|
"@tiptap/extension-table-row": "^2.9.1",
|
|
"@tiptap/extension-youtube": "^2.9.1",
|
|
"@tiptap/html": "^2.9.1",
|
|
"@tiptap/pm": "^2.9.1",
|
|
"@tiptap/react": "^2.9.1",
|
|
"@tiptap/starter-kit": "^2.9.1",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/randomcolor": "^0.5.9",
|
|
"avvvatars-react": "^0.4.2",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"currency-codes": "^2.2.0",
|
|
"dayjs": "^1.11.13",
|
|
"dompurify": "^3.2.4",
|
|
"emblor": "^1.4.7",
|
|
"formik": "^2.4.6",
|
|
"framer-motion": "^10.18.0",
|
|
"get-youtube-id": "^1.0.1",
|
|
"highlight.js": "^11.10.0",
|
|
"katex": "^0.16.21",
|
|
"lowlight": "^3.1.0",
|
|
"lucide-react": "^0.453.0",
|
|
"next": "14.2.23",
|
|
"next-auth": "^4.24.10",
|
|
"nextjs-toploader": "^1.6.12",
|
|
"prosemirror-state": "^1.4.3",
|
|
"randomcolor": "^0.6.2",
|
|
"re-resizable": "^6.10.0",
|
|
"react": "^18.3.1",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-confetti": "^6.1.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-katex": "^3.0.1",
|
|
"react-spinners": "^0.13.8",
|
|
"react-youtube": "^10.1.0",
|
|
"sharp": "^0.33.5",
|
|
"styled-components": "^6.1.13",
|
|
"swr": "^2.2.5",
|
|
"tailwind-merge": "^2.5.4",
|
|
"tailwind-scrollbar": "^3.1.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"unsplash-js": "^7.0.19",
|
|
"usehooks-ts": "^3.1.0",
|
|
"uuid": "^9.0.1",
|
|
"yup": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.12.2",
|
|
"@types/react": "18.2.74",
|
|
"@types/react-beautiful-dnd": "^13.1.8",
|
|
"@types/react-dom": "18.2.23",
|
|
"@types/react-katex": "^3.0.4",
|
|
"@types/react-transition-group": "^4.4.11",
|
|
"@types/styled-components": "^5.1.34",
|
|
"@types/uuid": "^9.0.8",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-next": "^14.2.16",
|
|
"eslint-plugin-unused-imports": "^3.2.0",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.14",
|
|
"typescript": "5.4.4"
|
|
}
|
|
} |