1 Star 0 Fork 0

Qilin/React-study

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
Qilin 提交于 2022-12-15 22:51 +08:00 . 学习router6
{
"name": "react_staging",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"antd": "^4.23.6",
"axios": "^0.27.2",
"babel-plugin-import": "^1.13.5",
"craco-less": "^2.0.0",
"customize-cra": "^1.0.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"nanoid": "^4.0.0",
"prop-types": "^15.8.1",
"pubsub-js": "^1.9.4",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.5",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "set PORT=9527 && craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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/wang_zhenfei/react-study.git
git@gitee.com:wang_zhenfei/react-study.git
wang_zhenfei
react-study
React-study
master

搜索帮助