1 Star 0 Fork 0

odin2021 / react_潘多拉后台_20240427

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "pandora_frontend_20240427",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host --port 9527",
"development": "VITE_ENV=development --host --port 9527",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/pro-components": "^2.7.1",
"antd": "^5.16.4",
"axios": "^1.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.1",
"react-router-dom": "^6.23.0",
"redux": "^5.0.1",
"reset-css": "^5.0.2",
"umi-request": "^1.4.0"
},
"devDependencies": {
"@emotion/css": "^11.11.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"sass": "^1.75.0",
"typescript": "^5.2.2",
"env-cmd": "^10.1.0",
"vite": "^5.2.0"
}
}
JavaScript
1
https://gitee.com/odin2021/pandora_frontend_20240427.git
git@gitee.com:odin2021/pandora_frontend_20240427.git
odin2021
pandora_frontend_20240427
react_潘多拉后台_20240427
master

搜索帮助