1 Star 0 Fork 12

TangZhen/某医院门诊诊疗系统的设计与实施(react)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
dyuloon 提交于 2023-08-01 15:59 . 处方信息完成
{
"name": "hospital",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"antd": "^5.6.0",
"axios": "^1.4.0",
"react": "^18.2.0",
"react-cookies": "^0.1.1",
"react-dom": "^18.2.0",
"react-redux": "^7.2.8",
"react-router-dom": "^6.3.0",
"redux": "^4.1.2",
"reset-css": "^5.0.1"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/node": "^20.3.1",
"@types/react": "^18.0.28",
"@types/react-cookies": "^0.1.0",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"less": "^2.7.1",
"sass": "^1.62.1",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-style-import": "^1.4.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/TangZhen120395/hospital.git
[email protected]:TangZhen120395/hospital.git
TangZhen120395
hospital
某医院门诊诊疗系统的设计与实施(react)
master

搜索帮助