{ "name": "cooking", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@fontsource/inter": "^5.3.0", "@fontsource/lora": "^5.3.0", "@tailwindcss/typography": "^0.5.19", "gray-matter": "^4.0.3", "hast-util-to-jsx-runtime": "^2.3.6", "mdast-util-to-hast": "^13.2.1", "mdast-util-to-string": "^4.0.0", "next": "^15.1.6", "react": "^19.0.0", "react-dom": "^19.0.0", "remark-directive": "^4.0.0", "remark-gfm": "^4.0.1", "remark-parse": "^11.0.0", "satori": "^0.33.4", "sharp": "^0.34.5", "unified": "^11.0.5" }, "devDependencies": { "@types/hast": "^3.0.5", "@types/mdast": "^4.0.4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "autoprefixer": "^10.4.20", "eslint": "^8", "eslint-config-next": "^15.1.6", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "^5" } }