{
  "name": "@tailwindcss/typography",
  "version": "0.2.0",
  "description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.",
  "main": "src/index.js",
  "repository": "https://github.com/tailwindcss/typography",
  "license": "MIT",
  "scripts": {
    "dev": "next dev demo",
    "build": "next build demo",
    "export": "next export demo",
    "deploy": "npm run build && npm run export",
    "start": "next start demo",
    "prepare": "node scripts/build.js"
  },
  "peerDependencies": {
    "tailwindcss": "^1.5.0"
  },
  "devDependencies": {
    "@mdx-js/loader": "^1.0.19",
    "@mdx-js/mdx": "^1.6.6",
    "@next/mdx": "^8.1.0",
    "autoprefixer": "^9.6.1",
    "clean-css": "^4.2.1",
    "cssnano": "^4.1.10",
    "dedent": "^0.7.0",
    "highlight.js": "^9.15.6",
    "next": "^9.4.4",
    "postcss": "^7.0.17",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "tailwindcss": "^1.5"
  }
}
