mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"name": "@storybook/csf-tools",
|
|
"version": "6.5.0-alpha.21",
|
|
"description": "",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/lib/csf-tools",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "lib/csf-tools"
|
|
},
|
|
"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.9/*": [
|
|
"dist/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/generator": "^7.12.11",
|
|
"@babel/parser": "^7.12.11",
|
|
"@babel/plugin-transform-react-jsx": "^7.12.12",
|
|
"@babel/preset-env": "^7.12.11",
|
|
"@babel/traverse": "^7.12.11",
|
|
"@babel/types": "^7.12.11",
|
|
"@mdx-js/mdx": "^1.6.22",
|
|
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
|
"core-js": "^3.8.2",
|
|
"fs-extra": "^9.0.1",
|
|
"global": "^4.4.0",
|
|
"js-string-escape": "^1.0.1",
|
|
"lodash": "^4.17.21",
|
|
"prettier": ">=2.2.1 <=2.3.0",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.6",
|
|
"js-yaml": "^3.14.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8b9f966f4378d540c767bdbeb1840f910ebc3375",
|
|
"sbmodern": "dist/modern/index.js"
|
|
}
|