Home / File/ package.json — tailwindcss Source File

package.json — tailwindcss Source File

Architecture documentation for package.json, a json file in the tailwindcss codebase. 0 imports, 1 dependents.

File json OxideEngine 1 dependents

Entity Profile

Dependency Diagram

graph LR
  843b8bc2_2cac_c5a5_2949_1cb978b042ee["package.json"]
  5af9cd3c_2cf4_9dee_376e_fc39122d865a["index.ts"]
  5af9cd3c_2cf4_9dee_376e_fc39122d865a --> 843b8bc2_2cac_c5a5_2949_1cb978b042ee
  style 843b8bc2_2cac_c5a5_2949_1cb978b042ee fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

{
  "name": "tailwindcss",
  "version": "4.1.18",
  "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tailwindlabs/tailwindcss.git",
    "directory": "packages/tailwindcss"
  },
  "bugs": "https://github.com/tailwindlabs/tailwindcss/issues",
  "homepage": "https://tailwindcss.com",
  "scripts": {
    "lint": "tsc --noEmit",
    "build": "tsup-node --env.NODE_ENV production",
    "dev": "tsup-node --env.NODE_ENV development --watch",
    "test:ui": "playwright test"
  },
  "exports": {
    ".": {
      "style": "./index.css",
      "types": "./src/index.ts",
      "require": "./dist/lib.js",
      "import": "./src/index.ts"
    },
    "./colors": {
      "require": "./src/compat/colors.cts",
      "import": "./src/compat/colors.ts"
    },
    "./colors.js": {
      "require": "./src/compat/colors.cts",
      "import": "./src/compat/colors.ts"
    },
    "./lib/util/flattenColorPalette": {
      "require": "./src/compat/flatten-color-palette.cts",
      "import": "./src/compat/flatten-color-palette.ts"
    },
    "./lib/util/flattenColorPalette.js": {
      "require": "./src/compat/flatten-color-palette.cts",
      "import": "./src/compat/flatten-color-palette.ts"
    },
    "./defaultTheme": {
      "require": "./src/compat/default-theme.cts",
      "import": "./src/compat/default-theme.ts"
    },
    "./defaultTheme.js": {
      "require": "./src/compat/default-theme.cts",
      "import": "./src/compat/default-theme.ts"
    },
    "./plugin": {
      "require": "./src/plugin.cts",
      "import": "./src/plugin.ts"
    },
    "./plugin.js": {
      "require": "./src/plugin.cts",
      "import": "./src/plugin.ts"
    },
    "./package.json": "./package.json",
    "./index.css": "./index.css",
    "./index": "./index.css",
// ... (79 more lines)

Domain

Frequently Asked Questions

What does package.json do?
package.json is a source file in the tailwindcss codebase, written in json. It belongs to the OxideEngine domain.
What files import package.json?
package.json is imported by 1 file(s): index.ts.
Where is package.json in the architecture?
package.json is located at packages/tailwindcss/package.json (domain: OxideEngine, directory: packages/tailwindcss).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free