mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "@storybook/ui",
|
|
"version": "5.0.0-alpha.4",
|
|
"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": {
|
|
"createDlls": "node -r esm ./scripts/createDlls.js",
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@reach/router": "^1.2.1",
|
|
"@storybook/addons": "5.0.0-alpha.4",
|
|
"@storybook/client-logger": "5.0.0-alpha.4",
|
|
"@storybook/components": "5.0.0-alpha.4",
|
|
"@storybook/core-events": "5.0.0-alpha.4",
|
|
"@storybook/theming": "5.0.0-alpha.4",
|
|
"eventemitter3": "^3.1.0",
|
|
"fast-deep-equal": "^2.0.1",
|
|
"fuse.js": "^3.3.0",
|
|
"global": "^4.3.2",
|
|
"history": "^4.7.2",
|
|
"keycode": "^2.2.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.isequal": "^4.5.0",
|
|
"lodash.mergewith": "^4.6.1",
|
|
"lodash.pick": "^4.4.0",
|
|
"lodash.sortby": "^4.7.0",
|
|
"lodash.throttle": "^4.1.1",
|
|
"markdown-to-jsx": "^6.9.0",
|
|
"memoizerific": "^1.11.3",
|
|
"prop-types": "^15.6.2",
|
|
"qs": "^6.5.2",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0",
|
|
"react-draggable": "^3.1.1",
|
|
"react-lifecycles-compat": "^3.0.4",
|
|
"react-modal": "^3.8.1",
|
|
"react-resize-detector": "^3.2.1",
|
|
"to-camel-case": "^1.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"terser-webpack-plugin": "^1.2.1",
|
|
"webpack": "^4.28.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|