UNPKG

@atlaskit/logo

Version:

A logo is a visual representation of a brand or app. It can be a word, an image, or a combination of both.

91 lines (90 loc) 2.69 kB
{ "name": "@atlaskit/logo", "version": "23.1.0", "description": "A logo is a visual representation of a brand or app. It can be a word, an image, or a combination of both.", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "module:es2019": "dist/es2019/index.js", "types": "dist/types/index.d.ts", "sideEffects": [ "**/*.compiled.css" ], "scripts": { "generate:examples": "ts-node --project ../../../tsconfig.node.json ./build/build-examples.tsx", "generate:components": "ts-node --project ../../../tsconfig.node.json ./build/build-components.tsx" }, "atlaskit:src": "src/index.tsx", "atlassian": { "react-compiler": { "enabled": true, "gating": { "source": "@atlaskit/react-compiler-gating", "importSpecifierName": "isReactCompilerActivePlatform" } }, "team": "Design System Team", "website": { "tags": [ "platform-labs" ], "name": "Logo", "category": "Images and icons" } }, "dependencies": { "@atlaskit/css": "^1.1.0", "@atlaskit/ds-lib": "^8.0.0", "@atlaskit/platform-feature-flags": "^2.2.0", "@atlaskit/react-compiler-gating": "^0.2.0", "@atlaskit/theme": "^28.2.0", "@atlaskit/tokens": "^18.2.0", "@babel/runtime": "^7.0.0", "@compiled/react": "^1.0.2" }, "peerDependencies": { "react": "^18.2.0 || ^19.0.0" }, "devDependencies": { "@af/accessibility-testing": "workspace:^", "@af/formatting": "workspace:^", "@af/integration-testing": "workspace:^", "@af/visual-regression": "workspace:^", "@atlaskit/code": "^19.2.0", "@atlaskit/docs": "^12.2.0", "@atlaskit/image": "^5.2.0", "@atlaskit/link": "^5.1.0", "@atlaskit/primitives": "^22.5.0", "@atlaskit/section-message": "^10.2.0", "@atlaskit/select": "^22.11.0", "@atlaskit/table": "^1.3.0", "@atlaskit/toggle": "^17.3.0", "@atlassian/codegen": "^0.3.0", "@atlassian/ssr-tests": "workspace:^", "@atlassian/structured-docs-types": "workspace:^", "@atlassian/testing-library": "^0.11.0", "@atlassian/workbench": "workspace:*", "fs-extra": "^4.0.2", "jscodeshift": "^17.0.0", "lodash": "^4.17.21", "pkg-dir": "^4.2.0", "react": "^19.0.0", "react-dom": "^19.2.0", "svgo": "patch:svgo@npm%3A3.3.0#~/.yarn/patches/svgo-npm-3.3.0-253da0cdd6.patch", "ts-node": "^10.9.1" }, "platform-feature-flags": { "assets-platform-branding": { "type": "boolean" }, "assets-platform-branding-v2": { "type": "boolean" } }, "homepage": "https://atlassian.design/components/logo/" }