1 Star 2 Fork 3

Angela / react-antd-admin-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "react_antd_admin_template",
"version": "1.0.0",
"author": "NLRX <414961362@qq.com>",
"license": "MIT",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@toast-ui/react-editor": "^2.1.0",
"antd": "^3.17.0",
"axios": "^0.19.2",
"clipboard": "^2.0.6",
"draft-js": "^0.11.5",
"draftjs-to-html": "^0.9.1",
"draftjs-to-markdown": "^0.6.0",
"driver.js": "^0.9.8",
"echarts": "^4.7.0",
"file-saver": "^2.0.2",
"js-cookie": "^2.2.1",
"jszip": "^3.4.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-countup": "^4.3.3",
"react-custom-scrollbars": "^4.2.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.13.1",
"react-draft-wysiwyg": "^1.14.5",
"react-loadable": "^5.5.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-transition-group": "^4.4.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"screenfull": "^5.0.2",
"script-loader": "^0.7.2",
"xlsx": "^0.16.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired --max-old-space-size=4096 build ",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"commit": "git cz"
},
"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": {
"user-agent": "^1.0.4",
"babel-plugin-import": "^1.13.0",
"commitizen": "^4.0.3",
"customize-cra": "^0.9.1",
"cz-conventional-changelog": "^3.0.2",
"mockjs": "^1.1.0",
"react-app-rewired": "^2.1.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
JavaScript
1
https://gitee.com/angelahuang/react-antd-admin-template.git
git@gitee.com:angelahuang/react-antd-admin-template.git
angelahuang
react-antd-admin-template
react-antd-admin-template
master

搜索帮助