Ai
1 Star 0 Fork 0

evolify/ctx-react

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
evolify 提交于 2019-01-25 22:55 +08:00 . init
{
"name": "ctx-react",
"version": "1.0.1",
"main": "lib/index.js",
"repository": "git@github.com:evolify/ctx-react.git",
"author": "孤狼 <wolf@evolify.cn>",
"license": "MIT",
"scripts": {
"compile": "babel src -d lib",
"pub": "npm run compile && npm publish",
"git-push": "git add . && git commit && git push"
},
"dependencies": {
"react": "^16.7.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/evolify/ctx-react.git
git@gitee.com:evolify/ctx-react.git
evolify
ctx-react
ctx-react
master

搜索帮助