{
  "name": "sonata",
  "version": "0.1.0",
  "private": true,
  "license": "SEE LICENSE IN LICENSE",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "eslint"
  },
  "dependencies": {
    "clsx": "^2.1.1",
    "gray-matter": "^4.0.3",
    "lucide-react": "^0.574.0",
    "motion": "^12.38.0",
    "next": "16.2.6",
    "next-mdx-remote": "^6.0.0",
    "piri": "^1.3.2",
    "react": "19.2.4",
    "react-dom": "19.2.4",
    "react-flagkit": "^2.0.4",
    "remark-gfm": "^4.0.1",
    "swr": "^2.4.0",
    "tailwind-merge": "^3.4.1"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@types/mdx": "^2.0.13",
    "@types/node": "^25",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "autoprefixer": "^10.4.24",
    "eslint": "^10",
    "eslint-config-next": "16.1.6",
    "postcss": "^8.5.14",
    "tailwindcss": "^4",
    "typescript": "^5"
  }
}
