{
  "name": "@tailwindcss/typography",
  "version": "0.3.1",
  "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",
  "publishConfig": {
    "access": "public"
  },
  "prettier": {
    "printWidth": 100,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "scripts": {
    "test": "jest",
    "dev": "next dev demo",
    "build": "next build demo",
    "export": "next export demo",
    "deploy": "npm run build && npm run export",
    "start": "next start demo",
    "prepublishOnly": "node scripts/build.js"
  },
  "peerDependencies": {
    "tailwindcss": "2.0.0-alpha.24 || ^2.0.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",
    "jest": "^26.6.1",
    "next": "^9.4.4",
    "postcss": "^7.0.17",
    "prettier": "^2.1.2",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "snapshot-diff": "^0.8.1",
    "tailwindcss": "^2.0.0-alpha.16"
  }
}
