加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 935 Bytes
一键复制 编辑 原始数据 按行查看 历史
fangming 提交于 2019-03-11 19:12 . feat: 添加 异步action
{
"name": "pro-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.13.0",
"babel-polyfill": "^6.26.0",
"cross-fetch": "^3.0.1",
"customize-cra": "^0.2.11",
"react": "^16.7.0",
"react-app-rewired": "^2.0.3",
"react-dom": "^16.7.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"redux-logger": "^3.0.6"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-plugin-import": "^1.11.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-saga": "^1.0.2",
"redux-thunk": "^2.3.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化