加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
贾成友 提交于 2021-07-21 22:08 . 项目初始化
{
"name": "three-with-one",
"version": "1.0.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"animate.css": "^4.1.1",
"antd": "^4.16.7",
"axios": "^0.21.1",
"immutable": "^4.0.0-rc.14",
"lodash": "^4.17.21",
"memoize-one": "^5.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-lazyload": "^3.2.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-transition-group": "^4.4.2",
"redux": "^4.0.1",
"redux-immutable": "^4.0.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"styled-components": "^5.3.0",
"web-vitals": "^1.0.1"
},
"scripts": {
"mock": "json-server ./src/mock/data.json -c ./src/mock/json-server.json -r ./src/mock/route.json",
"start": "set BROWSER=none && react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"rules": {
"no-undef": "off",
"no-restricted-globals": "off",
"no-unused-vars": "off"
}
},
"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.3",
"customize-cra": "^1.0.0",
"http-proxy-middleware": "^2.0.1",
"react-app-rewired": "^2.1.8",
"redux-devtools-extension": "^2.13.9"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化