1 Star 2 Fork 1

we_coder/react-admin-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
杨波 提交于 2023-01-13 10:24 +08:00 . 升级工具库
{
"name": "react-admin-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode dev",
"build:test": "tsc && vite build --mode test",
"build:pre": "tsc && vite build --mode pre",
"build:prod": "tsc && vite build --mode prod",
"build": "tsc && vite build --mode prod",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@fallen_leaves/fe-utils": "^3.0.0",
"@types/mockjs": "^1.0.6",
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@wangeditor/editor": "^5.1.14",
"ahooks": "^3.7.0",
"antd": "^4.21.7",
"axios": "^0.27.2",
"eslint": "^8.20.0",
"eslint-define-config": "^1.5.1",
"eslint-plugin-react-hooks": "^4.6.0",
"mobx": "^6.6.1",
"mobx-react": "^7.5.2",
"mockjs": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"less": "^4.1.3",
"sass": "^1.53.0",
"typescript": "^4.6.4",
"vite": "^3.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/we_coder/react-admin-template.git
git@gitee.com:we_coder/react-admin-template.git
we_coder
react-admin-template
react-admin-template
master

搜索帮助