antd自定义主题 craco-less安装失败问题

时间:2025-01-22 15:57:58
{ "name": "react_staging", "version": "0.1.0", "private": true, "dependencies": { "@craco/craco": "^6.4.3", "@testing-library/jest-dom": "^5.15.0", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "antd": "^4.18.2", "axios": "^0.24.0", "babel-plugin-import": "^1.13.3", "craco-less": "^2.0.0", "nanoid": "^3.1.30", "prop-types": "^15.7.2", "pubsub-js": "^1.9.4", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.0.2", "react-scripts": "4.0.3", "web-vitals": "^1.1.2" }, "scripts": { "start": "craco start", "build": "craco build", "test": "craco test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }