{ "name": "personal-home", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "next dev", "build": "contentlayer build && next build", "start": "next start", "lint": "next lint", "contentlayer": "contentlayer build" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "clsx": "^2.1.1", "contentlayer": "^0.3.4", "gray-matter": "^4.0.3", "markdown-wasm": "^1.2.0", "next": "^13.5.11", "next-contentlayer": "^0.3.4", "next-themes": "^0.4.6", "react": "^18.2.0", "react-dom": "^18.2.0", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", "remark-gfm": "^4.0.1", "unist-util-visit": "^5.0.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.19", "@types/node": "^24.10.1", "@types/react": "^19.2.5", "autoprefixer": "^10.4.22", "postcss": "^8.5.6", "tailwindcss": "^3.4.18", "typescript": "^5.9.3" } }