mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:01:26 +08:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@storybook/codemod",
|
|
"version": "5.3.0-alpha.36",
|
|
"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"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@hypnosphi/jscodeshift": "^0.6.4",
|
|
"@mdx-js/mdx": "^1.0.0",
|
|
"@storybook/node-logger": "5.3.0-alpha.36",
|
|
"@storybook/router": "5.3.0-alpha.36",
|
|
"core-js": "^3.0.1",
|
|
"cross-spawn": "^7.0.0",
|
|
"globby": "^10.0.1",
|
|
"jest-specific-snapshot": "^2.0.0",
|
|
"lodash": "^4.17.15",
|
|
"prettier": "^1.16.4",
|
|
"recast": "^0.16.1",
|
|
"regenerator-runtime": "^0.13.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|