UNPKG

1.2 kBJSONView Raw
1{
2 "name": "@storybook/addon-centered",
3 "version": "5.3.21",
4 "description": "Storybook decorator to center components",
5 "keywords": [
6 "addon",
7 "storybook"
8 ],
9 "homepage": "https://github.com/storybookjs/storybook/tree/master/addons/centered",
10 "bugs": {
11 "url": "https://github.com/storybookjs/storybook/issues"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/storybookjs/storybook.git",
16 "directory": "addons/centered"
17 },
18 "license": "MIT",
19 "author": "Muhammed Thanish <mnmtanish@gmail.com>",
20 "main": "dist/index.js",
21 "types": "dist/index.d.ts",
22 "files": [
23 "dist/**/*",
24 "README.md",
25 "*.js",
26 "*.d.ts",
27 "ts3.5/**/*"
28 ],
29 "scripts": {
30 "prepare": "node ../../scripts/prepare.js"
31 },
32 "dependencies": {
33 "@storybook/addons": "5.3.21",
34 "core-js": "^3.0.1",
35 "global": "^4.3.2",
36 "util-deprecate": "^1.0.2"
37 },
38 "devDependencies": {
39 "@types/mithril": "^1.1.16",
40 "@types/webpack-env": "^1.15.0",
41 "mithril": "*",
42 "preact": "*",
43 "react": "*"
44 },
45 "peerDependencies": {
46 "react-dom": "*",
47 "regenerator-runtime": "*"
48 },
49 "gitHead": "a939e7204a448e9d24e5431f1c9dba8dd7ec05e9"
50}