1 Star 0 Fork 1

IT-NuanxinPro/react-admin

forked from ruoyi/react-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.21 KB
一键复制 编辑 原始数据 按行查看 历史
South 提交于 2024-09-22 12:42 . refactor: 弹窗组件抽离
{
"name": "react-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://github.com/southliu/react-admin",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"build:dev": "tsc && vite build --mode dev",
"build:test": "tsc && vite build --mode test",
"lint": "eslint . --ext .js,.ts,.jsx,.tsx --fix",
"lint:stylelint": "stylelint --cache --fix \"**/*.{jsx,tsx,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/cssinjs": "^1.19.1",
"@ant-design/icons": "^5.3.6",
"@south/message": "workspace:^",
"@south/modal": "workspace:^",
"@south/request": "workspace:^",
"@south/table": "workspace:^",
"@south/utils": "workspace:^",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-react": "^1.0.6",
"ahooks": "^3.7.11",
"antd": "^5.20.2",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"echarts": "^5.5.0",
"i18next": "^23.11.1",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.0",
"nprogress": "^0.2.0",
"rc-resize-observer": "^1.4.0",
"react": "^18.3.1",
"react-activation": "0.12.4",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-router-dom": "6.22.3",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"zustand": "^4.3.6"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@iconify/react": "^4.1.1",
"@loadable/component": "^5.16.3",
"@remix-run/router": "^1.15.3",
"@types/loadable__component": "^5.13.9",
"@types/node": "^20.12.7",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"@types/react-resizable": "^3.0.7",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@unocss/preset-attributify": "^0.59.2",
"@unocss/preset-icons": "^0.59.2",
"@vitejs/plugin-legacy": "^5.3.2",
"@vitejs/plugin-react-swc": "^3.6.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"globby": "^14.0.1",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"less": "^4.2.0",
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"postcss-less": "^6.0.0",
"rc-picker": "^4.3.2",
"rollup-plugin-external-globals": "^0.10.0",
"rollup-plugin-visualizer": "^5.12.0",
"stylelint": "^16.3.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-recommended-less": "^3.0.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"terser": "^5.30.3",
"typescript": "^5.4.5",
"unocss": "^0.59.2",
"vite": "^5.4.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-purge-icons": "^0.10.0",
"vite-plugin-windicss": "^1.9.3"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/IT-NuanxinPro/react-admin.git
[email protected]:IT-NuanxinPro/react-admin.git
IT-NuanxinPro
react-admin
react-admin
main

搜索帮助