mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:41:18 +08:00
97 lines
2.5 KiB
JSON
97 lines
2.5 KiB
JSON
{
|
|
"name": "@storybook/components",
|
|
"version": "7.0.0-alpha.5",
|
|
"description": "Core Storybook Components",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/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,
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./html": {
|
|
"require": "./dist/html.js",
|
|
"import": "./dist/html.mjs",
|
|
"types": "./dist/html.d.ts"
|
|
},
|
|
"./package.json": {
|
|
"require": "./package.json",
|
|
"import": "./package.json",
|
|
"types": "./package.json"
|
|
}
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "esrun ../../scripts/prepare/bundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/client-logger": "7.0.0-alpha.5",
|
|
"@storybook/csf": "0.0.2--canary.4566f4d.1",
|
|
"@storybook/theming": "7.0.0-alpha.5",
|
|
"core-js": "^3.8.2",
|
|
"memoizerific": "^1.11.3",
|
|
"qs": "^6.10.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@digitak/esrun": "^3.2.2",
|
|
"@popperjs/core": "^2.6.0",
|
|
"@types/color-convert": "^2.0.0",
|
|
"@types/overlayscrollbars": "^1.12.0",
|
|
"@types/react-syntax-highlighter": "11.0.5",
|
|
"color-convert": "^2.0.1",
|
|
"css": "^3.0.0",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"global": "^4.4.0",
|
|
"jest": "^26.6.3",
|
|
"lodash": "^4.17.21",
|
|
"markdown-to-jsx": "^7.1.3",
|
|
"overlayscrollbars": "^1.13.1",
|
|
"polished": "^4.2.2",
|
|
"prettier": ">=2.2.1 <=2.3.0",
|
|
"prop-types": "^15.7.2",
|
|
"react-colorful": "^5.1.2",
|
|
"react-popper-tooltip": "^3.1.1",
|
|
"react-syntax-highlighter": "^15.4.5",
|
|
"react-textarea-autosize": "^8.3.0",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundlerEntrypoint": [
|
|
"./src/index.ts",
|
|
"./src/html.tsx"
|
|
],
|
|
"gitHead": "006ed54452dd7c37a8cbe91a84f5312182f7ca00"
|
|
}
|