mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "@storybook/codemod",
|
|
"version": "6.3.0-alpha.23",
|
|
"description": "A collection of codemod scripts written with JSCodeshift",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/lib/codemod",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "lib/codemod"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"*": [
|
|
"ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"!__testfixtures__"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/mdx": "^1.6.22",
|
|
"@storybook/csf": "0.0.1",
|
|
"@storybook/node-logger": "6.3.0-alpha.23",
|
|
"core-js": "^3.8.2",
|
|
"cross-spawn": "^7.0.3",
|
|
"globby": "^11.0.2",
|
|
"jscodeshift": "^0.7.0",
|
|
"lodash": "^4.17.20",
|
|
"prettier": "~2.2.1",
|
|
"recast": "^0.19.0",
|
|
"regenerator-runtime": "^0.13.7"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^26.6.3",
|
|
"jest-specific-snapshot": "^4.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "a3d63d6a3fe28b6e3577ba9e50370a0d14ceca7e"
|
|
}
|