Home / File/ package.json — ui Source File

package.json — ui Source File

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

File json FrameworkTooling 1 dependents

Entity Profile

Dependency Diagram

graph LR
  7716fa92_b8a1_70dc_ad69_cbdcc169f683["package.json"]
  d4164289_3de9_0784_ea6e_e33d5cea66a4["index.ts"]
  d4164289_3de9_0784_ea6e_e33d5cea66a4 --> 7716fa92_b8a1_70dc_ad69_cbdcc169f683
  style 7716fa92_b8a1_70dc_ad69_cbdcc169f683 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

{
  "name": "shadcn",
  "version": "3.8.4",
  "description": "Add components to your apps.",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "author": {
    "name": "shadcn",
    "url": "https://twitter.com/shadcn"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shadcn-ui/ui.git",
    "directory": "packages/shadcn"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "components",
    "ui",
    "tailwind",
    "radix-ui",
    "shadcn"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./registry": {
      "types": "./dist/registry/index.d.ts",
      "default": "./dist/registry/index.js"
    },
    "./schema": {
      "types": "./dist/schema/index.d.ts",
      "default": "./dist/schema/index.js"
    },
    "./mcp": {
      "types": "./dist/mcp/index.d.ts",
      "default": "./dist/mcp/index.js"
    },
    "./utils": {
      "types": "./dist/utils/index.d.ts",
      "default": "./dist/utils/index.js"
    },
    "./icons": {
      "types": "./dist/icons/index.d.ts",
      "default": "./dist/icons/index.js"
    },
    "./tailwind.css": {
      "style": "./dist/tailwind.css"
    }
  },
  "bin": "./dist/index.js",
  "scripts": {
    "dev": "tsup --watch",
// ... (65 more lines)

Frequently Asked Questions

What does package.json do?
package.json is a source file in the ui codebase, written in json. It belongs to the FrameworkTooling 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/shadcn/package.json (domain: FrameworkTooling, directory: packages/shadcn).

Analyze Your Own Codebase

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

Try Supermodel Free