storybook/lib/ui/package.json
2022-01-18 23:47:32 +08:00

92 lines
2.3 KiB
JSON

{
"name": "@storybook/ui",
"version": "6.5.0-alpha.21",
"description": "Core Storybook UI",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/main/lib/ui",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "lib/ui"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
},
"license": "MIT",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/ts3.9/index.d.ts",
"typesVersions": {
"<3.8": {
"dist/ts3.9/*": [
"dist/ts3.4/*"
]
}
},
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@emotion/core": "^10.3.1",
"@storybook/addons": "6.5.0-alpha.21",
"@storybook/api": "6.5.0-alpha.21",
"@storybook/channels": "6.5.0-alpha.21",
"@storybook/client-logger": "6.5.0-alpha.21",
"@storybook/components": "6.5.0-alpha.21",
"@storybook/core-events": "6.5.0-alpha.21",
"@storybook/router": "6.5.0-alpha.21",
"@storybook/semver": "^7.3.2",
"@storybook/theming": "6.5.0-alpha.21",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.8.2",
"core-js-pure": "^3.8.2",
"downshift": "^6.0.15",
"emotion-theming": "^10.0.27",
"fuse.js": "^3.6.1",
"global": "^4.4.0",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.1.3",
"memoizerific": "^1.11.3",
"polished": "^4.0.5",
"qs": "^6.10.0",
"react-draggable": "^4.4.3",
"react-helmet-async": "^1.0.7",
"react-sizeme": "^3.0.1",
"regenerator-runtime": "^0.13.7",
"resolve-from": "^5.0.0",
"store2": "^2.12.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@testing-library/react": "^11.2.2",
"babel-loader": "^8.0.0",
"chromatic": "^6.0.2",
"enzyme": "^3.11.0",
"flush-promises": "^1.0.2",
"terser-webpack-plugin": "^5.0.3",
"webpack": "4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "8b9f966f4378d540c767bdbeb1840f910ebc3375",
"sbmodern": "dist/modern/index.js"
}