1 Star 0 Fork 0

Richard/react-codemod

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Sunil Pai 提交于 2019-08-14 11:57 . 5.0.5
{
"name": "react-codemod",
"version": "5.0.5",
"description": "React codemod scripts",
"license": "BSD-3-Clause",
"repository": "reactjs/react-codemod",
"scripts": {
"test": "jest",
"lint": "eslint .",
"prepublish": "npm run lint && npm run test",
"jscodeshift": "jscodeshift"
},
"dependencies": {
"chalk": "^2.4.2",
"execa": "^2.0.3",
"globby": "^10.0.1",
"inquirer": "^6.5.0",
"is-git-clean": "^1.1.0",
"jscodeshift": "^0.6.4",
"meow": "^5.0.0"
},
"jest": {
"globals": {
"baseDir": "../"
},
"testEnvironment": "node",
"roots": [
"transforms",
"bin"
]
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"babel-eslint": "^6.0.5",
"babel-jest": "^24.8.0",
"eslint": "^2.13.1",
"eslint-plugin-react": "^5.2.2",
"fbjs-scripts": "^0.7.1",
"jest": "^24.8.0"
},
"bin": {
"react-codemod": "./bin/react-codemod.js"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xinlc/react-codemod.git
git@gitee.com:xinlc/react-codemod.git
xinlc
react-codemod
react-codemod
master

搜索帮助