{ "name": "markdown-editor", "version": "0.1.0", "private": true, "scripts": { "build": "next build", "dev": "next dev", "lint": "next lint", "start": "next start" }, "dependencies": { "@types/react-syntax-highlighter": "^15.5.11", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.454.0", "next": "15.2.4", "react": "^19", "react-dom": "^19", "react-markdown": "latest", "react-syntax-highlighter": "^15.5.0", "remark-gfm": "latest", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/node": "^22", "@types/react": "^19", "@types/react-dom": "^19", "postcss": "^8.5", "typescript": "^5" } }