mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
82 lines
2.1 KiB
JSON
82 lines
2.1 KiB
JSON
{
|
|
"name": "@storybook/components",
|
|
"version": "6.3.0-alpha.31",
|
|
"description": "Core Storybook Components",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/lib/components",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "lib/components"
|
|
},
|
|
"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.4/*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.6.0",
|
|
"@storybook/client-logger": "6.3.0-alpha.31",
|
|
"@storybook/csf": "0.0.1",
|
|
"@storybook/theming": "6.3.0-alpha.31",
|
|
"@types/color-convert": "^2.0.0",
|
|
"@types/overlayscrollbars": "^1.12.0",
|
|
"@types/react-syntax-highlighter": "11.0.5",
|
|
"color-convert": "^2.0.1",
|
|
"core-js": "^3.8.2",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"global": "^4.4.0",
|
|
"lodash": "^4.17.20",
|
|
"markdown-to-jsx": "^7.1.0",
|
|
"memoizerific": "^1.11.3",
|
|
"overlayscrollbars": "^1.13.1",
|
|
"polished": "^4.0.5",
|
|
"prop-types": "^15.7.2",
|
|
"react-colorful": "^5.1.2",
|
|
"react-popper-tooltip": "^3.1.1",
|
|
"react-syntax-highlighter": "^13.5.3",
|
|
"react-textarea-autosize": "^8.3.0",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"ts-dedent": "^2.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"css": "^3.0.0",
|
|
"jest": "^26.6.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "eec56a5d9365e214f050a25daaf87520486015bb",
|
|
"sbmodern": "dist/modern/index.js"
|
|
}
|