5 Star 7 Fork 4

白泽/baize-react

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
hey花生 提交于 2024-05-27 14:32 . feat: menu图标选择
{
"name": "baize-react",
"private": true,
"version": "0.0.0",
"type": "module",
"license": "Apache License",
"scripts": {
"dev": "vite",
"build:prod": "vite build",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky"
},
"dependencies": {
"@ant-design/cssinjs": "^1.18.4",
"@ant-design/icons": "^5.3.0",
"ahooks": "^3.7.10",
"antd": "^5.14.1",
"antd-img-crop": "^4.21.0",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"immer": "^10.0.3",
"js-cookie": "^3.0.5",
"jsencrypt": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.22.1",
"zustand": "^4.5.1"
},
"devDependencies": {
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.1.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.1.4"
},
"lint-staged": {
"*.{js,ts,tsx,css,less,md,json,html}": "prettier --write"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/baizeplus/baize-react.git
git@gitee.com:baizeplus/baize-react.git
baizeplus
baize-react
baize-react
master

搜索帮助