UNPKG

1.33 kBJSONView Raw
1{
2 "name": "@kalamazoo/theme",
3 "version": "1.0.1",
4 "description": "The Atlaskit theme framework",
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 "sideEffects": false,
14 "author": "Steven J. Selcuk",
15 "maintainers": [
16 "Sean C",
17 "Daniel DC",
18 "Harsha I",
19 "Alex R"
20 ],
21 "atlaskit": {
22 "name": "Theme",
23 "team": "core"
24 },
25 "repository": "https://github.com/stevenselcuk/kalamazoo",
26 "dependencies": {
27 "exenv": "^1.2.2",
28 "prop-types": "^15.5.10",
29 "tslib": "^1.9.3"
30 },
31 "peerDependencies": {
32 "react": "^16.8.0",
33 "styled-components": "^3.2.6"
34 },
35 "devDependencies": {
36 "@kalamazoo/build-utils": "^1.0.0",
37 "@kalamazoo/button": "^1.0.0",
38 "@kalamazoo/docs": "^1.0.0",
39 "@kalamazoo/lozenge": "^1.0.0",
40 "@kalamazoo/section-message": "^1.0.0",
41 "@kalamazoo/ssr": "^1.0.0",
42 "@kalamazoo/visual-regression": "^1.0.0",
43 "@emotion/core": "^10.0.9",
44 "@types/color": "^3.0.0",
45 "color": "^3.0.0",
46 "enzyme": "^3.10.0",
47 "react-dom": "^16.8.0",
48 "wait-for-expect": "^1.2.0"
49 },
50 "keywords": [
51 "atlaskit",
52 "css",
53 "theme",
54 "react",
55 "ui"
56 ]
57}