1 Star 4 Fork 0

will/react-manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
will 提交于 2023-12-18 17:44 . 地图打点
{
"name": "react-manager",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build:stg": "tsc && vite build --mode stage",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@types/node": "^20.8.10",
"@types/uuid": "^9.0.7",
"antd": "^5.11.0",
"axios": "^1.6.0",
"echarts": "^5.4.3",
"i18next": "^23.7.7",
"less": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.5.0",
"react-router-dom": "^6.18.0",
"uuid": "^9.0.1",
"zustand": "^4.4.6"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/bmapgl": "^0.0.7",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"prettier": "^3.0.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/willyingAndHuaguoshan/react-manager.git
git@gitee.com:willyingAndHuaguoshan/react-manager.git
willyingAndHuaguoshan
react-manager
react-manager
master

搜索帮助