@atlaskit/panel
Version:
A React component rendering a collapsible panel
68 lines (67 loc) • 1.61 kB
JSON
{
"name": "@atlaskit/panel",
"version": "0.11.17",
"description": "A React component rendering a collapsible panel",
"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",
"typesVersions": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"af:exports": {
".": "./src/index.ts"
},
"atlaskit:src": "src/index.ts",
"atlassian": {
"team": "Bitbucket: CoreX",
"website": {
"name": "Panel"
}
},
"dependencies": {
"@atlaskit/button": "^23.4.0",
"@atlaskit/icon": "^28.1.0",
"@atlaskit/link": "^3.2.0",
"@atlaskit/platform-feature-flags": "^1.1.0",
"@atlaskit/primitives": "^14.12.0",
"@atlaskit/theme": "^20.0.0",
"@atlaskit/tokens": "^6.1.0",
"@babel/runtime": "^7.0.0",
"react-animate-height": "^2.1.0",
"react-focus-within": "^2.0.1",
"react-intl-next": "npm:react-intl@^5.18.1"
},
"peerDependencies": {
"react": "^18.2.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3"
},
"techstack": {
"@atlassian/frontend": {
"import-structure": "atlassian-conventions"
}
},
"sideEffects": [
"*.compiled.css"
],
"platform-feature-flags": {
"dst-a11y__replace-anchor-with-link__bitbucket-core": {
"type": "boolean"
}
}
}