{
  "manifest": {
    "name": "tailwindcss",
    "version": "3.4.3",
    "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
    "license": "MIT",
    "main": "lib/index.js",
    "types": "types/index.d.ts",
    "repository": {
      "type": "git",
      "url": "https://github.com/tailwindlabs/tailwindcss.git"
    },
    "bugs": {
      "url": "https://github.com/tailwindlabs/tailwindcss/issues"
    },
    "homepage": "https://tailwindcss.com/",
    "bin": {
      "tailwind": "lib/cli.js",
      "tailwindcss": "lib/cli.js"
    },
    "scripts": {
      "prebuild": "npm run generate && rimraf lib",
      "build": "swc src --out-dir lib --copy-files",
      "postbuild": "esbuild lib/cli-peer-dependencies.js --bundle --platform=node --outfile=peers/index.js --define:process.env.CSS_TRANSFORMER_WASM=false",
      "rebuild-fixtures": "npm run build && node -r @swc/register scripts/rebuildFixtures.js",
      "style": "eslint .",
      "pretest": "npm run generate",
      "test": "jest",
      "test:integrations": "npm run test --prefix ./integrations",
      "install:integrations": "node scripts/install-integrations.js",
      "generate:plugin-list": "node -r @swc/register scripts/create-plugin-list.js",
      "generate:types": "node -r @swc/register scripts/generate-types.js",
      "generate": "npm run generate:plugin-list && npm run generate:types",
      "release-channel": "node ./scripts/release-channel.js",
      "release-notes": "node ./scripts/release-notes.js",
      "prepublishOnly": "npm install --force && npm run build"
    },
    "files": [
      "src/*",
      "cli/*",
      "lib/*",
      "peers/*",
      "scripts/*.js",
      "stubs/*",
      "nesting/*",
      "types/**/*",
      "*.d.ts",
      "*.css",
      "*.js"
    ],
    "devDependencies": {
      "@swc/cli": "^0.1.62",
      "@swc/core": "^1.3.55",
      "@swc/jest": "^0.2.26",
      "@swc/register": "^0.1.10",
      "autoprefixer": "^10.4.14",
      "browserslist": "^4.21.5",
      "concurrently": "^8.0.1",
      "cssnano": "^6.0.0",
      "esbuild": "^0.20.2",
      "eslint": "^8.39.0",
      "eslint-config-prettier": "^8.8.0",
      "eslint-plugin-prettier": "^4.2.1",
      "jest": "^29.6.0",
      "jest-diff": "^29.6.0",
      "lightningcss": "1.24.1",
      "prettier": "^2.8.8",
      "rimraf": "^5.0.0",
      "source-map-js": "^1.0.2",
      "turbo": "^1.9.3"
    },
    "dependencies": {
      "@alloc/quick-lru": "^5.2.0",
      "arg": "^5.0.2",
      "chokidar": "^3.5.3",
      "didyoumean": "^1.2.2",
      "dlv": "^1.1.3",
      "fast-glob": "^3.3.0",
      "glob-parent": "^6.0.2",
      "is-glob": "^4.0.3",
      "jiti": "^1.21.0",
      "lilconfig": "^2.1.0",
      "micromatch": "^4.0.5",
      "normalize-path": "^3.0.0",
      "object-hash": "^3.0.0",
      "picocolors": "^1.0.0",
      "postcss": "^8.4.23",
      "postcss-import": "^15.1.0",
      "postcss-js": "^4.0.1",
      "postcss-load-config": "^4.0.1",
      "postcss-nested": "^6.0.1",
      "postcss-selector-parser": "^6.0.11",
      "resolve": "^1.22.2",
      "sucrase": "^3.32.0"
    },
    "browserslist": [
      "> 1%",
      "not edge <= 18",
      "not ie 11",
      "not op_mini all"
    ],
    "jest": {
      "testTimeout": 30000,
      "setupFilesAfterEnv": [
        "<rootDir>/jest/customMatchers.js"
      ],
      "testPathIgnorePatterns": [
        "/node_modules/",
        "/integrations/",
        "/standalone-cli/",
        "\\.test\\.skip\\.js$"
      ],
      "transformIgnorePatterns": [
        "node_modules/(?!lightningcss)"
      ],
      "transform": {
        "\\.js$": "@swc/jest",
        "\\.ts$": "@swc/jest"
      }
    },
    "engines": {
      "node": ">=14.0.0"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-tailwindcss-3.4.3-be48f5283df77dfced705451319a5dffb8621519-integrity/node_modules/tailwindcss/package.json",
    "readmeFilename": "README.md",
    "readme": "<p align=\"center\">\n  <a href=\"https://tailwindcss.com\" target=\"_blank\">\n    <picture>\n      <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/tailwindlabs/tailwindcss/HEAD/.github/logo-dark.svg\">\n      <source media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/tailwindlabs/tailwindcss/HEAD/.github/logo-light.svg\">\n      <img alt=\"Tailwind CSS\" src=\"https://raw.githubusercontent.com/tailwindlabs/tailwindcss/HEAD/.github/logo-light.svg\" width=\"350\" height=\"70\" style=\"max-width: 100%;\">\n    </picture>\n  </a>\n</p>\n\n<p align=\"center\">\n  A utility-first CSS framework for rapidly building custom user interfaces.\n</p>\n\n<p align=\"center\">\n    <a href=\"https://github.com/tailwindlabs/tailwindcss/actions\"><img src=\"https://img.shields.io/github/actions/workflow/status/tailwindlabs/tailwindcss/ci.yml?branch=master\" alt=\"Build Status\"></a>\n    <a href=\"https://www.npmjs.com/package/tailwindcss\"><img src=\"https://img.shields.io/npm/dt/tailwindcss.svg\" alt=\"Total Downloads\"></a>\n    <a href=\"https://github.com/tailwindcss/tailwindcss/releases\"><img src=\"https://img.shields.io/npm/v/tailwindcss.svg\" alt=\"Latest Release\"></a>\n    <a href=\"https://github.com/tailwindcss/tailwindcss/blob/master/LICENSE\"><img src=\"https://img.shields.io/npm/l/tailwindcss.svg\" alt=\"License\"></a>\n</p>\n\n---\n\n## Documentation\n\nFor full documentation, visit [tailwindcss.com](https://tailwindcss.com/).\n\n## Community\n\nFor help, discussion about best practices, or any other conversation that would benefit from being searchable:\n\n[Discuss Tailwind CSS on GitHub](https://github.com/tailwindcss/tailwindcss/discussions)\n\nFor casual chit-chat with others using the framework:\n\n[Join the Tailwind CSS Discord Server](https://discord.gg/7NF8GNe)\n\n## Contributing\n\nIf you're interested in contributing to Tailwind CSS, please read our [contributing docs](https://github.com/tailwindcss/tailwindcss/blob/master/.github/CONTRIBUTING.md) **before submitting a pull request**.\n",
    "licenseText": "MIT License\n\nCopyright (c) Tailwind Labs, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.3.tgz#be48f5283df77dfced705451319a5dffb8621519",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.3.tgz",
    "hash": "be48f5283df77dfced705451319a5dffb8621519",
    "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==",
    "registry": "npm",
    "packageName": "tailwindcss",
    "cacheIntegrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A== sha1-vkj1KD33ffztcFRRMZpd/7hiFRk="
  },
  "registry": "npm",
  "hash": "be48f5283df77dfced705451319a5dffb8621519"
}