{
  "name": "@primer/react-brand",
  "version": "0.66.0",
  "description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
  "keywords": [
    "primer",
    "react",
    "components",
    "library",
    "design-system"
  ],
  "homepage": "https://primer.style/brand",
  "bugs": {
    "url": "https://github.com/primer/brand/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/primer/brand.git"
  },
  "license": "MIT",
  "author": "GitHub, Inc.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "fonts"
  ],
  "scripts": {
    "build": "npm run clean && npm run build:css-types && webpack && scripts/postbuild",
    "build:css-types": "tcm -p 'src/**/*.css' .",
    "build:types": "tsc --project tsconfig.build.json",
    "check": "tsc --noEmit",
    "clean": "rm -rf lib && rm -rf fonts",
    "format": "prettier --check '**/*.{js,jsx,ts,tsx,md,mdx,css,json}'",
    "format:fix": "prettier --write '**/*.{js,jsx,ts,tsx,md,mdx,css,json}'",
    "lint": "eslint '**/*.{js,ts,tsx,md,mdx}' --max-warnings=0",
    "lint:fix": "npm run lint -- --fix",
    "release": "npm run build && changeset publish",
    "start": "npm run start:css-types",
    "start:css-types": "tcm -w -p 'src/**/*.css' .",
    "test": "jest"
  },
  "dependencies": {
    "@oddbird/popover-polyfill": "0.5.2",
    "@primer/behaviors": "^1.8.2"
  },
  "devDependencies": {
    "@figma/code-connect": "^1.4.3",
    "@juggle/resize-observer": "^3.4.0",
    "@primer/octicons-react": "19.23.1",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "16.3.2",
    "@testing-library/user-event": "14.6.1",
    "@types/chai": "5.2.3",
    "@types/jest": "^30.0.0",
    "@types/jest-axe": "3.5.9",
    "@types/node": "24.12.0",
    "@types/react": "19.2.14",
    "@types/react-dom": "19.2.3",
    "@types/webpack": "^5.28.5",
    "autoprefixer": "10.4.27",
    "axe-playwright": "^2.2.2",
    "clsx": "^2.1.1",
    "color2k": "2.0.3",
    "css-loader": "7.1.4",
    "identity-obj-proxy": "^3.0.0",
    "jest-axe": "10.0.0",
    "jest-environment-jsdom": "^30.3.0",
    "mini-css-extract-plugin": "2.10.2",
    "postcss": "8.5.8",
    "postcss-loader": "8.2.1",
    "postcss-preset-env": "11.2.0",
    "storybook": "^10.3.4",
    "style-dictionary": "^3.8.0",
    "style-loader": "4.0.0",
    "ts-loader": "^9.5.7",
    "typed-css-modules": "0.9.1",
    "typescript-plugin-css-modules": "5.2.0",
    "webpack": "5.105.4",
    "webpack-cli": "7.0.2"
  },
  "peerDependencies": {
    "@types/react": ">=18 <20",
    "@types/react-dom": ">=18 <20",
    "react": ">=18 <20",
    "react-dom": ">=18 <20"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "@types/react-dom": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=24.0.0",
    "npm": ">=8.0.0"
  }
}
