{ "name": "jackmerrill.com", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@heroicons/react": "^2.0.18", "@radix-ui/react-context-menu": "^2.1.3", "@radix-ui/react-dialog": "^1.0.4", "@radix-ui/react-dropdown-menu": "^2.0.4", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-navigation-menu": "^1.1.2", "@sanity/image-url": "^1.0.2", "@sanity/vision": "^3.11.2", "@tailwindcss/typography": "^0.5.9", "@types/node": "20.2.1", "@types/react": "18.2.6", "@types/react-dom": "18.2.4", "autoprefixer": "10.4.14", "class-variance-authority": "^0.6.0", "clsx": "^1.2.1", "easymde": "2", "eslint": "8.41.0", "eslint-config-next": "13.4.3", "groqd": "^0.15.6", "lucide-react": "^0.220.0", "next": "13.4.3", "next-sanity": "^4.3.3", "postcss": "8.4.23", "react": "18.2.0", "react-dom": "18.2.0", "react-markdown": "^8.0.7", "react-syntax-highlighter": "^15.5.0", "rehype-raw": "^6.1.1", "remark-gfm": "^3.0.1", "sanity": "^3.11.2", "sanity-plugin-markdown": "^4.1.0", "styled-components": "^5.3.10", "tailwind-merge": "^1.12.0", "tailwindcss": "3.3.2", "tailwindcss-animate": "^1.0.5", "tailwindcss-hero-patterns": "^0.1.2", "twemoji": "^14.0.2", "typescript": "5.0.4" }, "devDependencies": { "@types/react-syntax-highlighter": "^15.5.7", "@types/twemoji": "^13.1.2" } }