@atlaskit/status
Version:
Fabric Status React Components
89 lines (88 loc) • 2.06 kB
JSON
{
"name": "@atlaskit/status",
"version": "3.2.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"
}
},
"sideEffects": [
"*.compiled.css"
],
"config": {
"access": "public"
},
"dependencies": {
"@atlaskit/afm-i18n-platform-elements-status": "2.7.0",
"@atlaskit/analytics-next": "^11.2.0",
"@atlaskit/icon": "^33.1.0",
"@atlaskit/lozenge": "^13.5.0",
"@atlaskit/platform-feature-flags": "^1.1.0",
"@atlaskit/primitives": "^18.1.0",
"@atlaskit/textfield": "^8.2.0",
"@atlaskit/tmp-editor-statsig": "^52.0.0",
"@atlaskit/tokens": "^11.4.0",
"@babel/runtime": "^7.0.0",
"@compiled/react": "^0.20.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-intl-next": "npm:react-intl@^5.18.1"
},
"devDependencies": {
"@af/visual-regression": "workspace:^",
"@atlaskit/elements-test-helpers": "workspace:^",
"@atlassian/a11y-jest-testing": "^0.10.0",
"@atlassian/feature-flags-test-utils": "^1.0.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.3.0",
"enzyme": "^3.10.0",
"react": "^18.2.0",
"react-intl-next": "npm:react-intl@^5.18.1"
},
"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"
]
}
},
"platform-feature-flags": {
"platform-component-visual-refresh": {
"type": "boolean"
},
"platform-dst-lozenge-tag-badge-visual-uplifts": {
"type": "boolean"
}
}
}