|
48 | 48 | "clsx": "^2.1.1" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
| 51 | + "@babel/eslint-parser": "^7.29.7", |
| 52 | + "@babel/eslint-plugin": "^7.29.7", |
| 53 | + "@eslint/eslintrc": "^3.3.5", |
| 54 | + "@eslint/js": "^9.39.4", |
51 | 55 | "@rc-component/father-plugin": "^2.2.0", |
52 | | - "prettier": "^3.9.0", |
53 | 56 | "@rc-component/np": "^1.0.4", |
54 | 57 | "@rc-component/tooltip": "^1.2.1", |
55 | 58 | "@rc-component/trigger": "^3.5.2", |
|
66 | 69 | "cross-env": "^10.1.0", |
67 | 70 | "dumi": "^2.4.35", |
68 | 71 | "eslint": "^9.39.4", |
| 72 | + "eslint-config-prettier": "^10.1.8", |
69 | 73 | "eslint-plugin-jest": "^29.15.3", |
| 74 | + "eslint-plugin-react": "^7.37.5", |
| 75 | + "eslint-plugin-react-hooks": "^7.1.1", |
70 | 76 | "eslint-plugin-unicorn": "^65.0.1", |
71 | 77 | "father": "^4.6.23", |
72 | 78 | "father-build": "^1.18.6", |
73 | 79 | "gh-pages": "^6.3.0", |
74 | 80 | "glob": "^13.0.6", |
| 81 | + "husky": "^9.1.7", |
75 | 82 | "less": "^4.6.7", |
| 83 | + "lint-staged": "^17.0.8", |
| 84 | + "prettier": "^3.9.0", |
76 | 85 | "rc-test": "^7.1.3", |
77 | 86 | "react": "^19.2.7", |
78 | 87 | "react-dom": "^19.2.7", |
79 | 88 | "regenerator-runtime": "^0.14.0", |
80 | | - "typescript": "^6.0.3", |
81 | | - "husky": "^9.1.7", |
82 | | - "lint-staged": "^17.0.8", |
83 | | - "@eslint/eslintrc": "^3.3.5", |
84 | | - "@eslint/js": "^9.39.4", |
85 | | - "eslint-plugin-react": "^7.37.5", |
86 | | - "eslint-plugin-react-hooks": "^7.1.1", |
87 | | - "eslint-config-prettier": "^10.1.8", |
88 | | - "@babel/eslint-parser": "^7.29.7", |
89 | | - "@babel/eslint-plugin": "^7.29.7" |
| 89 | + "typescript": "^6.0.3" |
90 | 90 | }, |
91 | 91 | "peerDependencies": { |
92 | 92 | "react": ">=16.9.0", |
|
0 commit comments