1 Star 0 Fork 0

hduwangbing/react-typescript-redux

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
hduwangbing 提交于 2019-11-19 14:54 +08:00 . 添加redux
{
"name": "react-ts-stage1",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "24.0.23",
"@types/node": "12.12.9",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.4",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.2",
"@types/redux-devtools-extension": "^2.13.2",
"antd": "^3.25.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"redux-devtools-extension": "^2.13.8",
"typescript": "3.7.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hduwangbing/react-typescript-redux.git
git@gitee.com:hduwangbing/react-typescript-redux.git
hduwangbing
react-typescript-redux
react-typescript-redux
master

搜索帮助