1 Star 0 Fork 0

alex1504/react-todomvc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 607 Bytes
一键复制 编辑 原始数据 按行查看 历史
alex1504 提交于 2018-03-27 17:37 . init
{
"name": "todomvc",
"version": "0.0.1",
"private": true,
"devDependencies": {
"enzyme": "^2.8.2",
"react-addons-test-utils": "^15.5.1",
"react-scripts": "^1.0.2"
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.10",
"react": "^15.5.0",
"react-dom": "^15.5.0",
"react-redux": "^5.0.5",
"react-test-renderer": "^15.5.4",
"redux": "^3.5.2",
"todomvc-app-css": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alex1504/react-todomvc.git
git@gitee.com:alex1504/react-todomvc.git
alex1504
react-todomvc
react-todomvc
master

搜索帮助