mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:41:08 +08:00
76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
{
|
|
"name": "@storybook/components",
|
|
"version": "6.0.0-alpha.27",
|
|
"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-alpha.27",
|
|
"@storybook/theming": "6.0.0-alpha.27",
|
|
"@types/overlayscrollbars": "^1.9.0",
|
|
"@types/react-syntax-highlighter": "11.0.4",
|
|
"@types/react-textarea-autosize": "^4.3.3",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"lodash": "^4.17.15",
|
|
"markdown-to-jsx": "^6.9.1",
|
|
"memoizerific": "^1.11.3",
|
|
"overlayscrollbars": "^1.10.2",
|
|
"overlayscrollbars-react": "^0.2.1",
|
|
"polished": "^3.4.4",
|
|
"popper.js": "^1.14.7",
|
|
"react": "^16.8.3",
|
|
"react-dom": "^16.8.3",
|
|
"react-focus-lock": "^2.1.0",
|
|
"react-helmet-async": "^1.0.2",
|
|
"react-popper-tooltip": "^2.8.3",
|
|
"react-syntax-highlighter": "^11.0.2",
|
|
"react-textarea-autosize": "^7.1.0",
|
|
"ts-dedent": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"css": "^2.2.4",
|
|
"enzyme": "^3.9.0",
|
|
"jest": "^25.1.0",
|
|
"jest-enzyme": "^7.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff",
|
|
"typesVersions": {
|
|
"<=3.5": {
|
|
"*": [
|
|
"ts3.5/*"
|
|
]
|
|
}
|
|
}
|
|
}
|