2 Star 0 Fork 0

Elliot26/react-antd-admin-crm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.50 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "react-antd-admin-crm",
"version": "1.0.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.4.0",
"antd": "^4.3.5",
"axios": "^0.19.0",
"history": "^5.0.0",
"mockjs": "^1.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.1.3",
"react-router-dom": "^6.0.0-beta.0",
"react-scripts": "^3.4.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.1.1",
"typescript": "^3.9.5"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"lint": "tsc --noEmit && eslint . --ext ts --ext tsx --ext js --fix",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"ci": "git-cz",
"release": "standard-version"
},
"resolutions": {
"styled-components": "^5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"babel": {
"presets": [
"react-app"
],
"plugins": [
[
"import",
{
"libraryName": "antd",
"style": true
}
]
]
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $GIT_PARAMS",
"pre-commit": "prettier --staged"
}
},
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@types/http-proxy-middleware": "^0.19.3",
"@types/mockjs": "^1.0.2",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.5",
"@types/recharts": "^1.8.13",
"@types/styled-components": "^4.4.1",
"@types/webpack-env": "^1.15.0",
"antd-theme-webpack-plugin": "^1.3.6",
"babel-plugin-import": "^1.13.0",
"commitizen": "^4.1.2",
"customize-cra": "^0.9.1",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^3.0.0",
"http-proxy-middleware": "^0.20.0",
"husky": "^4.2.5",
"less": "^3.11.3",
"less-loader": "5.0.0",
"prettier": "^1.19.1",
"react-app-rewired": "^2.1.6",
"redux-devtools-extension": "^2.13.8",
"webpack-bundle-analyzer": "^3.6.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/franklyan/react-antd-admin-crm.git
git@gitee.com:franklyan/react-antd-admin-crm.git
franklyan
react-antd-admin-crm
react-antd-admin-crm
master

搜索帮助