UNPKG

@atlaskit/button

Version:

A button triggers an event or action. They let users know what will happen next.

64 lines (63 loc) 1.83 kB
{ "name": "@atlaskit/button", "version": "14.0.4", "description": "A button triggers an event or action. They let users know what will happen next.", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": "https://bitbucket.org/atlassian/atlassian-frontend", "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/cjs/index.d.ts", "sideEffects": false, "atlaskit:src": "src/index.ts", "atlassian": { "team": "Design System Team", "deprecatedAutoEntryPoints": true, "inPublicMirror": true, "releaseModel": "scheduled", "website": { "name": "Button" } }, "dependencies": { "@atlaskit/analytics-next": "^7.0.0", "@atlaskit/spinner": "^15.0.0", "@atlaskit/theme": "^10.0.0", "@emotion/core": "^10.0.9", "memoize-one": "^5.1.0", "tslib": "^2.0.0" }, "peerDependencies": { "react": "^16.8.0" }, "devDependencies": { "@atlaskit/build-utils": "*", "@atlaskit/checkbox": "^11.0.0", "@atlaskit/docs": "*", "@atlaskit/icon": "^21.0.0", "@atlaskit/logo": "^13.0.0", "@atlaskit/select": "^13.0.0", "@atlaskit/ssr": "*", "@atlaskit/visual-regression": "*", "@atlaskit/webdriver-runner": "*", "@testing-library/react": "^8.0.1", "@types/react-router-dom": "^4.3.1", "enzyme": "^3.10.0", "jest-emotion": "^10.0.32", "jest-in-case": "^1.0.2", "react-dom": "^16.8.0", "react-router-dom": "^4.2.2", "react-test-renderer": "^16.8.0", "wait-for-expect": "^1.2.0" }, "techstack": { "@atlassian/frontend": { "import-structure": "atlassian-conventions" } }, "homepage": "https://atlassian.design/components/button/" }