UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@kalamazoo/docs",
3 "version": "1.0.0",
4 "description": "Utilities for building documentation",
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 "atlaskit:src": "src/index.js",
12 "author": "Steven J. Selcuk",
13 "maintainers": [
14 "Ben C"
15 ],
16 "atlaskit": {
17 "name": "Atlaskit docs",
18 "team": "core"
19 },
20 "repository": "https://github.com/stevenselcuk/kalamazoo",
21 "dependencies": {
22 "@kalamazoo/button": "^1.0.0",
23 "@kalamazoo/code": "^1.0.0",
24 "@kalamazoo/icon": "^1.0.0",
25 "@kalamazoo/section-message": "^1.0.0",
26 "@kalamazoo/theme": "^1.0.0",
27 "@babel/runtime": "^7.0.0",
28 "codesandboxer": "^1.0.3",
29 "pretty-proptypes": "^1.0.2",
30 "react-markings": "^1.3.0",
31 "string-raw": "^1.0.1"
32 },
33 "peerDependencies": {
34 "react": "^16.8.0",
35 "styled-components": "^3.2.6"
36 },
37 "devDependencies": {
38 "enzyme": "^3.10.0",
39 "jest-in-case": "^1.0.2",
40 "react-dom": "^16.8.0",
41 "react-test-renderer": "^16.8.0"
42 }
43}