storybook/lib/ui/package.json
2018-11-29 17:07:03 +01:00

57 lines
1.4 KiB
JSON

{
"name": "@storybook/ui",
"version": "4.1.0-alpha.9",
"description": "Core Storybook UI",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/lib/ui",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"license": "MIT",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"dll": "node -r esm ./scripts/createDlls.js",
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@emotion/core": "^0.13.1",
"@emotion/provider": "^0.11.2",
"@emotion/styled": "^0.10.6",
"@storybook/components": "4.1.0-alpha.9",
"@storybook/core-events": "4.1.0-alpha.9",
"@storybook/mantra-core": "^1.7.2",
"@storybook/podda": "^1.2.3",
"@storybook/react-komposer": "^2.0.5",
"deep-equal": "^1.0.1",
"eventemitter3": "^3.1.0",
"fuse.js": "^3.3.0",
"global": "^4.3.2",
"keycode": "^2.2.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"qs": "^6.5.2",
"react-fuzzy": "^0.5.2",
"react-lifecycles-compat": "^3.0.4",
"react-modal": "^3.6.1",
"react-treebeard": "^3.1.0"
},
"devDependencies": {
"webpack": "^4.23.1",
"terser-webpack-plugin": "^1.1.0"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"publishConfig": {
"access": "public"
}
}