mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:01:07 +08:00
75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
|
"name": "@storybook/components",
|
|
"version": "6.0.0-beta.36",
|
|
"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"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"ts3.5/**/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/client-logger": "6.0.0-beta.36",
|
|
"@storybook/csf": "0.0.1",
|
|
"@storybook/theming": "6.0.0-beta.36",
|
|
"@types/overlayscrollbars": "^1.9.0",
|
|
"@types/react-color": "^3.0.1",
|
|
"@types/react-syntax-highlighter": "11.0.4",
|
|
"core-js": "^3.0.1",
|
|
"fast-deep-equal": "^3.1.1",
|
|
"global": "^4.3.2",
|
|
"markdown-to-jsx": "^6.11.4",
|
|
"memoizerific": "^1.11.3",
|
|
"overlayscrollbars": "^1.10.2",
|
|
"polished": "^3.4.4",
|
|
"popper.js": "^1.14.7",
|
|
"react": "^16.8.3",
|
|
"react-color": "^2.17.0",
|
|
"react-dom": "^16.8.3",
|
|
"react-popper-tooltip": "^2.11.0",
|
|
"react-syntax-highlighter": "^12.2.1",
|
|
"react-textarea-autosize": "^8.0.1",
|
|
"ts-dedent": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"css": "^2.2.4",
|
|
"enzyme": "^3.9.0",
|
|
"jest": "^26.0.0",
|
|
"jest-enzyme": "^7.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff",
|
|
"typesVersions": {
|
|
"<=3.5": {
|
|
"*": [
|
|
"ts3.5/*"
|
|
]
|
|
}
|
|
}
|
|
}
|