1 Star 1 Fork 0

feifei/React

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
feifei 提交于 2021-03-22 19:58 . first-commit
{
"name": "jobs",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"antd-mobile": "^2.3.1",
"axios": "^0.19.2",
"js-cookie": "^2.2.1",
"js-cookies": "^1.0.4",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router-dom": "^4.3.1",
"react-scripts": "3.4.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"socket.io": "^2.3.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom"
},
"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"
]
},
"devDependencies": {
"babel-plugin-import": "^1.13.1",
"customize-cra": "^0.9.1",
"react-app-rewired": "^2.1.6",
"redux-devtools-extension": "^2.13.8"
},
"proxy": "http://localhost:4000"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/coderfeifei/react.git
git@gitee.com:coderfeifei/react.git
coderfeifei
react
React
master

搜索帮助