{ "name": "blog.hangerthem.com", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "oxlint . && oxfmt --check", "lint:fix": "oxlint . --fix && oxfmt --write", "format": "oxfmt --check", "format:write": "oxfmt --write", "postinstall": "puppeteer browsers install chrome" }, "dependencies": { "clsx": "^2.1.1", "gray-matter": "^4.0.3", "hast": "^1.0.0", "hast-util-from-html-isomorphic": "^2.0.0", "hast-util-to-text": "^4.0.2", "highlight.js": "^11.11.1", "lucide-react": "^1.28.0", "next": "16.2.12", "oxfmt": "^0.61.0", "oxlint": "^1.76.0", "puppeteer": "^25.4.0", "react": "19.2.4", "react-dom": "19.2.4", "reading-time": "^1.5.0", "rehype-highlight": "^7.0.2", "rehype-katex": "^7.0.1", "rehype-react": "^8.0.0", "remark": "^15.0.1", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "tailwind-merge": "^3.6.0", "unified": "^11.0.5", "unist-util-visit": "^5.0.0" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/hast": "^3.0.4", "@types/node": "^26.1.1", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.2.12", "tailwindcss": "^4", "typescript": "^5" }, "trustedDependencies": [ "sharp", "unrs-resolver", "puppeteer" ] }