UNPKG

@atlaskit/status

Version:
97 lines (96 loc) 2.23 kB
{ "name": "@atlaskit/status", "version": "3.0.4", "description": "Fabric Status React Components", "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", "atlaskit:src": "src/index.ts", "atlassian": { "team": "Editor: Core Experiences", "website": { "name": "Status" }, "runReact18": true }, "sideEffects": [ "*.compiled.css" ], "config": { "access": "public" }, "dependencies": { "@atlaskit/analytics-next": "^11.0.0", "@atlaskit/icon": "^25.5.0", "@atlaskit/lozenge": "^12.2.0", "@atlaskit/platform-feature-flags": "^1.1.0", "@atlaskit/platform-feature-flags-react": "^0.1.0", "@atlaskit/primitives": "^14.4.0", "@atlaskit/textfield": "^8.0.0", "@atlaskit/tokens": "^4.7.0", "@babel/runtime": "^7.0.0", "@compiled/react": "^0.18.3", "@emotion/react": "^11.7.1" }, "peerDependencies": { "react": "^18.2.0", "react-intl-next": "npm:react-intl@^5.18.1" }, "devDependencies": { "@af/visual-regression": "^1.3.0", "@atlaskit/elements-test-helpers": "^0.9.0", "@atlaskit/visual-regression": "^0.10.0", "@atlassian/feature-flags-test-utils": "^0.3.0", "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^13.4.0", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.15.1", "react": "^18.2.0", "react-intl-next": "npm:react-intl@^5.18.1", "typescript": "~5.4.2" }, "keywords": [ "ui", "date", "fabric", "editor" ], "techstack": { "@repo/internal": { "design-tokens": [ "color" ], "styling": [ "compiled" ] } }, "typesVersions": { ">=4.5 <4.9": { "*": [ "dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts" ] } }, "af:exports": { ".": "./src/index.ts", "./element": "./src/element.ts", "./picker": "./src/picker.ts" }, "platform-feature-flags": { "platform-component-visual-refresh": { "type": "boolean" }, "editor_a11y_arrow_key_status_colour_palette": { "type": "boolean" } } }