6 Star 17 Fork 3

Jay_Ohhh / 个人后台管理系统 admin(React Rreact hooks React-Router Redux TypeScript)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
Jay_Ohhh 提交于 2021-04-10 21:39 . '编辑README'
{
"name": "carefreeadmin",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.5.0",
"@craco/craco": "^5.9.0",
"@toast-ui/editor": "^2.5.1",
"antd": "^4.14.1",
"axios": "^0.21.1",
"bizcharts": "^4.1.9",
"blueimp-md5": "^2.18.0",
"craco": "^0.0.3",
"craco-antd": "^1.19.0",
"lodash": "^4.17.21",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"typescript": "^4.2.2",
"use-keep-state": "^1.3.0",
"web-vitals": "^1.1.0"
},
"scripts": {
"start": "set PORT=8861 && craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer build/static/js/main.*"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.1",
"@types/blueimp-md5": "^2.7.0",
"@types/bytes": "^3.1.0",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/redux-persist": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"babel-plugin-import": "^1.13.3",
"eslint": "^7.23.0",
"eslint-plugin-react": "^7.23.1",
"http-proxy-middleware": "^0.19.1",
"node-sass": "^5.0.0",
"source-map-explorer": "^2.5.2",
"webpack-bundle-analyzer": "^4.4.0"
}
}
1
https://gitee.com/Jay_Ohhh/carefree-admin.git
git@gitee.com:Jay_Ohhh/carefree-admin.git
Jay_Ohhh
carefree-admin
个人后台管理系统 admin(React Rreact hooks React-Router Redux TypeScript)
master

搜索帮助