{ "name": "blog", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev -p 3003", "build": "next build", "start": "next start -p 3003", "lint": "eslint src --max-warnings 0", "spellcheck": "cspell ./posts/**/*.md", "test": "echo \"No tests yet!\" && exit 0" }, "dependencies": { "gray-matter": "4.0.3", "next": "15.1.6", "react": "^19.0.0", "react-dom": "^19.0.0", "react-markdown": "9.0.3", "reading-time": "1.5.0", "rehype-highlight": "7.0.2", "rehype-raw": "7.0.0", "remark-gfm": "4.0.0" }, "devDependencies": { "@eslint/eslintrc": "^3", "@nhcarrigan/eslint-config": "5.1.0", "@types/node": "25.0.10", "@types/react": "^19", "@types/react-dom": "^19", "cspell": "9.4.0", "eslint": "^9", "eslint-config-next": "15.1.6", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }