mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:41:08 +08:00
75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
||
"name": "@storybook/addon-storysource",
|
||
"version": "6.2.0-alpha.9",
|
||
"description": "View a story’s source code to see how it works and paste into your app",
|
||
"keywords": [
|
||
"addon",
|
||
"storybook"
|
||
],
|
||
"homepage": "https://github.com/storybookjs/storybook/tree/master/addons/storysource",
|
||
"bugs": {
|
||
"url": "https://github.com/storybookjs/storybook/issues"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://github.com/storybookjs/storybook.git",
|
||
"directory": "addons/storysource"
|
||
},
|
||
"license": "MIT",
|
||
"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": {
|
||
"@storybook/addons": "6.2.0-alpha.9",
|
||
"@storybook/api": "6.2.0-alpha.9",
|
||
"@storybook/client-logger": "6.2.0-alpha.9",
|
||
"@storybook/components": "6.2.0-alpha.9",
|
||
"@storybook/router": "6.2.0-alpha.9",
|
||
"@storybook/source-loader": "6.2.0-alpha.9",
|
||
"@storybook/theming": "6.2.0-alpha.9",
|
||
"core-js": "^3.0.1",
|
||
"estraverse": "^4.2.0",
|
||
"loader-utils": "^2.0.0",
|
||
"prettier": "~2.0.5",
|
||
"prop-types": "^15.7.2",
|
||
"react-syntax-highlighter": "^13.5.0",
|
||
"regenerator-runtime": "^0.13.7"
|
||
},
|
||
"devDependencies": {
|
||
"@types/react": "^16.9.27",
|
||
"@types/react-syntax-highlighter": "^11.0.4"
|
||
},
|
||
"peerDependencies": {
|
||
"react": "^16.8.0 || ^17.0.0",
|
||
"react-dom": "^16.8.0 || ^17.0.0"
|
||
},
|
||
"peerDependenciesMeta": {
|
||
"react": {
|
||
"optional": true
|
||
},
|
||
"react-dom": {
|
||
"optional": true
|
||
}
|
||
},
|
||
"publishConfig": {
|
||
"access": "public"
|
||
},
|
||
"gitHead": "47341be6aa61d4fb38f2c0e058af32f1acb8e0a7"
|
||
}
|