|
1 | 1 | { |
2 | | - "name": "@ui-utils-kit/monorepo", |
| 2 | + "name": "ui-utils-kit", |
3 | 3 | "type": "module", |
4 | 4 | "version": "1.2.4", |
5 | 5 | "private": true, |
|
23 | 23 | "stylelint:fix": "stylelint **/*.{css,scss,html,vue} --fix" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "husky": "^9.1.7", |
27 | | - "ui-utils-kit": "^1.2.4" |
| 26 | + "@antfu/nip": "catalog:", |
| 27 | + "husky": "catalog:", |
| 28 | + "ui-utils-kit": "catalog:" |
28 | 29 | }, |
29 | 30 | "devDependencies": { |
30 | | - "@antfu/ni": "^0.23.2", |
31 | | - "@antfu/utils": "^0.7.10", |
32 | | - "@xiaohe01/eslint-config": "^0.0.7", |
33 | | - "@xiaohe01/tsconfig": "^0.0.2", |
34 | | - "bumpp": "^9.11.1", |
35 | | - "eslint": "^9.26.0", |
36 | | - "esno": "^4.8.0", |
37 | | - "lint-staged": "^15.5.2", |
38 | | - "simple-git-hooks": "^2.13.0", |
39 | | - "typescript": "~5.6.3", |
40 | | - "unbuild": "^2.0.0", |
41 | | - "vite": "^5.4.19", |
42 | | - "vitest": "^2.1.9" |
| 31 | + "@antfu/ni": "catalog:", |
| 32 | + "@antfu/utils": "catalog:", |
| 33 | + "@xiaohe01/eslint-config": "catalog:", |
| 34 | + "@xiaohe01/tsconfig": "catalog:", |
| 35 | + "bumpp": "catalog:", |
| 36 | + "eslint": "catalog:", |
| 37 | + "esno": "catalog:", |
| 38 | + "lint-staged": "catalog:", |
| 39 | + "simple-git-hooks": "catalog:", |
| 40 | + "typescript": "catalog:", |
| 41 | + "unbuild": "catalog:", |
| 42 | + "vite": "catalog:", |
| 43 | + "vitest": "catalog:" |
| 44 | + }, |
| 45 | + "simple-git-hooks": { |
| 46 | + "pre-commit": "npx lint-staged" |
43 | 47 | }, |
44 | 48 | "lint-staged": { |
45 | 49 | "*.{js,ts,tsx,vue}": "eslint --fix" |
|
0 commit comments