|  | 
| 52 | 52 |     "typecheck": "tsc --noEmit", | 
| 53 | 53 |     "lint": "eslint --fix .", | 
| 54 | 54 |     "format": "prettier --write .", | 
| 55 |  | -    "release": "", | 
| 56 |  | -    "prepublishOnly": "pnpm run build", | 
|  | 55 | +    "release": "pnpm build && vr release", | 
| 57 | 56 |     "docs:dev": "vitepress dev docs", | 
| 58 | 57 |     "docs:build": "vitepress build docs", | 
| 59 |  | -    "docs:serve": "vitepress serve docs", | 
|  | 58 | +    "docs:preview": "vitepress preview docs", | 
| 60 | 59 |     "test": "vitest", | 
| 61 | 60 |     "postinstall": "simple-git-hooks" | 
| 62 | 61 |   }, | 
|  | 
| 74 | 73 |     "*.{vue,ts,tsx,js,jsx,less,css}": "prettier --write" | 
| 75 | 74 |   }, | 
| 76 | 75 |   "devDependencies": { | 
|  | 76 | +    "@abraham/reflection": "^0.12.0", | 
| 77 | 77 |     "@commitlint/cli": "^19.8.0", | 
| 78 | 78 |     "@commitlint/config-conventional": "^19.8.0", | 
| 79 |  | -    "eslint": "^9.23.0", | 
| 80 | 79 |     "@configurajs/eslint": "^0.1.2", | 
| 81 |  | -    "prettier": "^3.5.3", | 
| 82 | 80 |     "@configurajs/prettier": "^0.1.4", | 
| 83 |  | -    "simple-git-hooks": "^2.9.0", | 
| 84 |  | -    "lint-staged": "^14.0.1", | 
| 85 |  | - | 
| 86 |  | -    "tslib": "^2.6.2", | 
| 87 |  | -    "typescript": "^5.8.2", | 
| 88 |  | -    "vue": "^3.5.13", | 
| 89 |  | -    "@abraham/reflection": "^0.12.0", | 
|  | 81 | +    "@varlet/release": "^0.3.3", | 
| 90 | 82 |     "autobind-decorator": "^2.4.0", | 
|  | 83 | +    "eslint": "^9.23.0", | 
| 91 | 84 |     "injection-js": "^2.4.0", | 
| 92 |  | - | 
| 93 |  | -    "tsup": "^8.4.0" | 
|  | 85 | +    "lint-staged": "^14.0.1", | 
|  | 86 | +    "prettier": "^3.5.3", | 
|  | 87 | +    "sass-embedded": "^1.86.1", | 
|  | 88 | +    "simple-git-hooks": "^2.9.0", | 
|  | 89 | +    "tsup": "^8.4.0", | 
|  | 90 | +    "typescript": "^5.8.2", | 
|  | 91 | +    "vitepress": "^1.4.1", | 
|  | 92 | +    "vue": "^3.5.13" | 
| 94 | 93 |   }, | 
| 95 | 94 |   "peerDependencies": { | 
| 96 | 95 |     "injection-js": "*", | 
|  | 
0 commit comments