Home / File/ package.json — ui Source File

package.json — ui Source File

Architecture documentation for package.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "name": "v4",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "pnpm icons:dev & next dev --turbopack --port 4000",
    "build": "pnpm --filter=shadcn build && next build",
    "start": "next start --port 4000",
    "preview": "pnpm --filter=shadcn build && next build && next start --port 4000",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "typecheck": "tsc --noEmit",
    "format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
    "format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
    "icons:dev": "tsx --tsconfig ./tsconfig.scripts.json ./scripts/build-icons.ts --watch",
    "registry:build": "bun run ./scripts/build-registry.mts && pnpm examples:build && prettier --log-level silent --write \"registry/**/*.{ts,tsx,json,mdx}\" \"examples/**/*.{ts,tsx}\" --cache",
    "registry": "bun run ./scripts/build-registry.mts",
    "examples:build": "bun run ./scripts/build-examples.ts && prettier --log-level silent --write \"examples/**/*.{ts,tsx}\" --cache",
    "registry:capture": "tsx --tsconfig ./tsconfig.scripts.json ./scripts/capture-registry.mts",
    "validate:registries": "tsx --tsconfig ./tsconfig.scripts.json ./scripts/validate-registries.mts",
    "test:apps": "bun run ./scripts/build-test-app.mts",
    "postinstall": "fumadocs-mdx"
  },
  "dependencies": {
    "@base-ui/react": "1.1.0",
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/modifiers": "^9.0.0",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@faker-js/faker": "^10.1.0",
    "@hookform/resolvers": "^3.10.0",
    "@hugeicons/core-free-icons": "^1.2.1",
    "@hugeicons/react": "^1.1.1",
    "@phosphor-icons/react": "^2.1.10",
    "@remixicon/react": "^4.7.0",
    "@tabler/icons-react": "^3.31.0",
    "@tailwindcss/postcss": "^4",
    "@tanstack/react-form": "^1.20.0",
    "@tanstack/react-table": "^8.9.1",
    "@vercel/analytics": "^1.4.1",
    "change-case": "^5.4.4",
    "chrono-node": "^2.8.2",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "date-fns": "^4.1.0",
    "dedent": "^1.6.0",
    "embla-carousel-autoplay": "8.5.2",
    "embla-carousel-react": "8.5.2",
    "front-matter": "^4.0.2",
    "fumadocs-core": "16.0.5",
    "fumadocs-docgen": "2.0.0",
    "fumadocs-mdx": "13.0.2",
    "fumadocs-ui": "16.0.5",
    "input-otp": "^1.4.2",
    "jotai": "^2.15.0",
    "little-date": "^1.0.0",
    "lodash": "^4.17.23",
    "lru-cache": "^11.2.4",
// ... (84 more lines)

Frequently Asked Questions

What does package.json do?
package.json is a source file in the ui codebase, written in json.
Where is package.json in the architecture?
package.json is located at apps/v4/package.json (directory: apps/v4).

Analyze Your Own Codebase

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

Try Supermodel Free