1 Star 0 Fork 0

cheung_lei/react-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
zhanglei 提交于 2024-08-12 21:25 . init react-admin
{
"name": "react-admin",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prettier": "prettier --write \"{src,mock}/**/*.{js,css,less,ts,tsx}\""
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@ant-design/pro-components": "^2.7.15",
"@ant-design/pro-form": "^2.29.0",
"@loadable/component": "^5.15.3",
"@rematch/core": "^2.2.0",
"antd": "^5.20.0",
"axios": "^1.4.0",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.2",
"react-use": "^17.4.0",
"react-vcode": "1.0.11",
"redux": "^4.2.1",
"web-storage-cache": "^1.1.1"
},
"devDependencies": {
"@types/loadable__component": "^5.13.4",
"@types/lodash": "^4.14.194",
"@types/mockjs": "^1.0.7",
"@types/node": "^20.2.3",
"@types/qs": "^6.9.7",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react-redux": "^7.1.25",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vitejs/plugin-react-swc": "^3.3.1",
"autoprefixer": "^10.4.14",
"consola": "^3.1.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"less": "^4.1.3",
"mockjs": "^1.1.0",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prop-types": "^15.8.1",
"rc-tree": "^5.7.3",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-style-import": "^2.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cheung_lei/react-admin.git
[email protected]:cheung_lei/react-admin.git
cheung_lei
react-admin
react-admin
master

搜索帮助