|
50 | 50 | "clsx": "^2.1.1" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
| 53 | + "@babel/eslint-parser": "^7.29.7", |
| 54 | + "@babel/eslint-plugin": "^7.29.7", |
| 55 | + "@eslint/eslintrc": "^3.3.5", |
| 56 | + "@eslint/js": "^9.39.4", |
53 | 57 | "@rc-component/father-plugin": "^2.2.0", |
54 | 58 | "@rc-component/form": "^1.4.0", |
55 | 59 | "@rc-component/np": "^1.0.4", |
56 | 60 | "@rc-component/trigger": "^3.0.0", |
| 61 | + "@testing-library/dom": "^10.4.1", |
| 62 | + "@testing-library/jest-dom": "^6.9.1", |
57 | 63 | "@testing-library/react": "^16.3.2", |
58 | 64 | "@types/jest": "^30.0.0", |
59 | 65 | "@types/node": "^26.0.1", |
|
69 | 75 | "cross-env": "^10.1.0", |
70 | 76 | "dumi": "^2.4.35", |
71 | 77 | "eslint": "^9.39.4", |
| 78 | + "eslint-config-prettier": "^10.1.8", |
72 | 79 | "eslint-plugin-jest": "^29.15.3", |
| 80 | + "eslint-plugin-react": "^7.37.5", |
| 81 | + "eslint-plugin-react-hooks": "^7.1.1", |
73 | 82 | "eslint-plugin-unicorn": "^65.0.1", |
74 | 83 | "father": "^4.6.23", |
75 | 84 | "gh-pages": "^6.3.0", |
76 | 85 | "glob": "^13.0.6", |
| 86 | + "husky": "^9.1.7", |
77 | 87 | "less": "^4.6.7", |
| 88 | + "lint-staged": "^17.0.8", |
78 | 89 | "prettier": "^3.9.0", |
79 | 90 | "rc-test": "^7.1.3", |
80 | 91 | "react": "^19.2.7", |
81 | 92 | "react-dom": "^19.2.7", |
82 | | - "typescript": "^6.0.3", |
83 | | - "husky": "^9.1.7", |
84 | | - "lint-staged": "^17.0.8", |
85 | | - "@eslint/eslintrc": "^3.3.5", |
86 | | - "@eslint/js": "^9.39.4", |
87 | | - "eslint-plugin-react": "^7.37.5", |
88 | | - "eslint-plugin-react-hooks": "^7.1.1", |
89 | | - "eslint-config-prettier": "^10.1.8", |
90 | | - "@babel/eslint-parser": "^7.29.7", |
91 | | - "@babel/eslint-plugin": "^7.29.7", |
92 | | - "@testing-library/jest-dom": "^6.9.1" |
| 93 | + "typescript": "^6.0.3" |
93 | 94 | }, |
94 | 95 | "peerDependencies": { |
95 | 96 | "react": ">=18.0.0", |
|
0 commit comments