UNPKG

1.75 kBJSONView Raw
1{
2 "name": "@kalamazoo/button",
3 "version": "1.0.2",
4 "description": "A React component that is a base button.",
5 "publishConfig": {
6 "registry": "https://registry.npmjs.org/"
7 },
8 "license": "Apache-2.0",
9 "module": "dist/esm/index.js",
10 "main": "dist/cjs/index.js",
11 "types": "dist/cjs/index.d.ts",
12 "atlaskit:src": "src/index.ts",
13 "atlaskit:designLink": "https://atlassian.design/guidelines/product/components/buttons",
14 "sideEffects": false,
15 "author": "Steven J. Selcuk",
16 "maintainers": [
17 "Sean C",
18 "Daniel DC",
19 "Harsha I",
20 "Alex R"
21 ],
22 "atlaskit": {
23 "name": "Button",
24 "team": "core"
25 },
26 "repository": "https://github.com/stevenselcuk/kalamazoo",
27 "dependencies": {
28 "@kalamazoo/analytics-next": "^1.0.0",
29 "@kalamazoo/spinner": "^1.0.0",
30 "@kalamazoo/theme": "^1.0.0",
31 "@kalamazoo/type-helpers": "^1.0.0",
32 "@babel/runtime": "^7.0.0",
33 "@emotion/core": "^10.0.9",
34 "memoize-one": "^5.1.0",
35 "tslib": "^1.9.3"
36 },
37 "peerDependencies": {
38 "react": "^16.8.0"
39 },
40 "devDependencies": {
41 "@kalamazoo/build-utils": "^1.0.0",
42 "@kalamazoo/checkbox": "^1.0.0",
43 "@kalamazoo/docs": "^1.0.0",
44 "@kalamazoo/icon": "^1.0.0",
45 "@kalamazoo/logo": "^1.0.0",
46 "@kalamazoo/select": "^1.0.0",
47 "@kalamazoo/ssr": "^1.0.0",
48 "@kalamazoo/type-helpers": "^1.0.0",
49 "@kalamazoo/visual-regression": "^1.0.0",
50 "@kalamazoo/webdriver-runner": "^1.0.0",
51 "@testing-library/react": "^8.0.1",
52 "@types/react-router-dom": "^4.3.1",
53 "enzyme": "^3.10.0",
54 "jest-emotion": "^10.0.10",
55 "jest-in-case": "^1.0.2",
56 "react-dom": "^16.8.0",
57 "react-router-dom": "^4.2.2",
58 "react-test-renderer": "^16.8.0",
59 "wait-for-expect": "^1.2.0"
60 }
61}