1 Star 0 Fork 14

xykjlcx/react-antd-multi-tabs-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.58 KB
一键复制 编辑 原始数据 按行查看 历史
hsl947 提交于 2021-01-23 20:18 . fix: fixed antd version
{
"name": "multi-tabs-admin",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.0.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/axios": "^0.14.0",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.4",
"@types/redux-promise": "^0.5.28",
"ali-oss": "^6.7.0",
"antd": "4.2.0",
"axios": "^0.21.1",
"babel-plugin-import": "^1.12.2",
"braft-editor": "^2.3.8",
"classnames": "^2.2.6",
"connected-react-router": "^6.5.2",
"cross-env": "^7.0.2",
"echarts": "^4.7.0",
"echarts-for-react": "^2.0.15-beta.1",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"moment": "^2.24.0",
"react": "^16.13.1",
"react-canvas-nest": "^1.0.10",
"react-dom": "^16.13.1",
"react-redux": "^7.1.3",
"react-router-breadcrumbs-hoc": "^3.2.4",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"redux": "^4.0.4",
"redux-persist": "^6.0.0",
"redux-promise": "^0.6.0",
"typescript": "^3.8.3"
},
"scripts": {
"start": "cross-env PORT=666 react-app-rewired start",
"test": "react-app-rewired test",
"build": "react-app-rewired build"
},
"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": {
"compression-webpack-plugin": "^3.0.1",
"customize-cra": "^0.8.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"prettier": "1.18.2",
"react-app-rewired": "^2.1.5",
"redux-devtools": "^3.5.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack-bundle-analyzer": "^3.6.0"
},
"homepage": ".",
"proxy": "http://192.168.8.83:8088",
"lint-staged": {
"*.{js,jsx}": "eslint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xykjlcx/react-antd-multi-tabs-admin.git
git@gitee.com:xykjlcx/react-antd-multi-tabs-admin.git
xykjlcx
react-antd-multi-tabs-admin
react-antd-multi-tabs-admin
master

搜索帮助