UNPKG

@primer/react-brand

Version:

Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.

99 lines (98 loc) 2.87 kB
{ "name": "@primer/react-brand", "version": "0.57.1", "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.0" }, "devDependencies": { "@figma/code-connect": "1.2.4", "@juggle/resize-observer": "^3.4.0", "@primer/octicons-react": "19.15.1", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.2.0", "@testing-library/user-event": "14.6.0", "@types/jest": "^27.5.2", "@types/jest-axe": "3.5.9", "@types/react": "18.3.12", "@types/react-dom": "18.3.0", "@types/webpack": "^5.28.1", "autoprefixer": "10.4.20", "axe-playwright": "^1.2.3", "clsx": "^2.1.1", "color2k": "2.0.3", "css-loader": "7.1.2", "identity-obj-proxy": "^3.0.0", "jest-axe": "9.0.0", "jest-environment-jsdom": "29.7.0", "mini-css-extract-plugin": "2.9.2", "postcss": "8.5.1", "postcss-loader": "8.1.1", "postcss-preset-env": "10.1.3", "style-dictionary": "^3.8.0", "style-loader": "4.0.0", "ts-loader": "^9.4.3", "typed-css-modules": "0.9.1", "typescript-plugin-css-modules": "5.1.0", "webpack": "5.97.1", "webpack-cli": "6.0.1" }, "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": ">=16.0.0", "npm": ">=8.0.0" } }