{ "name": "samosachaat-frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3000", "build": "next build", "start": "next start -p 3000", "lint": "next lint", "typecheck": "tsc --noEmit" }, "dependencies": { "next": "14.2.15", "next-auth": "5.0.0-beta.22", "react": "^18.3.1", "react-dom": "^18.3.1", "zustand": "^4.5.5", "framer-motion": "^11.11.8", "lucide-react": "^0.451.0", "react-markdown": "^9.0.1", "remark-gfm": "^4.0.0", "rehype-highlight": "^7.0.0", "highlight.js": "^11.10.0", "clsx": "^2.1.1" }, "devDependencies": { "@types/node": "^20.16.10", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "tailwindcss": "^3.4.13", "typescript": "^5.6.2", "eslint": "^8.57.1", "eslint-config-next": "14.2.15" } }